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 c/44071] ICE with asm goto and __builtin_unreachable()



------- Comment #2 from ubizjak at gmail dot com  2010-05-11 06:32 -------
Confirmed with 4.6.0 mainline:

Program received signal SIGSEGV, Segmentation fault.
0x000000000056d5b8 in cfg_layout_finalize ()
    at ../../gcc-svn/trunk/gcc/cfglayout.c:477
477       if (loc == prologue_locator || loc == epilogue_locator)

Backtrace:

#0  0x000000000056d5b8 in cfg_layout_finalize ()
    at ../../gcc-svn/trunk/gcc/cfglayout.c:477
#1  0x000000000056de3a in outof_cfg_layout_mode ()
    at ../../gcc-svn/trunk/gcc/cfglayout.c:477
#2  0x000000000071ca2e in execute_one_pass (pass=0x112c760)
    at ../../gcc-svn/trunk/gcc/passes.c:293


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-05-11 06:32:26
               date|                            |
   Target Milestone|---                         |4.5.1


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


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