[Bug middle-end/89002] [7/8/9 Regression] ICE in scan_omp_1_op, at omp-low.c:3166

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jan 28 22:34:00 GMT 2019


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Mon Jan 28 22:33:33 2019
New Revision: 268345

URL: https://gcc.gnu.org/viewcvs?rev=268345&root=gcc&view=rev
Log:
        PR middle-end/89002
        * gimplify.c (gimplify_omp_for): When adding OMP_CLAUSE_*_GIMPLE_SEQ
        for lastprivate/linear IV, push gimplify context around gimplify_assign
        and, if it needed any temporaries, pop it into a gimple bind around the
        sequence.

        * testsuite/libgomp.c/pr89002.c: New test.

Added:
    trunk/libgomp/testsuite/libgomp.c/pr89002.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimplify.c
    trunk/libgomp/ChangeLog


More information about the Gcc-bugs mailing list