This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/66163] [6 Regression] Not working Firefox built with LTO
- From: "marxin at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 09 Jun 2015 18:15:50 +0000
- Subject: [Bug tree-optimization/66163] [6 Regression] Not working Firefox built with LTO
- Auto-submitted: auto-generated
- References: <bug-66163-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66163
--- Comment #14 from Martin LiÅka <marxin at gcc dot gnu.org> ---
(In reply to Jan Hubicka from comment #13)
> Great, do you have patch?
> Honza
Yes, I've suggested a patch here:
https://bugzilla.mozilla.org/show_bug.cgi?id=1167119
Let's see if it will be accepted by Mozilla folks.
Anyway, the GCC revision where you made VRP more aggressive works, but there's
a different revision that causes a segfault. I will bisect it.
Martin