diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-09-26 20:06:55 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2006-09-26 20:06:55 +0200 |
commit | 9b9e4cd6a909fd68c16d27c7f011300933db2f10 (patch) | |
tree | aaa6cc93a9b83f7aa74397195af3ff5c62fe131e /libgomp/ChangeLog | |
parent | ec14aed23b26f2877c5b26a3e13c672f031f38fc (diff) | |
download | gcc-9b9e4cd6a909fd68c16d27c7f011300933db2f10.zip gcc-9b9e4cd6a909fd68c16d27c7f011300933db2f10.tar.gz gcc-9b9e4cd6a909fd68c16d27c7f011300933db2f10.tar.bz2 |
re PR fortran/29097 (!$ include 'omp_lib.h' does not work)
PR fortran/29097
* scanner.c (include_line): Handle conditional include.
* testsuite/libgomp.fortran/condinc1.f: New test.
* testsuite/libgomp.fortran/condinc2.f: New test.
* testsuite/libgomp.fortran/condinc3.f90: New test.
* testsuite/libgomp.fortran/condinc4.f90: New test.
* testsuite/libgomp.fortran/condinc1.inc: New file.
From-SVN: r117234
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 9dc9e31..229b27a 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,12 @@ +2006-09-26 Jakub Jelinek <jakub@redhat.com> + + PR fortran/29097 + * testsuite/libgomp.fortran/condinc1.f: New test. + * testsuite/libgomp.fortran/condinc2.f: New test. + * testsuite/libgomp.fortran/condinc3.f90: New test. + * testsuite/libgomp.fortran/condinc4.f90: New test. + * testsuite/libgomp.fortran/condinc1.inc: New file. + 2006-09-18 Tom Tromey <tromey@redhat.com> * configure: Rebuilt. |