avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] strlen bug...


From: Ludovic COURTES
Subject: [avr-gcc-list] strlen bug...
Date: Thu, 15 Mar 2001 12:36:14 +0100

Hi,

I recently discovered that there was no way to compile any source
code which uses strlen() (the problem is at compile-time, not at
link-time). Maybe some of you already knew about it as it looks
like it is not specific to my program ('internal error').

Here is what i got : 

avr-gcc -Wall -I../include/ -O9 -mmcu=atmega103   -c main.c -o main.o
main.c: In function `lcd_manager':
main.c:206: Unrecognizable insn:
(insn 112 108 113 (parallel[ 
            (set (reg:HI 56)
                (unspec:HI[ 
                        (mem:BLK (reg/f:HI 57) 0)
                        (const_int 0 [0x0])
                        (const_int 1 [0x1])
                    ]  0))
        ] ) -1 (nil)
    (nil))
main.c:206: Internal compiler error in extract_insn, at recog.c:2254
Please submit a full bug report, with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make: *** [main.o] Error 1


Anyway, if someone wants the whole source code, i can send it.

-- 
Ludovic Courtès
  Université de Technologie de Belfort-Montbéliard
  Unitec (Club de Robotique de l'UTBM)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]