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/51767] [4.5/4.6/4.7 Regression] ICE with degenerated asm goto


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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-05 20:21:06 UTC ---
Author: jakub
Date: Thu Jan  5 20:20:57 2012
New Revision: 182922

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182922
Log:
    PR rtl-optimization/51767
    * cfgrtl.c (force_nonfallthru_and_redirect): Force addition
    of jump_block and add an extra edge for degenerated asm gotos.

    * gcc.c-torture/compile/pr51767.c: New test.

Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/pr51767.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cfgrtl.c
    trunk/gcc/testsuite/ChangeLog


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