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 middle-end/57103] [4.8/4.9 Regression] ICE: verify_gimple failed: location references block not in block tree with -ftree-parallelize-loops=4


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

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

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

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> 2013-04-29 14:14:46 UTC ---
Author: rguenth
Date: Mon Apr 29 14:12:54 2013
New Revision: 198418

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

    PR middle-end/57103
    * tree-cfg.c (move_stmt_op): Fix condition under which to update
    TREE_BLOCK.
    (move_stmt_r): Remove redundant checking.

    * gcc.dg/autopar/pr57103.c: New testcase.

Added:
    trunk/gcc/testsuite/gcc.dg/autopar/pr57103.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-cfg.c

Author: rguenth
Date: Mon Apr 29 14:14:05 2013
New Revision: 198419

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

    PR middle-end/57103
    * tree-cfg.c (move_stmt_op): Fix condition under which to update
    TREE_BLOCK.
    (move_stmt_r): Remove redundant checking.

    * gcc.dg/autopar/pr57103.c: New testcase.

Added:
    branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/autopar/pr57103.c
Modified:
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_8-branch/gcc/tree-cfg.c


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