代码搜索:cannot

找到约 7,468 项符合「cannot」的源代码

代码结果 7,468
www.eeworm.com/read/366702/2869246

c using9.c

// { dg-do assemble } // // Copyright (C) 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 26 Feb 2001 // Bug 75. using declarations cannot introduce f
www.eeworm.com/read/366702/2869413

c anon4.c

// { dg-do assemble } // Copyright (C) 1999 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 20 May 1999 // Anon unions cannot have user defined member functions //
www.eeworm.com/read/366702/2871680

c 900208_03.c

// { dg-do assemble } // g++ 1.36.1 bug 900208_03 // The Cfront 2.0 reference manual (5.3.3) says "This type must be an // object type; functions cannot be allocated this way...". // g++ fails to d
www.eeworm.com/read/366702/2871711

c 900208_04.c

// { dg-do assemble } // g++ 1.36.1 bug 900208_04 // The Cfront 2.0 reference manual (5.3.3) says "This type must be an // object type; functions cannot be allocated this way...". // g++ fails to d
www.eeworm.com/read/366702/2876059

f90 func_decl_4.f90

! { dg-do compile } ! { dg-options "-c" } ! ! Functions shall not have an initializer. ! function f1() ! { dg-error "cannot have an initializer" } integer :: f1 = 42 end functi
www.eeworm.com/read/366702/2877610

f03 c_ptr_tests_13.f03

! { dg-do compile } ! Ensure that the user cannot call the structure constructor for one of ! the iso_c_binding derived types. ! ! PR fortran/33760 ! program main use ISO_C_BINDING implicit non
www.eeworm.com/read/366702/2877668

f90 derived_name_1.f90

! { dg-do compile } ! PR 20897 ! Make sure intrinsic type names do not appear as names of derived types type integer ! { dg-error "cannot be the same as an intrinsic type" } type real ! { dg-error
www.eeworm.com/read/366702/2880348

c pr33826.c

/* Regression test for PR middle-end/33826 */ /* Verify that recursive functions cannot be pure or const. */ /* { dg-do compile } */ /* { dg-require-effective-target nonpic } */ /* { dg-options "-O1
www.eeworm.com/read/366702/2882030

c scalar-return-4_main.c

/* Test function return values. This test includes _Complex types whose real and imaginary parts cannot be used in variable-length argument lists. */ extern void scalar_return_4_x (void); ext
www.eeworm.com/read/366702/2882890

c pr25501.c

/* PR tree-optimization/25501 The PHI merge pass used to try to merge PHI nodes that cannot actually merged, causing a segfault later. Make sure that does not happen any more. */ /* { dg-o