From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20106 invoked by alias); 13 May 2004 12:17:48 -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 20099 invoked by uid 48); 13 May 2004 12:17:47 -0000 Date: Thu, 13 May 2004 22:41:00 -0000 From: "manishas at kpitcummins dot com" To: gcc-bugs@gcc.gnu.org Message-ID: <20040513121745.15418.manishas@kpitcummins.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/15418] New: gcc gives Internal Compilation Error for -fprofile-arcs switch X-Bugzilla-Reason: CC X-SW-Source: 2004-05/txt/msg01301.txt.bz2 List-Id: Try the code below with h8 toolchain ----------------bug118.c --------------------- int main() { } ----------------bug118.c --------------------- Compile with h8300-elf-gcc -fprofile-arcs -c bug118.c It generates following error: bug118.c: In function `main': bug118.c:5: internal compiler error: in make_edges, at cfgbuild.c:402 Please submit a full bug report. -- Summary: gcc gives Internal Compilation Error for -fprofile- arcs switch Product: gcc Version: 3.3.4 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: manishas at kpitcummins dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15418