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 debug/66716] gomp4: libgomp.oacc-c/../libgomp.oacc-c-c++-common/kernels-loop.c -g ICE


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66716

--- Comment #2 from vries at gcc dot gnu.org ---
Author: vries
Date: Wed Jul  1 15:54:14 2015
New Revision: 225259

URL: https://gcc.gnu.org/viewcvs?rev=225259&root=gcc&view=rev
Log:
Fix compilation libgomp.oacc-c-c++-common/kernels-loop.c -g

2015-07-01  Tom de Vries  <tom@codesourcery.com>

        PR tree-optimization/66716
        * tree-cfg.c (gimple_split_block_before_cond_jump): Split before
        cond_jump, instead of split after last nondebug insn before cond_jump.

        * c-c++-common/goacc/kernels-loop-g.c: New test.

        * testsuite/libgomp.oacc-c-c++-common/kernels-loop-g.c: New test.

Added:
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/kernels-loop-g.c
   
branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/kernels-loop-g.c
Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/testsuite/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/tree-cfg.c
    branches/gomp-4_0-branch/libgomp/ChangeLog.gomp


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