代码搜索:CFront

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

代码结果 1,009
www.eeworm.com/read/256872/11967009

skl flex.skl

/* A lexical scanner generated by flex */ /* Scanner skeleton version: * $Header: flex.skl,v 1.2 94/01/04 14:33:15 vern Exp $ */ #define FLEX_SCANNER %- #include %* /* cfront 1.2 defi
www.eeworm.com/read/470720/1447586

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/470720/1447592

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/470720/1447669

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/470693/1459532

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/470693/1459538

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/470693/1459615

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/240162/4582761

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/240162/4582769

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/240162/4582841

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