From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4640 invoked by alias); 3 Apr 2006 11:27:35 -0000 Received: (qmail 4624 invoked by uid 48); 3 Apr 2006 11:27:31 -0000 Date: Mon, 03 Apr 2006 11:27:00 -0000 Subject: [Bug middle-end/27002] New: ICE with -fipa-pta when calling a function X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "reichelt at gcc dot gnu dot org" 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-04/txt/msg00165.txt.bz2 List-Id: The following Fortran code snippet causes an ICE (segfault) when compiled with "-fipa-pta -O": ========================================== subroutine BAR() call FOO (0) end subroutine BAR ========================================== -- Summary: ICE with -fipa-pta when calling a function Product: gcc Version: 4.2.0 Status: UNCONFIRMED Keywords: ice-on-valid-code, monitored Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27002