From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14473 invoked by alias); 12 Feb 2002 14:36:04 -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 14432 invoked by uid 71); 12 Feb 2002 14:36:02 -0000 Date: Tue, 12 Feb 2002 06:36:00 -0000 Message-ID: <20020212143602.14426.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Reichelt Subject: Re: c/5656: gcc - Internal compiler error in emit_move_insn Reply-To: Reichelt X-SW-Source: 2002-02/txt/msg00273.txt.bz2 List-Id: The following reply was made to PR c/5656; it has been noted by GNATS. From: Reichelt To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, xm@xml-objects.com, nobody@gcc.gnu.org Cc: Subject: Re: c/5656: gcc - Internal compiler error in emit_move_insn Date: Tue, 12 Feb 2002 15:48:40 +0100 Hi, the testcase can be reduced to the following three lines of (illegal) code that cause an ICE on i686-pc-linux-gnu and mips-sgi-irix6.5 when compiled with "gcc -O3" ------------------snip here--------------------- void foo (c) char c; { &c; } int bar (char); void quus (char c) { foo(bar(c)); } ------------------snip here--------------------- The error message is: bug.i: In function `quus': bug.i:1: Internal compiler error in emit_move_insn, at expr.c:2748 Please submit a full bug report, [etc.] Greetings, Volker Reichelt http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5656