http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897
Jan Hubicka <hubicka at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
Summary|-fwhopr + ipa-sra |-flto + ipa-sra misoptimize
|misoptimize sqlite |sqlite (non-plugin only)
--- Comment #9 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-01-10
16:33:18 UTC ---
Hmm, sadly we still get:
/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
-fno-use-linker-plugin ; echo "create table memos(text, priority INTEGER);" |
./a.out
Segmentation fault (core dumped)