Bug 43815 - Internal error detected by avr-gcc.
Summary: Internal error detected by avr-gcc.
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: c (show other bugs)
Version: unknown
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-20 09:30 UTC by Philippe Hoogvorst
Modified: 2010-04-20 09:40 UTC (History)
1 user (show)

See Also:
Host: i486-linux-gnu
Target: avr
Build: i486-linux-gnu
Known to work:
Known to fail:
Last reconfirmed:


Attachments
Smallest file triggering the bug. (65 bytes, text/plain)
2010-04-20 09:32 UTC, Philippe Hoogvorst
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Hoogvorst 2010-04-20 09:30:41 UTC
Transcript:

> uname -a
Linux pluton 2.6.32-trunk-686 #1 SMP Sun Jan 10 06:32:16 UTC 2010 i686 GNU/Linux
> avr-gcc -v                                            
Using built-in specs.
Target: avr
Configured with: ../src/configure -v --enable-languages=c,c++ --prefix=/usr/lib --infodir=/usr/share/info --mandir=/usr/share/man --bindir=/usr/bin --libexecdir=/usr/lib --libdir=/usr/lib --enable-shared --with-system-zlib --enable-long-long --enable-nls --without-included-gettext --disable-checking --disable-libssp --build=i486-linux-gnu --host=i486-linux-gnu --target=avr
Thread model: single
gcc version 4.3.4 (GCC) 
> avr-gcc -mmcu=atmega128  -c -o /dev/null bug.s
bug.s: Assembler messages:
bug.s:2: Internal error, aborting at symbols.c line 94 in symbol_new
Please report this bug.
> cat bug.s
/* First line of source text. */
        .text
        brlo    1f
/* Last line of source text. */
>
Comment 1 Philippe Hoogvorst 2010-04-20 09:32:54 UTC
Created attachment 20437 [details]
Smallest file triggering the bug.
Comment 2 Richard Biener 2010-04-20 09:40:32 UTC
bug.s: Assembler messages:
bug.s:2: Internal error, aborting at symbols.c line 94 in symbol_new
Please report this bug.

this is an assembler problem, please report it to binutils.