re PR middle-end/66633 (ICE on valid "verify_gimple failed" with OpenMP)
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 1 Jul 2015 08:21:40 +0000 (08:21 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 1 Jul 2015 08:21:40 +0000 (08:21 +0000)
commiteb71ab9f1fcfd23e7b3aef9a5659275bcd840f29
tree2f13674372014283e43e7d373769e20742373c23
parent97e7739106863e3d334a8f9bb0cfcc8ae0e972de
re PR middle-end/66633 (ICE on valid "verify_gimple failed" with OpenMP)

PR middle-end/66633
* tree-nested.c (convert_nonlocal_omp_clauses): Initialize need_chain
to true if the function is nested and if not optimizing.
(convert_local_omp_clauses): Initialize need_frame to true if the
function contains nested functions and if not optimizing.

From-SVN: r225227
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/gomp/pr66633.f90 [new file with mode: 0644]
gcc/tree-nested.c