[Bug tree-optimization/44897] -flto + ipa-sra misoptimize sqlite (non-plugin only)

2011-06-02 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897 Jan Hubicka changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug tree-optimization/44897] -flto + ipa-sra misoptimize sqlite (non-plugin only)

2011-06-02 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897 --- Comment #21 from Markus Trippelsdorf 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. Confirme

[Bug tree-optimization/44897] -flto + ipa-sra misoptimize sqlite (non-plugin only)

2011-06-01 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897 --- Comment #20 from Jan Hubicka 2011-06-02 01:12:12 UTC --- 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.

[Bug tree-optimization/44897] -flto + ipa-sra misoptimize sqlite (non-plugin only)

2011-05-25 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897 --- Comment #19 from Jan Hubicka 2011-05-25 11:44:17 UTC --- OK, division by 0 should be fixed both on mainline and 4.6 branch. I think the wrong code issue might be the corruption of jump tables, but will need to get past firewall to double che

[Bug tree-optimization/44897] -flto + ipa-sra misoptimize sqlite (non-plugin only)

2011-05-25 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897 --- Comment #18 from Jan Hubicka 2011-05-25 11:36:53 UTC --- Author: hubicka Date: Wed May 25 11:36:49 2011 New Revision: 174183 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174183 Log: PR tree-optimization/44897 * ipa-inline.

[Bug tree-optimization/44897] -flto + ipa-sra misoptimize sqlite (non-plugin only)

2011-05-19 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897 --- Comment #17 from Jan Hubicka 2011-05-19 08:56:37 UTC --- > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897 > > vincenzo Innocente changed: > >What|Removed |Added > -

[Bug tree-optimization/44897] -flto + ipa-sra misoptimize sqlite (non-plugin only)

2011-05-19 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897 vincenzo Innocente changed: What|Removed |Added CC||vincenzo.innocente at cern

[Bug tree-optimization/44897] -flto + ipa-sra misoptimize sqlite (non-plugin only)

2011-04-03 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897 --- Comment #15 from Jan Hubicka 2011-04-03 09:00:04 UTC --- Sorry, forgot about the division by zero issue. Testing patch.

[Bug tree-optimization/44897] -flto + ipa-sra misoptimize sqlite (non-plugin only)

2011-03-10 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897 --- Comment #14 from Markus Trippelsdorf 2011-03-10 19:13:55 UTC --- And the same with debugging symbols: Program received signal SIGFPE, Arithmetic exception. [Switching to process 5046] 0x0086d41c in cgraph_decide_recursive_inlining (n

[Bug tree-optimization/44897] -flto + ipa-sra misoptimize sqlite (non-plugin only)

2011-03-10 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897 --- Comment #13 from Markus Trippelsdorf 2011-03-10 18:39:21 UTC --- Here's what I got: (gdb) set follow-fork-mode child (gdb) run -plugin /usr/libexec/gcc/x86_64-pc-linux-gnu/4.6.0/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gn

[Bug tree-optimization/44897] -flto + ipa-sra misoptimize sqlite (non-plugin only)

2011-03-10 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897 --- Comment #12 from Jan Hubicka 2011-03-10 16:26:01 UTC --- > gcc -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -W -pedantic > -Wno-long-long -march=native -fpermissive -fno-strict-aliasing -pthread -pipe > -DNDEBUG -DTRIMMED -Wcoverage-mism

[Bug tree-optimization/44897] -flto + ipa-sra misoptimize sqlite (non-plugin only)

2011-03-10 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897 --- Comment #11 from Markus Trippelsdorf 2011-03-10 16:07:34 UTC --- In the Firefox case sqlite3.o gets compiled correctly, it is libmozsqlite3.so that segfaults when compiled with -flto and -fprofile-use : gcc -Wall -W -Wno-unused -Wpointer-ar

[Bug tree-optimization/44897] -flto + ipa-sra misoptimize sqlite (non-plugin only)

2011-01-10 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897 --- Comment #10 from Jan Hubicka 2011-01-10 22:10:11 UTC --- It also appears with lto-partition=none with profile feedback, so it is not WHOPR only bug.

[Bug tree-optimization/44897] -flto + ipa-sra misoptimize sqlite (non-plugin only)

2011-01-10 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897 Jan Hubicka changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED