This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Internal compiler error for invalid method decl/defn
- To: bug-gcc at gnu dot org
- Subject: Internal compiler error for invalid method decl/defn
- From: Stefan Bund <sbund at artec-berlin dot com>
- Date: 29 Mar 2000 17:58:55 +0200
The attached stripped down source-code will produce the following
output:
# gcc -v test.ii
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.2/specs
gcc version 2.95.2 20000116 (Debian GNU/Linux)
/usr/lib/gcc-lib/i386-linux/2.95.2/cc1plus test.ii -quiet -version -o /tmp/cc0urOYg.s
GNU C++ version 2.95.2 20000220 (Debian GNU/Linux) (i386-linux) compiled by GNU C version 2.95.2 20000220 (Debian GNU/Linux).
test.ii:11: Internal compiler error.
test.ii:11: Please submit a full bug report.
test.ii:11: See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
I know that the source-code is invalid (I've fixed it already) but
wanted to let you know of the internal compiler error anyways. I hope
this'll help in making gcc better :-)
So long,
Stefan.
test.ii