This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/28230] ICE during profiled bootstrap.



------- 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=<value optimized out>, high=1, unsigned_p=<value optimized out>)
    at ../../gcc/real.c:2062
#2  0x00000000005ac6e2 in init_emit_once (line_numbers=<value optimized out>)
    at ../../gcc/emit-rtl.c:5194
#3  0x000000000079a18b in toplev_main (argc=<value optimized out>,
    argv=<value optimized out>) at ../../gcc/toplev.c:1825


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28230


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]