Reload generates wrong spill

2011-04-19 Thread Georg-Johann Lay
The following code is a testcase for avr where reload generates wrong code: struct S { unsigned char a, b; } ab = {12, 34}; void yoo (struct S y) { __asm volatile ("ldi %B0, 56" : "+y" (y)); y.a = 0; __asm volatile ("; y = %0" : "+y" (y)); ab = y; } The asm just serves to dir

Re: Broken LTO bootstrtap for more than a month

2011-04-19 Thread Michael Matz
Hi, On Mon, 18 Apr 2011, H.J. Lu wrote: > LTO bootstrap has been broken for more than a month: I was LTO bootstrapping yesterday just fine. You're talking about bootstrap-profiled. Ciao, Michael.

Re: Broken LTO bootstrtap for more than a month

2011-04-19 Thread Eric Botcazou
> I was LTO bootstrapping yesterday just fine. You're talking about > bootstrap-profiled. Not clear at all, a regular LTO bootstrap had failed on cc1 for days here. -- Eric Botcazou

Re: Broken LTO bootstrtap for more than a month

2011-04-19 Thread Michael Matz
Hi, On Tue, 19 Apr 2011, Eric Botcazou wrote: > > I was LTO bootstrapping yesterday just fine. You're talking about > > bootstrap-profiled. > > Not clear at all, a regular LTO bootstrap had failed on cc1 for days here. Hmpf. Strange. I've bootstrapped with all languages except Ada yesterday

Re: Broken LTO bootstrtap for more than a month

2011-04-19 Thread Eric Botcazou
> Hmpf. Strange. I've bootstrapped with all languages except Ada > yesterday, with gold as plugin-ld. GNU ld (with plugins) for me, but --enable-checking=yes,rtl. Maybe H.J. had e.g. --enable-checking=release. In any case, something is brittle ATM. -- Eric Botcazou

Re: Broken LTO bootstrtap for more than a month

2011-04-19 Thread Richard Guenther
On Tue, Apr 19, 2011 at 3:51 PM, Eric Botcazou wrote: >> Hmpf.  Strange.  I've bootstrapped with all languages except Ada >> yesterday, with gold as plugin-ld. > > GNU ld (with plugins) for me, but --enable-checking=yes,rtl.  Maybe H.J. had > e.g. --enable-checking=release.  In any case, something

Re: Broken LTO bootstrtap for more than a month

2011-04-19 Thread H.J. Lu
On Tue, Apr 19, 2011 at 7:01 AM, Richard Guenther wrote: > On Tue, Apr 19, 2011 at 3:51 PM, Eric Botcazou wrote: >>> Hmpf.  Strange.  I've bootstrapped with all languages except Ada >>> yesterday, with gold as plugin-ld. >> >> GNU ld (with plugins) for me, but --enable-checking=yes,rtl.  Maybe H.

[pph] Merge from trunk rev

2011-04-19 Thread Diego Novillo
This merge brings the branch up to rev 172662. There are some LTO failures which are ICEs induced by a new assertion I added in bp_pack_value. We discussed this in http://gcc.gnu.org/ml/gcc-patches/2011-04/msg01115.html. The failure happens when we try to pack DECL_OFFSET_ALIGN. We only try to

gcc-4.4-20110419 is now available

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

Re: Broken LTO bootstrtap for more than a month

2011-04-19 Thread Jan Hubicka
> Hi, > > On Mon, 18 Apr 2011, H.J. Lu wrote: > > > LTO bootstrap has been broken for more than a month: > > I was LTO bootstrapping yesterday just fine. You're talking about > bootstrap-profiled. I just fixed at least the inliner profiledbootstrap ICE. I will try to profiledltobootstrap ne

Re: Broken LTO bootstrtap for more than a month

2011-04-19 Thread Jan Hubicka
> On Tue, Apr 19, 2011 at 7:01 AM, Richard Guenther > wrote: > > On Tue, Apr 19, 2011 at 3:51 PM, Eric Botcazou > > wrote: > >>> Hmpf.  Strange.  I've bootstrapped with all languages except Ada > >>> yesterday, with gold as plugin-ld. > >> > >> GNU ld (with plugins) for me, but --enable-checking

A code size optimization idea

2011-04-19 Thread Simon Jackson BEng.
http://code.google.com/p/scc-on-gcc/wiki/FBWT I found the backend of gcc to be somewhat difficult to fathom, and so I decided to convert small-c. But aside from this bringing linux to the masses, you deserve to be informed. The above link is a code size optimization idea, by extracting common