re PR c/27499 (ICE with unsigned iteration variable and -fopenmp)
authorJakub Jelinek <jakub@redhat.com>
Tue, 16 May 2006 10:12:39 +0000 (12:12 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 16 May 2006 10:12:39 +0000 (12:12 +0200)
commit4156f84bfb9e0e26701a825d52da11eec26d10ff
treed91b1027fa1d8ccd64127b7bbcfbfc90a4ea9c55
parent726e99922bf44d24b991b6a9454461d22ba03827
re PR c/27499 (ICE with unsigned iteration variable and -fopenmp)

PR c/27499
* gimplify.c (gimplify_omp_for): Remove assertion that iteration var
is signed.

* gcc.dg/gomp/pr27499.c: New test.
* g++.dg/gomp/pr27499.C: New test.

From-SVN: r113822
gcc/ChangeLog
gcc/gimplify.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/gomp/pr27499.C [new file with mode: 0644]
gcc/testsuite/gcc.dg/gomp/pr27499.c [new file with mode: 0644]