代码搜索:CFront
找到约 1,009 项符合「CFront」的源代码
代码结果 1,009
www.eeworm.com/read/340665/3276046
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/340665/3276050
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/340665/3276058
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/340665/3276061
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/340665/3276062
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/324447/3503274
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/323581/3514724
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/440906/1777230
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/440906/1777666
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/440906/1777670
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