From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10379 invoked by alias); 22 Nov 2006 19:23:46 -0000 Received: (qmail 9973 invoked by uid 48); 22 Nov 2006 19:23:30 -0000 Date: Wed, 22 Nov 2006 19:23:00 -0000 Subject: [Bug target/29945] New: ICE in simplify_subreg with simple code in libgfortran 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: 2006-11/txt/msg01967.txt.bz2 The code from libgfortran ICEs: extern const char *__ctype_ptr; parse_real (unsigned char c) { if ((__ctype_ptr[c]&04) &&c != '.') unget_char ( c); } --------------------------------- t.c: In function 'parse_real': t.c:6: internal compiler error: in simplify_subreg, at simplify-rtx.c:4470 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. -- Summary: ICE in simplify_subreg with simple code in libgfortran Product: gcc Version: 4.2.0 Status: UNCONFIRMED Keywords: ice-on-valid-code, build 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: spu-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29945