代码搜索:CFront
找到约 1,009 项符合「CFront」的源代码
代码结果 1,009
www.eeworm.com/read/340665/3276045
c 900402_01.c
// g++ 1.37.1 bug 900402_01
// The following erroneous code causes g++ to abort.
// Cfront 2.0 passes this test.
// keywords: abort, bit-fields, function types
typedef void (func_type) ();
struct
www.eeworm.com/read/340665/3276069
c 900519_04.c
// g++ 1.37.1 bug 900519_04
// The following legal code causes g++ to segfault.
// cfront 2.0 passes this test.
// keywords: segfault, references, initialization
int cint_obj = 9;
void take_cint_
www.eeworm.com/read/340665/3276070
c 900213_02.c
// g++ 1.36.1 bug 900213_02
// The following erroneous code causes g++ to abort.
// Cfront 2.0 passes this test.
// keywords: abort, member pointers, operator*
struct struct0 {
int data_member;
www.eeworm.com/read/340665/3276109
c 900212_03.c
// g++ 1.36.1 bug 900212_03
// g++ segfaults on any attempt to use the ->* operator.
// Cfront 2.0 passes this test.
// keywords: member pointers, operator->*
struct struct0 {
int data_member;
www.eeworm.com/read/326192/3473781
cpp scan.cpp
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#ifdef _WIN32
#include
#else
#include
#endif
#include
#include
/* cfront 1.2 de
www.eeworm.com/read/326192/3473798
cpp scan.cpp
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#ifdef _WIN32
#include
#else
#include
#endif
#include
#include
/* cfront 1.2 de
www.eeworm.com/read/326192/3473841
cpp scan.cpp
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#ifdef _WIN32
#include
#else
#include
#endif
#include
#include
/* cfront 1.2 de
www.eeworm.com/read/440906/1777656
c 900406_01.c
// g++ 1.37.1 bug 900406_01
// The following code causes g++ to segfault.
// cfront 2.0 passes this test.
// keywords: segfault, operator new, array types, array bounds
void function0 ()
{
new i
www.eeworm.com/read/440906/1777657
c 900519_01.c
// g++ 1.37.1 bug 900519_01
// g++ fails to flag errors for some attempts to declare or define non-member
// type conversion operators.
// cfront 2.0 passes this test.
// keywords: user-defined typ
www.eeworm.com/read/440906/1777677
c 900402_01.c
// g++ 1.37.1 bug 900402_01
// The following erroneous code causes g++ to abort.
// Cfront 2.0 passes this test.
// keywords: abort, bit-fields, function types
typedef void (func_type) ();
struct