代码搜索:CFront

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

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

c 900321_01.c

// { dg-do assemble } // g++ 1.37.1 bug 900321_01 // cfront flags ERRORs on each of the lines indicated below. g++ does not // flag either ERRORs or warnings. // Although I cannot find where in the
www.eeworm.com/read/340665/3276033

c 900210_06.c

// 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 assignments. // g++ also allows
www.eeworm.com/read/340665/3276039

c 900212_01.c

// g++ 1.36.1 bug 900212_01 // g++ fails to flag as errors all attempts to add or subtract integer values // from pointers-to-member values. // Some cases are detected however. // Cfront 2.0 passes
www.eeworm.com/read/340665/3276116

c 900321_01.c

// g++ 1.37.1 bug 900321_01 // cfront flags ERRORs on each of the lines indicated below. g++ does not // flag either ERRORs or warnings. // Although I cannot find where in the current C++ Reference
www.eeworm.com/read/440906/1777665

c 900210_06.c

// 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 assignments. // g++ also allows
www.eeworm.com/read/440906/1777671

c 900212_01.c

// g++ 1.36.1 bug 900212_01 // g++ fails to flag as errors all attempts to add or subtract integer values // from pointers-to-member values. // Some cases are detected however. // Cfront 2.0 passes
www.eeworm.com/read/440906/1777748

c 900321_01.c

// g++ 1.37.1 bug 900321_01 // cfront flags ERRORs on each of the lines indicated below. g++ does not // flag either ERRORs or warnings. // Although I cannot find where in the current C++ Reference
www.eeworm.com/read/366702/2871628

c 900406_01.c

// { dg-do assemble } // g++ 1.37.1 bug 900406_01 // The following code causes g++ to segfault. // cfront 2.0 passes this test. // keywords: segfault, operator new, array types, array bounds void
www.eeworm.com/read/366702/2871636

c 900212_02.c

// { dg-do assemble } // g++ 1.36.1 bug 900212_02 // g++ fails to flag as errors attempts to take the difference of two values // of some compatible pointer-to-member type. // Cfront 2.0 passes thi
www.eeworm.com/read/366702/2871708

c 900107_01.c

// { dg-do run } // g++ 1.36.1 bug 900107_01 // Unlike GCC and Cfront 2.0, the g++ 1.36.1 compiler gives struct, union, // and class declarations which are nested within blocks file scope. // Cfron