代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/209769/15214631
out bezdekiris.out
See5 [Release 2.01] Sun Jan 23 09:54:34 2005
-------------------
*** cannot open file bezdekIris.names
www.eeworm.com/read/162614/5517370
c vla.c
//Origin: kengole@us.ibm.com
//PR c++/2478
// G++ was rejecting this as it could not convert `int (*)[]' to `int (*)[0]'.
// Using the C99 VLA style arrays in a struct.
// { dg-do compile }
struct
www.eeworm.com/read/162614/5517768
c error11.c
// { dg-do compile }
// Origin: Giovanni Bajo
// Try to find out when the digraph '
www.eeworm.com/read/162614/5518760
c java1.c
// { dg-options "-w -ansi -pedantic" }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 23 Oct 2003
extern "Java" {
class One
{
www.eeworm.com/read/162614/5518777
c cv_func.c
// { dg-do compile }
// { dg-options "-pedantic -pedantic-errors" }
typedef int FIC(int) const;
typedef int FI(int);
FIC f; // { dg-error "qualified" }
// { dg-error "ignoring" "ignoring" { target *-
www.eeworm.com/read/162614/5519262
c call3.c
// PR c++/18436
void foo(int);
struct A
{
static void foo(A);
};
template struct B : T
{
B() { foo(T()); } // { dg-error "cannot convert" }
};
B b;
www.eeworm.com/read/162614/5519785
c init17.c
// { dg-do assemble }
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 17 Jan 2001
// Bug 1631. Default initialization of enumeral typ
www.eeworm.com/read/162614/5519833
c sizeof4.c
// { dg-do assemble }
// Copyright (C) 1999 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 5 Sep 1999
// C++ does not decay lvalues into rvalues until as late as p
www.eeworm.com/read/162614/5520019
c sizeof1.c
// { dg-do assemble }
// Origin: Jason Merrill
struct X {
int f ();
int f (int);
};
void f(int i)
{
i = sizeof(X::f); // { dg-error "" } cannot take sizeof a member functio
www.eeworm.com/read/162614/5526427
f90 implicit_4.f90
! { dg-do compile }
! Verify error diagnosis for invalid combinations of IMPLICIT statements
IMPLICIT NONE
IMPLICIT NONE ! { dg-error "Duplicate" }
END
SUBROUTINE a
IMPLICIT REAL(b-j) ! { dg-error "c