From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7802 invoked by alias); 18 Sep 2004 17:41:32 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 7794 invoked by uid 48); 18 Sep 2004 17:41:31 -0000 Date: Sat, 18 Sep 2004 17:41:00 -0000 Message-ID: <20040918174131.7793.qmail@sourceware.org> From: "belyshev at lubercy dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040913024924.17451.bernie@develer.com> References: <20040913024924.17451.bernie@develer.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/17451] [3.4 Regression] ICE at insn-output.c:1495 with -O1 X-Bugzilla-Reason: CC X-SW-Source: 2004-09/txt/msg02131.txt.bz2 List-Id: ------- Additional Comments From belyshev at lubercy dot com 2004-09-18 17:41 ------- // small testcase. Note: this code is valid, so changing keyword. int foo (int b) { int i; char c[2]; for (i = 0; i < 1; i ++); c[0] += 2; return b / c[0] < 0; } -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 GCC target triplet|i386-redhat-linux |i*86-*-* Keywords|ice-on-invalid-code |ice-on-valid-code Known to fail| |3.4.1 3.4.3 Known to work| |3.3.5 Last reconfirmed|0000-00-00 00:00:00 |2004-09-18 17:41:31 date| | Summary|ICE at insn-output.c:1495 |[3.4 Regression] ICE at |with -O1 |insn-output.c:1495 with -O1 Target Milestone|--- |3.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17451