代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/393716/2468066
code chk.code
#!/bin/sh -
#
# $Id: chk.code,v 1.10 2002/02/04 16:03:26 bostic Exp $
#
# Check to make sure that the code samples in the documents build.
d=../..
[ -d $d/docs_src ] || {
echo 'FAIL: cannot find so
www.eeworm.com/read/393713/2469400
code chk.code
#!/bin/sh -
#
# $Id: chk.code,v 1.10 2002/02/04 16:03:26 bostic Exp $
#
# Check to make sure that the code samples in the documents build.
d=../..
[ -d $d/docs_src ] || {
echo 'FAIL: cannot find so
www.eeworm.com/read/393710/2470729
code chk.code
#!/bin/sh -
#
# $Id: chk.code,v 1.10 2002/02/04 16:03:26 bostic Exp $
#
# Check to make sure that the code samples in the documents build.
d=../..
[ -d $d/docs_src ] || {
echo 'FAIL: cannot find so
www.eeworm.com/read/381490/2644520
mak prj0041.mak
# Prevent "Cannot find missing dependency..." warnings while compiling
# pngw32.rc (PRJ0041).
all: $(IntDir)\alloc.h \
$(IntDir)\fp.h \
$(IntDir)\m68881.h \
$(IntDir)\mem.h \
$(IntDir)
www.eeworm.com/read/375736/2721695
err ml.err
FATAL
cannot open file
I/O error closing file
I/O error writing file
I/O error reading file
out of far memory
assembler limit : macro parameter name table full
invalid command-line option
nest
www.eeworm.com/read/366702/2866789
c variadic76.c
// PR c++/33496
// { dg-do compile }
// { dg-options "-std=gnu++0x" }
template int foo ()
{
return sizeof... N (); // { dg-error "cannot be used as a function" }
}
int bar ()
{
return
www.eeworm.com/read/366702/2868290
c bitfield7.c
// PR c++/33984
// { dg-do compile }
struct S
{
unsigned int bar : 3;
} s;
int foo (unsigned int &);
int foo (double);
int
main ()
{
return foo (s.bar); // { dg-error "cannot bind bitfield" }
www.eeworm.com/read/366702/2872081
c pmf3.c
// { dg-do assemble }
// From: enewton@uunet.uu.NET
// Subject: g++ 2.5.8: cannot cast member function pointers
// Date: 27 Jan 1994 01:22:56 -0500
struct A {
void f(char);
void g(int);
};
typede
www.eeworm.com/read/366702/2877649
f90 equiv_constraint_8.f90
! { dg-do compile }
! { dg-options "-O0" }
! PR20899 - Common block variables cannot be equivalenced in a pure procedure.
! Contributed by Joost VandeVondele
common /z/ i
contains
pu
www.eeworm.com/read/366702/2880486
c vect-align-2.c
/* { dg-require-effective-target vect_int } */
/* { dg-do run } */
#include
#include
#include "tree-vect.h"
/* Compile time unknown misalignment. Cannot use loop peeling to ali