代码搜索:CFront
找到约 1,009 项符合「CFront」的源代码
代码结果 1,009
www.eeworm.com/read/240162/4582607
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/240162/4582821
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/240162/4582833
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/233448/4675425
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/233448/4675639
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/233448/4675651
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/190666/5174942
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/190666/5175380
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/190666/5175384
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/190666/5175392
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: