This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/24460] [4.1 regression] Profiled bootstrap broken
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Oct 2005 21:48:02 -0000
- Subject: [Bug rtl-optimization/24460] [4.1 regression] Profiled bootstrap broken
- References: <bug-24460-226@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from ebotcazou at gcc dot gnu dot org 2005-10-21 21:48 -------
Now the failure is:
Program received signal SIGSEGV, Segmentation fault.
0x000000000067d51c in output_line_info ()
at /home/eric/cvs/gcc/gcc/dwarf2out.c:7902
7902 if (function != line_info->function)
(gdb) bt
#0 0x000000000067d51c in output_line_info ()
at /home/eric/cvs/gcc/gcc/dwarf2out.c:7902
#1 0x000000000068e101 in dwarf2out_finish (
filename=0x7fbffff281 "../attribs.i")
at /home/eric/cvs/gcc/gcc/dwarf2out.c:14082
#2 0x00000000009ecdb5 in compile_file ()
at /home/eric/cvs/gcc/gcc/toplev.c:1028
#3 0x00000000009ee58d in do_compile () at /home/eric/cvs/gcc/gcc/toplev.c:1945
#4 0x00000000009ee5ef in toplev_main (argc=5, argv=0x7fbfffee48)
at /home/eric/cvs/gcc/gcc/toplev.c:1977
#5 0x000000000049ae8b in main (argc=5, argv=0x7fbfffee48)
at /home/eric/cvs/gcc/gcc/main.c:35
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24460