From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22321 invoked by alias); 2 Jan 2009 20:05:01 -0000 Received: (qmail 20490 invoked by uid 48); 2 Jan 2009 20:03:39 -0000 Date: Fri, 02 Jan 2009 20:05:00 -0000 Subject: [Bug target/38710] New: [4.4 Regression] ICE with _Complex short and -march=pentium-m X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-01/txt/msg00197.txt.bz2 I don't know if this is the same bug as PR 38707 but it ICEs slightly differently. Anyways testcase: _Complex short foo_char (int x) {return 0; } [andrew-pinskis-computer-2:~] apinski% ~/local-gcc/bin/gcc t.c -march=pentium-m -da -fdump-tree-final_cleanup t.c: In function 'foo_char': t.c:1: internal compiler error: in expand_shift, at expmed.c:2243 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. -- Summary: [4.4 Regression] ICE with _Complex short and - march=pentium-m Product: gcc Version: 4.4.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pinskia at gcc dot gnu dot org GCC target triplet: i?86-*-* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38710