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 rtl-optimization/25791] -O2 execution fails, -O and -g work



------- Comment #16 from dick_guertin at yahoo dot com  2006-01-19 04:50 -------
I recompiled with -O2 -fno-gcse and got this:

Breakpoint 4, rlookup (scancb=0x341da8, keyword_table=0x0,
stack_ptr=0xffbef3d8, routine_result=0xffbef35c)
    at scan.c:1452
1452                            kwp += 1;
(gdb) 
Continuing.

Breakpoint 4, rlookup (scancb=0x341da8, keyword_table=0x0,
stack_ptr=0xffbef3d8, routine_result=0xffbef35c)
    at scan.c:1452
1452                            kwp += 1;
(gdb) 
Continuing.

Breakpoint 4, rlookup (scancb=0x341da8, keyword_table=0x0,
stack_ptr=0xffbef3d8, routine_result=0xffbef35c)
    at scan.c:1452
1452                            kwp += 1;
(gdb) 
Continuing.

Breakpoint 4, rlookup (scancb=0x341da8, keyword_table=0x0,
stack_ptr=0xffbef3d8, routine_result=0xffbef35c)
    at scan.c:1452
1452                            kwp += 1;
(gdb) 
Continuing.

Program received signal SIGILL, Illegal instruction.
0x002b7884 in hex_to_character ()

Problem persists!


-- 


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


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