This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/44897] -fwhopr + ipa-sra misoptimize sqlite


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]