代码搜索:CFront

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

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

c 900519_01.c

// { dg-do assemble } // g++ 1.37.1 bug 900519_01 // g++ fails to flag errors for some attempts to declare or define non-member // type conversion operators. // cfront 2.0 passes this test. // key
www.eeworm.com/read/240162/4582767

c 900324_03.c

// { dg-do run } // g++ 1.37.1 bug 900324_03 // g++ is unable to correctly parse declarations of non-global function-pointer // variables and/or function-pointer formal parameters. // Cfront 2.0 pa
www.eeworm.com/read/240162/4582782

c 900402_01.c

// { dg-do assemble } // g++ 1.37.1 bug 900402_01 // The following erroneous code causes g++ to abort. // Cfront 2.0 passes this test. // keywords: abort, bit-fields, function types typedef void
www.eeworm.com/read/240162/4582788

c 900519_05.c

// { dg-do run } // g++ 1.37.1 bug 900519_05 // g++ fails to allow the use of function-reference types. // cfront 2.0 passes this test. // keywords: function types, reference types typedef void (
www.eeworm.com/read/240162/4582806

c 900519_04.c

// { dg-do run } // g++ 1.37.1 bug 900519_04 // The following legal code causes g++ to segfault. // cfront 2.0 passes this test. // keywords: segfault, references, initialization int cint_obj = 9
www.eeworm.com/read/240162/4582846

c 900212_03.c

// { dg-do run } // g++ 1.36.1 bug 900212_03 // g++ segfaults on any attempt to use the ->* operator. // Cfront 2.0 passes this test. // keywords: member pointers, operator->* struct struct0 {
www.eeworm.com/read/233448/4675578

c 900401_01.c

// { dg-do assemble } // g++ 1.37.1 bug 900401_01 // The following erroneous code causes g++ to abort. // Cfront 2.0 passes this test. // keywords: abort, bit-fields, arrays typedef unsigned nibb
www.eeworm.com/read/233448/4675580

c 900519_01.c

// { dg-do assemble } // g++ 1.37.1 bug 900519_01 // g++ fails to flag errors for some attempts to declare or define non-member // type conversion operators. // cfront 2.0 passes this test. // key
www.eeworm.com/read/233448/4675585

c 900324_03.c

// { dg-do run } // g++ 1.37.1 bug 900324_03 // g++ is unable to correctly parse declarations of non-global function-pointer // variables and/or function-pointer formal parameters. // Cfront 2.0 pa
www.eeworm.com/read/233448/4675600

c 900402_01.c

// { dg-do assemble } // g++ 1.37.1 bug 900402_01 // The following erroneous code causes g++ to abort. // Cfront 2.0 passes this test. // keywords: abort, bit-fields, function types typedef void