From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14239 invoked by alias); 19 Jun 2005 13:29:14 -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 14232 invoked by uid 48); 19 Jun 2005 13:29:11 -0000 Date: Sun, 19 Jun 2005 13:29:00 -0000 From: "gcc at microbizz dot nl" To: gcc-bugs@gcc.gnu.org Message-ID: <20050619132911.22120.gcc@microbizz.nl> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/22120] New: -fpic causes an ICE on i686-apple-darwin X-Bugzilla-Reason: CC X-SW-Source: 2005-06/txt/msg02500.txt.bz2 List-Id: Compiling any program on i686-apple-darwin with -fpic causes an ICE #include int main( void ) { printf("Hello World.\n"); return 0; } %gcc hello.c -fpic hello.c: In function `main': hello.c:9: internal compiler error: in instantiate_virtual_regs_lossage, at function.c:3756 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. -- Summary: -fpic causes an ICE on i686-apple-darwin Product: gcc Version: 3.4.3 Status: UNCONFIRMED Severity: normal Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at microbizz dot nl CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: i686-apple-darwin GCC target triplet: i686-apple-darwin http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22120