This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/44897] -flto + ipa-sra misoptimize sqlite (non-plugin only)
- From: "markus at trippelsdorf dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 2 Jun 2011 16:11:37 +0000
- Subject: [Bug tree-optimization/44897] -flto + ipa-sra misoptimize sqlite (non-plugin only)
- Auto-submitted: auto-generated
- References: <bug-44897-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897
--- Comment #21 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2011-06-02 16:10:40 UTC ---
(In reply to comment #20)
> The problem as confirmed in Comment 9 no longer reproduce on mainline. So
> problem is either fixed or went latent. I am going to try 4.6.
Confirmed on mainline. With "-flto -fprofile-use" libmozsqlite3.so no longer
segfaults. Must have been a recent change. It still segfaulted ~ a week ago.