This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/41554] -flto and -fwhopr should be moved to common.opt
- From: "laurent at guerby dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Oct 2009 21:15:32 -0000
- Subject: [Bug lto/41554] -flto and -fwhopr should be moved to common.opt
- References: <bug-41554-91@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from laurent at guerby dot net 2009-10-05 21:15 -------
Not set for gnat1 (Ada):
(gdb) b gate_lto_out
Breakpoint 1 at 0xedd700: file ../../trunk/gcc/lto-streamer.c, line 803.
(gdb) r -quiet -dumpbase p.adb -auxbase p -O3 -flto -mtune=generic p.adb -o
/tmp/cclbAgyw.s
Starting program:
/home/guerby/install-trunk/libexec/gcc/x86_64-unknown-linux-gnu/4.5.0/gnat1
-quiet -dumpbase p.adb -auxbase p -O3 -flto -mtune=generic p.adb -o
/tmp/cclbAgyw.s
Breakpoint 1, gate_lto_out () at ../../trunk/gcc/lto-streamer.c:803
803 return ((flag_generate_lto || in_lto_p)
(gdb) p in_lto_p
$1 = 0 '\0'
(gdb) p flag_generate_lto
$2 = 0
--
laurent at guerby dot net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |laurent at guerby dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41554