[Bug lto/39009] [LTO] ICE: in make_decl_rtl, at varasm.c:1288

2009-07-07 Thread bje at gcc dot gnu dot org


--- Comment #3 from bje at gcc dot gnu dot org  2009-07-08 05:57 ---
Fixed with lto revision 149354.


-- 

bje at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39009



[Bug lto/39009] [LTO] ICE: in make_decl_rtl, at varasm.c:1288

2009-03-02 Thread rob1weld at aol dot com


--- Comment #2 from rob1weld at aol dot com  2009-03-02 11:00 ---
(In reply to comment #1)
 Subject: Re:  New: [LTO] ICE: in make_decl_rtl, at 
 varasm.c:1288
 
 Thanks for the bug reports.
 
 At this stage, I'm not sure if it's useful to file a bug report for
 every test in the GCC testsuite.  These failures are highly visible
 already and there are about 1,200 of them, so having a separate bug
 report for each of them may be excessive.
 
 Diego.

I was looking for 'dupes' and this is one of two Bugs I would have 
filed. Confirmed on i686-pc-linux-gnu (Debian 5.0).


 having a separate bug report for each of them may be excessive
# grep make_decl_rtl,\ at\ varasm.c:1288 gcc.log.txt | wc -l
698

Fix this and we fix ~700 errors, likely resulting in the rest
of gcc working better and shortening the mail considerably.


In the same file we can sometimes get past that line and stuck on the next:
# grep make_decl_rtl,\ at\ varasm.c:1295 gcc.log_20090218-601.txt | wc -l
24


The other errors are (for the most part):

# grep output_expr_operand,\ at\ lto-function-out.c:1259 gcc.log | wc -l
39

# grep output_tree_with_context,\ at\ lto-function-out.c:3241 gcc.log | wc -l
20


Thanks,
Rob


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39009