代码搜索:CFront

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

代码结果 1,009
www.eeworm.com/read/470720/1447614

c 900210_01.c

// g++ 1.36.1 bug 900210_01 // g++ allows pointer type values to be assigned to variables of integal // types. According to the C++ Reference Manual, this is illegal. // Cfront 2.0 passes this test
www.eeworm.com/read/470720/1447615

c 900321_04.c

// g++ 1.37.1 bug 900321_04 // The following code causes g++ to segfault. // Cfront 2.0 passes this test. // keywords: segfault, object declaration, pointer, array, incomplete type struct incomple
www.eeworm.com/read/470693/1459097

c copy3.c

// GROUPS passed copy-ctors /* If I compile it with cfront (AT&T C++ Translator 2.00.02 08/25/89) and run it I get: A::A() A::A(const A&) B::Bar() A::~A() A::~A() If I compile it with g++ (gcc
www.eeworm.com/read/470693/1459533

c 900121_01.c

// g++ 1.36.1 bug 900121_01 // The following file causes g++ 1.36.1 (and 1.36.2) to abort. // Cfront 2.0 passes this test. // keywords: abort, incomplete types, reference types, formal parameters
www.eeworm.com/read/470693/1459537

c 900331_03.c

// g++ 1.37.1 bug 900331_03 // Special Options: -ansi // The following code causes g++ to abort. // Curiously, the abort does not occur if the -pedantic option is used. // Cfront 2.0 passes this t
www.eeworm.com/read/470693/1459545

c 900208_02.c

// g++ 1.36.1 bug 900208_02 // g++ does not allow a static member of a class/struct/union to be // declared as an array without an explicit upper bound. // Cfront 2.0 passes this test. // keywords:
www.eeworm.com/read/470693/1459549

c 900210_03.c

// g++ 1.36.1 bug 900210_03 // g++ allows void* type values to be assigned to variables of other // pointer types. According to the C++ Reference Manual, this is illegal. // Cfront 2.0 passes this
www.eeworm.com/read/470693/1459557

c 900210_02.c

// g++ 1.36.1 bug 900210_02 // g++ allows integral type values to be assigned to variables of pointer // types. According to the C++ Reference Manual, this is illegal. // Cfront 2.0 passes this tes
www.eeworm.com/read/470693/1459560

c 900210_01.c

// g++ 1.36.1 bug 900210_01 // g++ allows pointer type values to be assigned to variables of integal // types. According to the C++ Reference Manual, this is illegal. // Cfront 2.0 passes this test
www.eeworm.com/read/470693/1459561

c 900321_04.c

// g++ 1.37.1 bug 900321_04 // The following code causes g++ to segfault. // Cfront 2.0 passes this test. // keywords: segfault, object declaration, pointer, array, incomplete type struct incomple