------- 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