From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9664 invoked by alias); 6 Oct 2005 08:31:24 -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 9651 invoked by uid 48); 6 Oct 2005 08:31:20 -0000 Date: Thu, 06 Oct 2005 08:31:00 -0000 Subject: [Bug tree-optimization/24225] New: [4,1 Regression] ICE: segmentation fault in profile.c:branch_prob X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" X-SW-Source: 2005-10/txt/msg00565.txt.bz2 List-Id: /usr/lib/gcc/i586-suse-linux/4.1.0/cc1 -fpreprocessed builtin.i -quiet -dumpbase builtin.c -march=i586 -mtune=i686 -auxbase-strip builtin.o -O2 -Wall -Wall -version -fmessage-length=0 -fno-strict-aliasing -fprofile-arcs -o builtin.s builtin.c: In function ‘execbuiltin’: builtin.c:5173: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. (gdb) bt #0 0x0846db4d in branch_prob () at profile.c:815 #1 0x0852f803 in tree_profiling () at tree-profile.c:246 #2 0x0852f0cd in execute_one_pass (pass=0x8777060) at passes.c:827 #3 0x0852f18c in execute_pass_list (pass=0x8777060) at passes.c:859 #4 0x0852f260 in execute_ipa_pass_list (pass=0x8774a60) at passes.c:881 #5 0x085911d1 in ipa_passes () at cgraphunit.c:1221 #6 0x0859127c in cgraph_optimize () at cgraphunit.c:1255 #7 0x08068379 in c_write_global_declarations () at c-decl.c:7644 #8 0x084df96f in compile_file () at toplev.c:1003 #9 0x084e103c in do_compile () at toplev.c:1933 #10 0x084e10a4 in toplev_main (argc=19, argv=0xbf9bf844) at toplev.c:1965 #11 0x080d9b90 in main (argc=19, argv=0xbf9bf844) at main.c:35 -- Summary: [4,1 Regression] ICE: segmentation fault in profile.c:branch_prob Product: gcc Version: 4.1.0 Status: UNCONFIRMED Keywords: ice-on-invalid-code Severity: normal Priority: P2 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rguenth at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24225