A new bug in 971114
H.J. Lu
hjl@lucon.org
Fri Nov 14 16:27:00 GMT 1997
On linux/x86, with egcs-971114, I got
/home/work/gnu/bin/egcs/gcc/xgcc -B/home/work/gnu/bin/egcs/gcc/ -c -fthis-is-variable -c foo.cc
foo.cc: In function `class Int * Proc0()':
foo.cc:9: Internal compiler error.
foo.cc:9: Please submit a full bug report to `egcs-bugs@cygnus.com'.
egcs-971105 is fine.
--
H.J. Lu (hjl@gnu.ai.mit.edu)
--
class Int
{
public:
Int ();
};
Int *Proc0()
{
return new Int;
}
More information about the Gcc
mailing list