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 ---
j...@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
j...@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
j...@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
j...@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.

Reply via email to