代码搜索:CFront

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

代码结果 1,009
www.eeworm.com/read/440906/1777678

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/440906/1777682

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/440906/1777690

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/440906/1777693

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/440906/1777694

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/366702/2871474

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/366702/2871688

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/366702/2871700

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/109646/15553306

txt readme.txt

This code has been compiled and tested under MS-DOS and Windows 95 using Borland and Microsoft compilers. The code also seems to work with g++ and cfront based compilers under UNIX. In order to
www.eeworm.com/read/458360/7298573

h libc.h

/* @(#) libc.h 1.3 1/27/86 17:46:47 */ /*ident "@(#)cfront:incl/libc.h 1.3"*/ /* some functions from the UNIX manual section 3 INCOMPLETE: contains only declarations of functions that (1) is