[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Bug in WinAVR 20030424
From: |
Marek Michalkiewicz |
Subject: |
Re: [avr-gcc-list] Bug in WinAVR 20030424 |
Date: |
Wed, 30 Apr 2003 22:23:18 +0200 |
User-agent: |
Mutt/1.4i |
On Wed, Apr 30, 2003 at 02:05:22PM -0600, E. Weddington wrote:
> On 28 Apr 2003 at 0:57, Oliver Tscherwitschke wrote:
>
> > /* --- bug.c --- */
> > void foo(char a)
> > {
> > while (1);
> > }
> > /* --- end of bug.c --- */
> >
> > Compile with:
> > avr-gcc -c -g -Os -mmcu=atmega103 -save-temps -Wunreachable-code bug.c
> > -o bug.o
> FYI, there was just something on the GCC mailing list about some
> -Wunreachable-code bug fix. I can't guarantee that it will apply to
> your problem (I haven't looked into the specific GCC Problem Report).
Yes, it's the same bug (PR middle-end/10336) - should be fixed now.
Marek