代码搜索:CFront

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

代码结果 1,009
www.eeworm.com/read/470693/1459575

c 900208_03.c

// 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 detect (at compile time)
www.eeworm.com/read/470693/1459583

c 900211_01.c

// g++ 1.36.1 bug 900211_01 // g++ issues only warnings for calls to previously undeclared functions, // however such calls are actually errors. // Cfront 2.0 passes this test. // keywords: undecla
www.eeworm.com/read/470693/1459590

c 900214_01.c

// 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: friends, incomplete types
www.eeworm.com/read/470693/1459595

c 900210_10.c

// g++ 1.36.1 bug 900210_10 // g++ allows operator[] to be declared as a static member function. // This is illegal. // Cfront 2.0 passes this test. // keywords: operator[], static function members
www.eeworm.com/read/470693/1459606

c 900208_04.c

// 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 detect (at compile time)
www.eeworm.com/read/240162/4582768

c 900210_09.c

// { dg-do assemble } // g++ 1.36.1 bug 900210_09 // g++ allows pointer to members (both data members and function members) // to be implicitly converted to void*. // Section 4.8 of the Cfront 2.0
www.eeworm.com/read/240162/4582785

c 900205_02.c

// { dg-do assemble } // g++ 1.36.1 bug 900205_02 // g++ allows constructors to be defined which do not include // initializations for reference members of their associated classes. // Cfront 2.0 d
www.eeworm.com/read/240162/4582802

c 900404_03.c

// { dg-do assemble } // g++ 1.37.1 bug 900404_03 // g++ fails to be able to properly flag errors for even simple cases of // ambiguous overload resolution (such as the one shown below). // Cfront
www.eeworm.com/read/233448/4675586

c 900210_09.c

// { dg-do assemble } // g++ 1.36.1 bug 900210_09 // g++ allows pointer to members (both data members and function members) // to be implicitly converted to void*. // Section 4.8 of the Cfront 2.0
www.eeworm.com/read/233448/4675603

c 900205_02.c

// { dg-do assemble } // g++ 1.36.1 bug 900205_02 // g++ allows constructors to be defined which do not include // initializations for reference members of their associated classes. // Cfront 2.0 d