From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25486 invoked by alias); 3 Jul 2006 11:25:05 -0000 Received: (qmail 25279 invoked by uid 48); 3 Jul 2006 11:24:50 -0000 Date: Mon, 03 Jul 2006 11:25:00 -0000 Message-ID: <20060703112450.25278.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug other/28230] ICE during profiled bootstrap. In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pluto at agmk dot net" 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-07/txt/msg00097.txt.bz2 List-Id: ------- Comment #1 from pluto at agmk dot net 2006-07-03 11:24 ------- without profiling boostrap fails too. Program received signal SIGSEGV, Segmentation fault. 0x000000000074c419 in lshift_significand (r=0xc97980, a=0xc97980, n=63) at ../../gcc/real.c:254 254 r->sig[SIGSZ-1-i] (gdb) p *r $2 = {cl = 1, decimal = 0, sign = 0, signalling = 0, canonical = 0, uexp = 1, sig = {0, 1, 9223372036854775808}} (gdb) p *a $3 = {cl = 1, decimal = 0, sign = 0, signalling = 0, canonical = 0, uexp = 1, sig = {0, 1, 9223372036854775808}} (gdb) bt #0 0x000000000074c419 in lshift_significand (r=0xc97980, a=0xc97980, n=63) at ../../gcc/real.c:254 #1 0x000000000074fcbc in real_from_integer (r=0xc97980, mode=DFmode, low=, high=1, unsigned_p=) at ../../gcc/real.c:2062 #2 0x00000000005ac6e2 in init_emit_once (line_numbers=) at ../../gcc/emit-rtl.c:5194 #3 0x000000000079a18b in toplev_main (argc=, argv=) at ../../gcc/toplev.c:1825 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28230