代码搜索:CFront

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

代码结果 1,009
www.eeworm.com/read/366702/2871635

c 900210_09.c

// { dg-do assemble } // g++ 1.36.1 bug 900210_09 // g++ allows pointer to members (both data members and function members) // to be implicitly converted to void*. // Section 4.8 of the Cfront 2.0
www.eeworm.com/read/366702/2871652

c 900205_02.c

// { dg-do assemble } // g++ 1.36.1 bug 900205_02 // g++ allows constructors to be defined which do not include // initializations for reference members of their associated classes. // Cfront 2.0 d
www.eeworm.com/read/366702/2871669

c 900404_03.c

// { dg-do assemble } // g++ 1.37.1 bug 900404_03 // g++ fails to be able to properly flag errors for even simple cases of // ambiguous overload resolution (such as the one shown below). // Cfront
www.eeworm.com/read/474814/1390582

xs glish.xs

/* terrible hacks for Sun's Cfront compiler */ #define true XTRUE #define false XFALSE #define __attribute__(x) /* ** Copyright 1995 Darrell Schiebel (drs@nrao.edu). All rights reserved. ** ** Thi
www.eeworm.com/read/470720/1447151

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/470720/1447587

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/470720/1447591

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/470720/1447599

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/470720/1447603

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/470720/1447611

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