From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8027 invoked by alias); 4 Jun 2006 11:13:47 -0000 Received: (qmail 8004 invoked by uid 48); 4 Jun 2006 11:13:40 -0000 Date: Sun, 04 Jun 2006 11:13:00 -0000 Subject: [Bug target/27891] New: [4.0/4.1 regression] ICE in tree_split_edge, at tree-cfg.c:3107 X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tbm at cyrius dot com" 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 X-SW-Source: 2006-06/txt/msg00233.txt.bz2 List-Id: ICE on Alpha in tree_split_edge, at tree-cfg.c:3107. Works with gcc 3.4 and current gcc 4.2, fails with 4.0 and 4.1. tbm@juist:~/delta/bin$ g++-4.1 -c -O1 mini.c mini.c: In function 'int domisc(const char*)': mini.c:27: internal compiler error: in tree_split_edge, at tree-cfg.c:3107 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. For Debian GNU/Linux specific bug reporting instructions, see . Preprocessed source stored into /tmp/cctyNtwC.out file, please attach this to your bugreport. tbm@juist:~/delta/bin$ g++-4.1 -c mini.c tbm@juist:~/delta/bin$ g++-4.0 -c -O2 mini.c mini.c: In function 'int domisc(const char*)': mini.c:27: internal compiler error: in tree_split_edge, at tree-cfg.c:3226 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. For Debian GNU/Linux specific bug reporting instructions, see . tbm@juist:~/delta/bin$ /usr/lib/gcc-snapshot/bin/g++ -c -O2 mini.c tbm@juist:~/delta/bin$ -- Summary: [4.0/4.1 regression] ICE in tree_split_edge, at tree- cfg.c:3107 Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tbm at cyrius dot com GCC build triplet: alpha-linux-gnu GCC host triplet: alpha-linux-gnu GCC target triplet: alpha-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27891