代码搜索:CFront

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

代码结果 1,009
www.eeworm.com/read/240162/4582783

c 900208_02.c

// { dg-do run } // g++ 1.36.1 bug 900208_02 // g++ does not allow a static member of a class/struct/union to be // declared as an array without an explicit upper bound. // Cfront 2.0 passes this t
www.eeworm.com/read/240162/4582790

c 900403_01.c

// { dg-do assemble } // g++ 1.37.1 bug 900403_01 // g++ allows casts to be treated as lvalues (even when the -pedantic // option is used). Neither the C++ Reference Manual nor cfront 2.0 // allow
www.eeworm.com/read/240162/4582797

c 900519_12.c

// { dg-do assemble } // g++ 1.37.1 bug 900519_12 // The following erroneous code causes g++ to segfault. // cfront 2.0 passes this test. // keywords: segfault, typedef, pointer type, function typ
www.eeworm.com/read/240162/4582799

c 900321_04.c

// { dg-do run } // g++ 1.37.1 bug 900321_04 // The following code causes g++ to segfault. // Cfront 2.0 passes this test. // keywords: segfault, object declaration, pointer, array, incomplete typ
www.eeworm.com/read/240162/4582807

c 900213_02.c

// { dg-do assemble } // g++ 1.36.1 bug 900213_02 // The following erroneous code causes g++ to abort. // Cfront 2.0 passes this test. // keywords: abort, member pointers, operator* struct struct
www.eeworm.com/read/240162/4582829

c 900210_08.c

// { dg-do assemble } // g++ 1.36.1 bug 900210_08 // g++ allows pointer-to-const values to be implicitly converted to // void* values. This causes a silent loss of the const qualifier. // Cfront 2
www.eeworm.com/read/240162/4582831

c 900205_03.c

// { dg-do assemble } // { dg-options "-Wreturn-type -pedantic-errors" } // g++ 1.36.1 bug 900205_03 // Section 6.6.3 of the cfront 2.0 Reference Manual says "A return statement // without an expres
www.eeworm.com/read/233448/4673390

c 900519_12.c

// { dg-do assemble } // GROUPS abort // g++ 1.37.1 bug 900519_12 // The following erroneous code causes g++ to segfault. // cfront 2.0 passes this test. // keywords: segfault, typedef, pointer ty
www.eeworm.com/read/233448/4675588

c 900210_06.c

// { dg-do assemble } // g++ 1.36.1 bug 900210_06 // g++ allows values of pointer-to-const types to be assigned to variables // of pointer-to-non-const types. // Cfront 2.0 disallows such assignmen
www.eeworm.com/read/233448/4675589

c 900121_01.c

// { dg-do assemble } // g++ 1.36.1 bug 900121_01 // The following file causes g++ 1.36.1 (and 1.36.2) to abort. // Cfront 2.0 passes this test. // keywords: abort, incomplete types, reference typ