From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21773 invoked by alias); 17 Jul 2002 14:36:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 21733 invoked by uid 71); 17 Jul 2002 14:36:00 -0000 Resent-Date: 17 Jul 2002 14:36:00 -0000 Resent-Message-ID: <20020717143600.21732.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, eea@telio.de Resent-Reply-To: gcc-gnats@gcc.gnu.org, grunig@telio.de Received: (qmail 21480 invoked by uid 61); 17 Jul 2002 14:34:18 -0000 Message-Id: <20020717143418.21479.qmail@sources.redhat.com> Date: Wed, 17 Jul 2002 07:36:00 -0000 From: grunig@telio.de Reply-To: grunig@telio.de To: gcc-gnats@gcc.gnu.org Cc: eea@telio.de X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) X-GNATS-Notify: eea@telio.de Subject: other/7340: error: unrecognizable insn X-SW-Source: 2002-07/txt/msg00522.txt.bz2 List-Id: >Number: 7340 >Category: other >Synopsis: error: unrecognizable insn >Confidential: no >Severity: critical >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Wed Jul 17 07:36:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: grunig@telio.de >Release: avr-gcc 3.2 >Organization: >Environment: avr-gcc; NutOS Version 2.4.2 www.ethernut.de >Description: C:\avrgcc\nut\app\diag>make avr-gcc -c -mmcu=atmega103 -Os -Wall -Wstrict-prototypes -Wa,-ahlms=main.lst -IC:/avrgcc/nut/include main.c -o main.o main.c: In function `getADC': main.c:248: warning: implicit declaration of function `__inw' main.c: In function `WriteConfig': main.c:494: warning: passing arg 1 of `WriteBlockToEEPROM' from incompatible pointer type main.c:495: warning: passing arg 1 of `WriteBlockToEEPROM' from incompatible pointer type main.c:496: warning: passing arg 1 of `WriteBlockToEEPROM' from incompatible pointer type main.c:499: warning: passing arg 1 of `WriteBlockToEEPROM' from incompatible pointer type main.c:500: warning: passing arg 1 of `WriteBlockToEEPROM' from incompatible pointer type main.c:507: warning: passing arg 1 of `WriteBlockToEEPROM' from incompatible pointer type main.c:508: warning: passing arg 1 of `WriteBlockToEEPROM' from incompatible pointer type main.c:509: warning: passing arg 1 of `WriteBlockToEEPROM' from incompatible pointer type main.c:510: warning: passing arg 1 of `WriteBlockToEEPROM' from incompatible pointer type main.c:512: warning: passing arg 1 of `WriteBlockToEEPROM' from incompatible pointer type main.c:513: warning: passing arg 1 of `WriteBlockToEEPROM' from incompatible pointer type main.c: In function `Translate': C:/AVRGCC/avr/include/string-avr.h:275: warning: `__res' might be used uninitialized in this function main.c: In function `StrToState': C:/AVRGCC/avr/include/string-avr.h:275: warning: `__res' might be used uninitialized in this function main.c: In function `monitor_service': main.c:2201: error: unrecognizable insn: (insn 19 18 20 0 013CDFC0 (set (reg:QI 47) (const_int 254 [0xfe])) -1 (nil) (expr_list:REG_EQUAL (const_int 254 [0xfe]) (nil))) main.c:2201: internal compiler error: Internal compiler error in extract_insn, at gcc/recog.c:2130 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make: *** [main.o] Error 1 Hi, the same code compiles under previous version 3.0.2 (avr-gcc) and previous version of NutOS. Please not I'm a beginner and maybe my fault. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: