PR middle-end/66633
commite667550e6920a87480dc00447702523a76cc4ae4
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Jul 2015 08:21:40 +0000 (1 08:21 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Jul 2015 08:21:40 +0000 (1 08:21 +0000)
tree2f13674372014283e43e7d373769e20742373c23
parent486bdb6ad9baff5ded41604b719de93d73a2e7ce
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225227 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/gomp/pr66633.f90 [new file with mode: 0644]
gcc/tree-nested.c