This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/61635] LTO partitioner does not handle &&label in statics
- From: "hubicka at ucw dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 28 Jun 2014 06:33:24 +0000
- Subject: [Bug lto/61635] LTO partitioner does not handle &&label in statics
- Auto-submitted: auto-generated
- References: <bug-61635-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61635
--- Comment #3 from Jan Hubicka <hubicka at ucw dot cz> ---
>
> git clone https://github.com/andikleen/linux-misc -b lto-linus-3.15
> Build with the attached kernel config (copy to .config in the build dir) and
> 4.9
Aha, we still compile kernel with -fno-toplevel-reporder? That probably could
drag
variables out of their contextes. Will have to take a look.
Honza