OSDN Git Service

PR c/43893
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Apr 2010 20:07:10 +0000 (20:07 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:35:58 +0000 (14:35 +0900)
* c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.

* testsuite/libgomp.c/pr43893.c: New test.
* testsuite/libgomp.c++/pr43893.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158745 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
libgomp/ChangeLog

index 23d8cde..b8364a5 100644 (file)
@@ -1,3 +1,8 @@
+2010-04-26  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/43893
+       * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
+
 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
 
        * c-parser.c (struct c_token): Move location field up.
index 2b267e4..351672a 100644 (file)
@@ -1,3 +1,9 @@
+2010-04-26  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/43893
+       * testsuite/libgomp.c/pr43893.c: New test.
+       * testsuite/libgomp.c++/pr43893.C: New test.
+
 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/43570