This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Internal compiler error for invalid method decl/defn



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]