[Bug tree-optimization/57075] [4.9 Regression] verify_flow_info failed: control flow in the middle of basic block

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Apr 29 15:06:00 GMT 2013


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #10 from Richard Biener <rguenth at gcc dot gnu.org> 2013-04-29 15:06:39 UTC ---
Author: rguenth
Date: Mon Apr 29 15:06:18 2013
New Revision: 198423

URL: http://gcc.gnu.org/viewcvs?rev=198423&root=gcc&view=rev
Log:
2013-04-29  Richard Biener  <rguenther@suse.de>

    PR middle-end/57075
    * tree-inline.c (copy_edges_for_bb): Still split the bbs,
    even if not adding abnormal edges for calls that can make
    abnormal gotos.

    * gcc.dg/torture/pr57075.c: New testcase.

Added:
    trunk/gcc/testsuite/gcc.dg/torture/pr57075.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-inline.c



More information about the Gcc-bugs mailing list