From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23372 invoked by alias); 30 Jul 2004 04:47:52 -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 23361 invoked by uid 48); 30 Jul 2004 04:47:51 -0000 Date: Fri, 30 Jul 2004 04:47:00 -0000 Message-ID: <20040730044751.23360.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040730030824.16827.trentalg@aston.ac.uk> References: <20040730030824.16827.trentalg@aston.ac.uk> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/16827] [3.5 Regression] nternal compiler error while compiling kernel 2.6.8-rc2-bk5 X-Bugzilla-Reason: CC X-SW-Source: 2004-07/txt/msg03539.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-30 04:47 ------- Confirmed, reduced to (which no longer looks like the orginal code but is still the same ICE): extern unsigned short dev_roles[]; void super_1_sync(int *rdev2) { int i; int max_dev = 0; for (i =0;i<20;i++) if (rdev2[i] > max_dev) max_dev = rdev2[i]; for (i=0; i