[Bug ld/12557] gcc & Firefox fail to build with -flto and --as-needed LDFLAGS

2022-07-21 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=12557 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug ld/12557] gcc Firefox fail to build with -flto and --as-needed LDFLAGS

2011-09-02 Thread rguenth at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added CC||rguenth

[Bug ld/12557] gcc Firefox fail to build with -flto and --as-needed LDFLAGS

2011-09-02 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 --- Comment #32 from H.J. Lu hjl.tools at gmail dot com 2011-09-02 13:58:28 UTC --- (In reply to comment #31) Simple testcase double x; int main() { return x*x*x*x; } gcc-4.6 -o t t.o -O -ffast-math -flto gcc-4.6 -o t t.o -flto

[Bug ld/12557] gcc Firefox fail to build with -flto and --as-needed LDFLAGS

2011-03-16 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 --- Comment #30 from Octoploid cryptooctoploid at gmail dot com 2011-03-16 08:06:47 UTC --- Thanks H.J.. Both issues are fixed now. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this

[Bug ld/12557] gcc Firefox fail to build with -flto and --as-needed LDFLAGS

2011-03-15 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|WAITING |NEW --- Comment

[Bug ld/12557] gcc Firefox fail to build with -flto and --as-needed LDFLAGS

2011-03-14 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 --- Comment #27 from H.J. Lu hjl.tools at gmail dot com 2011-03-14 15:53:24 UTC --- I have no problems with gcc bootstrap using .../configure --enable-clocale=gnu --with-system-zlib --with-demangler-in-ld --prefix=/usr/gcc-4.7.0

[Bug ld/12557] gcc Firefox fail to build with -flto and --as-needed LDFLAGS

2011-03-14 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 --- Comment #28 from Octoploid cryptooctoploid at gmail dot com 2011-03-14 16:39:13 UTC --- (In reply to comment #27) I have no problems with gcc bootstrap using .../configure --enable-clocale=gnu --with-system-zlib --with-demangler-in-ld

[Bug ld/12557] gcc Firefox fail to build with -flto and --as-needed LDFLAGS

2011-03-11 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 Octoploid cryptooctoploid at gmail dot com changed: What|Removed |Added Summary|gcc Firefox fails to |gcc

[Bug ld/12557] gcc Firefox fail to build with -flto and --as-needed LDFLAGS

2011-03-11 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 --- Comment #26 from Octoploid cryptooctoploid at gmail dot com 2011-03-11 22:12:02 UTC --- Hmm, the LDFLAGS are simply ignored by gcc. And gcc builds fine when I configure it with: --with-boot-ldflags=-Wl,-O1,--hash-style=gnu,--as-needed --