This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/44897] -fwhopr + ipa-sra misoptimize sqlite
- From: "hubicka at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 10 Jan 2011 15:01:26 +0000
- Subject: [Bug tree-optimization/44897] -fwhopr + ipa-sra misoptimize sqlite
- Auto-submitted: auto-generated
- References: <bug-44897-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897
Jan Hubicka <hubicka at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #8 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-01-10 15:01:05 UTC ---
jh@evans:/abuild/jh/sqlite-3.6.23.1> /abuild/jh/trunk-install/bin/gcc -fPIC
-O0 -flto=24 -fno-strict-aliasing -pthread -pipe -O2 shell.c sqlite3.c
-ldl -g ; echo "create table memos(text, priority INTEGER);" | ./a.out
jh@evans:/abuild/jh/sqlite-3.6.23.1> /abuild/jh/trunk-install/bin/gcc -fPIC
-O0 -flto=24 -fno-strict-aliasing -pthread -pipe -O2 shell.c sqlite3.c
-ldl -g -flto-partition=none ; echo "create table memos(text, priority
INTEGER);" | ./a.out
jh@evans:/abuild/jh/sqlite-3.6.23.1> /abuild/jh/trunk-install/bin/gcc -fPIC
-O0 -flto=24 -fno-strict-aliasing -pthread -pipe -O2 shell.c sqlite3.c
-ldl -g -flto-partition=1to1 ; echo "create table memos(text, priority
INTEGER);" | ./a.out
jh@evans:/abuild/jh/sqlite-3.6.23.1>
So it seems solved now. I will try if mozilla now builds w/o
lto-partition=none passed to C compiler.