代码搜索:CFront
找到约 1,009 项符合「CFront」的源代码
代码结果 1,009
www.eeworm.com/read/190666/5175396
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/190666/5175404
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/190666/5175407
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/190666/5175408
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/162614/5521870
c misc6.c
// { dg-do assemble }
// 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
www.eeworm.com/read/162614/5522084
c 900211_01.c
// { dg-do assemble }
// 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
www.eeworm.com/read/162614/5522096
c 900210_10.c
// { dg-do assemble }
// 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[],
www.eeworm.com/read/340665/3275598
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/340665/3276034
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/340665/3276038
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