Bug?
Sam Lauber
sam124@operamail.com
Sun Dec 12 00:58:00 GMT 2004
I was compiling gnulib2 (which was part of gcc 1.42) with GCC 3.4.3. The CFLAGS were -g. There was nothing wrong with the code. However,
+ gcc -g -O3 tree.c -c
- tree.c: In function `array_type_nelts':
- tree.c:1015: internal compiler error: in
- add_abstract_origin_attribute, at dwarf2out.c:10112
- Please submit a full bug report,
- with preprocessed source if appropriate.
- See <URL:http://gcc.gnu.org/bugs.html> for instructions.
However, when changing -g to -gstabs+, it worked perfectly fine. Does this warrant a bug? The preprocessed source is attached. I compiled with my hand-built GCC 3.4.3 (compiled with make profiledbootstrap). The code in dwarf2out.c:10112 was
abort ();
Strangely, the diffs indicated no diffrence at that line!
Samuel Lauber
--
_____________________________________________________________
Web-based SMS services available at http://www.operamail.com.
From your mailbox to local or overseas cell phones.
Powered by Outblaze
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tree.i
Type: application/octet-stream
Size: 79259 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20041212/4d3c9e9a/attachment.obj>
More information about the Gcc
mailing list