代码搜索:CFront
找到约 1,009 项符合「CFront」的源代码
代码结果 1,009
www.eeworm.com/read/233448/4675663
c 900211_02.c
// { dg-do assemble }
// g++ 1.36.1 bug 900211_02
// g++ allows you to explicitly specify the return type for a type conversion
// operator.
// The Cfront 2.0 Reference Manual (12.3.2) says that th
www.eeworm.com/read/190666/5175214
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/190666/5175383
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/190666/5175400
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/190666/5175402
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/190666/5175406
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/190666/5175431
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/190666/5175434
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/190666/5175438
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/162614/5521600
c copy3.c
// { dg-do run }
// 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 compil