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]
Other format: [Raw text]

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



------- 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


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