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] -flto + ipa-sra misoptimize sqlite (non-plugin only)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897

--- Comment #12 from Jan Hubicka <hubicka at ucw dot cz> 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-mismatch -freorder-blocks-and-partition -flto -O3
> -fPIC -shared -Wl,-z,defs -Wl,-h,libmozsqlite3.so -o libmozsqlite3.so sqlite3.o
> -lpthread -Wl,-O1,--hash-style=gnu,--as-needed,--no-keep-memory
> -Wl,-rpath-link,/var/tmp/mozilla-central/moz-build-dir/dist/bin
> -Wl,-rpath-link,/usr/lib -ldl
> lto1: internal compiler error: Floating point exception

This should be easy to fix. Having backtrace would save me from some burden
trying to reproduce it ;)

Honza


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