代码搜索:CFront

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

代码结果 1,009
www.eeworm.com/read/340665/3276060

c 900519_12.c

// 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 type typedef eek void (*)
www.eeworm.com/read/340665/3276085

c 900324_05.c

// g++ 1.37.1 bug 900324_05 // The following erroneous code causes g++ to segfault. // Cfront 2.0 passes this test. // keywords: segfault, arrays, references, assignment operator= typedef int int_
www.eeworm.com/read/340665/3276088

c 900331_04.c

// g++ 1.37.1 bug 900331_04 // g++ is unable to correctly parse declarations of formal parameters and // local objects which have pointer-to-array types or reference-to-array // types. // Cfront 2.0
www.eeworm.com/read/340665/3276092

c 900210_08.c

// 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.0 passes this test. /
www.eeworm.com/read/440906/1777501

c misc6.c

// Build don't link: // GROUPS uncaught // Cfront bug A.4 (See Language System Release Notes for the // SPARCompiler C++ version 3.0) struct assign { assign& operator = (const assign&); }; union U
www.eeworm.com/read/440906/1777669

c 900324_02.c

// g++ 1.37.1 bug 900324_02 // The following erroreous code causes g++ to segfault. // Cfront 2.0 passes this test. // keywords: segfault, function pointer, conditional operator ?: void function_0
www.eeworm.com/read/440906/1777686

c 900210_07.c

// g++ 1.36.1 bug 900210_07 // g++ allows values of pointer-to-signed types to be assigned to variables // of pointer-to-unsigned types, and vise versa. // Cfront 2.0 passes this test. // keyowrds:
www.eeworm.com/read/440906/1777688

c 900211_03.c

// g++ 1.36.1 bug 900211_03 // The following erroneous code causes g++ to segfault. // Cfront 2.0 passes this test. // keywords: segfault, operator new, arrays, undeclared, array bound void functi
www.eeworm.com/read/440906/1777692

c 900519_12.c

// 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 type typedef eek void (*)
www.eeworm.com/read/440906/1777717

c 900324_05.c

// g++ 1.37.1 bug 900324_05 // The following erroneous code causes g++ to segfault. // Cfront 2.0 passes this test. // keywords: segfault, arrays, references, assignment operator= typedef int int_