代码搜索:CFront

找到约 1,009 项符合「CFront」的源代码

代码结果 1,009
www.eeworm.com/read/162614/5522037

c 900324_02.c

// { dg-do assemble } // g++ 1.37.1 bug 900324_02 // The following erroreous code causes g++ to segfault. // Cfront 2.0 passes this test. // keywords: segfault, function pointer, conditional opera
www.eeworm.com/read/162614/5522056

c 900211_03.c

// { dg-do assemble } // g++ 1.36.1 bug 900211_03 // The following erroneous code causes g++ to segfault. // Cfront 2.0 passes this test. // keywords: segfault, operator new, arrays, undeclared, a
www.eeworm.com/read/162614/5522071

c 900321_05.c

// { dg-do run } // g++ 1.37.1 bug 900321_05 // The following code is legal as far as the ANSI C standard, GCC, and // cfront are concerned, however g++ issues errors for the lines indicated. // Cf
www.eeworm.com/read/162614/5522076

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/162614/5522085

c 900324_05.c

// { dg-do assemble } // g++ 1.37.1 bug 900324_05 // The following erroneous code causes g++ to segfault. // Cfront 2.0 passes this test. // keywords: segfault, arrays, references, assignment oper
www.eeworm.com/read/162614/5522091

c 900214_01.c

// { dg-do assemble } // g++ 1.36.1 bug 900214_01 // g++ allows function members of incomplete types to be declared to be // friends of other types. // Cfront 2.0 passes this test. // keywords: fr
www.eeworm.com/read/340665/3275869

c misc6.c

// Build don't link: // GROUPS uncaught // Cfront bug A.4 (See Language System Release Notes for the // SPARCompiler C++ version 3.0) struct assign { assign& operator = (const assign&); }; union U
www.eeworm.com/read/340665/3276037

c 900324_02.c

// g++ 1.37.1 bug 900324_02 // The following erroreous code causes g++ to segfault. // Cfront 2.0 passes this test. // keywords: segfault, function pointer, conditional operator ?: void function_0
www.eeworm.com/read/340665/3276054

c 900210_07.c

// g++ 1.36.1 bug 900210_07 // g++ allows values of pointer-to-signed types to be assigned to variables // of pointer-to-unsigned types, and vise versa. // Cfront 2.0 passes this test. // keyowrds:
www.eeworm.com/read/340665/3276056

c 900211_03.c

// g++ 1.36.1 bug 900211_03 // The following erroneous code causes g++ to segfault. // Cfront 2.0 passes this test. // keywords: segfault, operator new, arrays, undeclared, array bound void functi