This is the mail archive of the gcc-patches@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]

Re: Trivial cleanup of uses of flag_lto || flag_whopr


2009/12/4 Duncan Sands <baldrick@free.fr>:
> A few places check whether either flag_lto or flag_whopr are set. ÂIt looks
> like what they really care about is whether LTO is being generated, so this
> patch changes them to check for flag_generate_lto (equivalent to flag_lto ||
> flag_whopr, so no functionality change).

You added some includes, you have to update Makefile.in.

I think it is OK with that change, but I also think you have to wait
for the next stage 1 :-(

Diego, can you confirm?

> Ciao,
>
> Duncan.
>

Cheers,
-- 
Rafael Ãvila de EspÃndola


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