http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48538
Summary: GCC build fails with -flto in BOOT_CFLAGS
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lto
AssignedTo: unassig...
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48538
--- Comment #2 from jafb at tinet dot org 2011-04-10 11:45:55 UTC ---
Ok. In the documentation it said that was equivalent to -flto in BOOT_CFLAGS,
that's why I used it.
Now I've checked bootstrap-lto.mk and looks like it disables lto wh
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48538
--- Comment #4 from jafb at tinet dot org 2011-04-17 09:59:35 UTC ---
Mmmm I'm afraid using --with-build-config=bootstrap-lto crashes at the same
point with the same error.
As a workaround, can I compile the ada frontend after installin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48538
--- Comment #6 from jafb at tinet dot org 2011-04-17 11:21:58 UTC ---
(In reply to comment #5)
> > Mmmm I'm afraid using --with-build-config=bootstrap-lto crashes at the
> > same point with the same error.
>
> Weird, L
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48538
--- Comment #11 from jafb at tinet dot org 2011-04-17 16:01:29 UTC ---
That was fast, thank you :)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48653
Summary: Bootstrap comparison failure with bootstrap-lto
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48653
--- Comment #2 from jafb at tinet dot org 2011-04-18 08:29:32 UTC ---
Sorry. I thought the default was -g -O2 and omitting -g in BOOT_CFLAGS is even
documented, but I won't file any other bugs for these reasons...