[Bug c++/85782] acc loops with continue statements ICE in c++

cesar at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri May 18 15:43:00 GMT 2018


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

--- Comment #1 from cesar at gcc dot gnu.org ---
Author: cesar
Date: Fri May 18 15:43:09 2018
New Revision: 260369

URL: https://gcc.gnu.org/viewcvs?rev=260369&root=gcc&view=rev
Log:
PR c++/85782

        gcc/cp/
        * cp-gimplify.c (cp_genericize_r): Call genericize_omp_for_stmt for
        OACC_LOOPs.

        gcc/testsuite/
        * c-c++-common/goacc/pr85782.c: New test.

        libgomp/
        * testsuite/libgomp.oacc-c-c++-common/pr85782.c: New test.

Added:
    trunk/gcc/testsuite/c-c++-common/goacc/pr85782.c
    trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr85782.c
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-gimplify.c
    trunk/gcc/testsuite/ChangeLog
    trunk/libgomp/ChangeLog


More information about the Gcc-bugs mailing list