代码搜索:CFront
找到约 1,009 项符合「CFront」的源代码
代码结果 1,009
www.eeworm.com/read/190666/5175399
c 900403_01.c
// g++ 1.37.1 bug 900403_01
// g++ allows casts to be treated as lvalues (even when the -pedantic
// option is used). Neither the C++ Reference Manual nor cfront 2.0
// allow this. (gcc gives warni
www.eeworm.com/read/162614/5519835
c 900519_12.c
// { dg-do assemble }
// GROUPS abort
// 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 ty
www.eeworm.com/read/162614/5522034
c 900121_01.c
// { dg-do assemble }
// 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 typ
www.eeworm.com/read/162614/5522046
c 900208_02.c
// { dg-do run }
// 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 t
www.eeworm.com/read/162614/5522053
c 900403_01.c
// { dg-do assemble }
// g++ 1.37.1 bug 900403_01
// g++ allows casts to be treated as lvalues (even when the -pedantic
// option is used). Neither the C++ Reference Manual nor cfront 2.0
// allow
www.eeworm.com/read/162614/5522060
c 900519_12.c
// { dg-do assemble }
// 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 typ
www.eeworm.com/read/162614/5522062
c 900321_04.c
// { dg-do run }
// 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 typ
www.eeworm.com/read/162614/5522070
c 900213_02.c
// { dg-do assemble }
// g++ 1.36.1 bug 900213_02
// The following erroneous code causes g++ to abort.
// Cfront 2.0 passes this test.
// keywords: abort, member pointers, operator*
struct struct
www.eeworm.com/read/162614/5522092
c 900210_08.c
// { dg-do assemble }
// 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
www.eeworm.com/read/162614/5522094
c 900205_03.c
// { dg-do assemble }
// { dg-options "-Wreturn-type -pedantic-errors" }
// g++ 1.36.1 bug 900205_03
// Section 6.6.3 of the cfront 2.0 Reference Manual says "A return statement
// without an expres