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
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.
> 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
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
> 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
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
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.
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
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
> 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
> 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
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
12 matches
Mail list logo