gcc-6-20170823 is now available

2017-08-23 Thread gccadmin
Snapshot gcc-6-20170823 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/6-20170823/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 6 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-6

Re: Heads-Up: early LTO debug to land, breaking Mach-O / [X]COFF

2017-08-23 Thread Rainer Orth
Hi Richard, > On Fri, 12 May 2017, Richard Biener wrote: > >> >> This is a heads-up that I am in the process of implementing the last >> of Jasons review comments on the dwarf2out parts of early LTO debug >> support. I hope to post final patches early next week after thoroughly >> re-testing eve

[FYI] gcc 4.5.1 causes the Linux kernel to hang

2017-08-23 Thread Steven Rostedt
[ This is FYI only. Documenting what I found with gcc 4.5.1 (but is fixed in 4.5.4 ] Part of my test suit is to build the kernel with a compiler before asm goto was supported (to test jump labels without it). Recently I noticed that the kernel started to hang when building with it. For a while