]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgomp/ChangeLog
re PR middle-end/36802 (pop_gimplify_context ICE using openmp task construct)
authorJakub Jelinek <jakub@redhat.com>
Mon, 8 Dec 2008 10:36:01 +0000 (11:36 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 8 Dec 2008 10:36:01 +0000 (11:36 +0100)
commitd9c194cb9ef4c1a9263af6c28267104f4ce3628e
treeafeb602ff89a718fac03904e6d621cdacaf590a5
parent4e1e3eda6b83b091b227dad1c029d18ab6501f91
re PR middle-end/36802 (pop_gimplify_context ICE using openmp task construct)

PR middle-end/36802
* omp-low.c (use_pointer_for_field): Only call maybe_lookup_decl
on parallel and task contexts.

* testsuite/libgomp.c/pr36802-1.c: New test.
* testsuite/libgomp.c/pr36802-2.c: New test.
* testsuite/libgomp.c/pr36802-3.c: New test.

From-SVN: r142546
gcc/ChangeLog
gcc/omp-low.c
libgomp/ChangeLog
libgomp/testsuite/libgomp.c/pr36802-1.c [new file with mode: 0644]
libgomp/testsuite/libgomp.c/pr36802-2.c [new file with mode: 0644]
libgomp/testsuite/libgomp.c/pr36802-3.c [new file with mode: 0644]