diff options
author | Tom de Vries <tom@codesourcery.com> | 2015-06-15 13:57:04 +0000 |
---|---|---|
committer | Tom de Vries <vries@gcc.gnu.org> | 2015-06-15 13:57:04 +0000 |
commit | fb5b53524691063bc8dd9014b5f1b05ce3d1c0aa (patch) | |
tree | 25b21df7ff0a21e6e5379f3cf8fd1ec071c40280 | |
parent | ca431befaa6762e2eb331c4df66bc6ec8e87e768 (diff) | |
download | gcc-fb5b53524691063bc8dd9014b5f1b05ce3d1c0aa.zip gcc-fb5b53524691063bc8dd9014b5f1b05ce3d1c0aa.tar.gz gcc-fb5b53524691063bc8dd9014b5f1b05ce3d1c0aa.tar.bz2 |
Fix typo in libgomp/testsuite/libgomp.c/pr35625.c
2015-06-15 Tom de Vries <tom@codesourcery.com>
* testsuite/libgomp.c/pr35625.c: Fix typo.
From-SVN: r224483
-rw-r--r-- | libgomp/ChangeLog | 4 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.c/pr35625.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index e2d022f..f891feb 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,5 +1,9 @@ 2015-06-15 Tom de Vries <tom@codesourcery.com> + * testsuite/libgomp.c/pr35625.c: Fix typo. + +2015-06-15 Tom de Vries <tom@codesourcery.com> + * testsuite/libgomp.c/atomic-18.c: Remove superfluous -fopenmp setting in dg-options. * testsuite/libgomp.c/atomic-3.c: Same. diff --git a/libgomp/testsuite/libgomp.c/pr35625.c b/libgomp/testsuite/libgomp.c/pr35625.c index 14c45d4..eac9ce9 100644 --- a/libgomp/testsuite/libgomp.c/pr35625.c +++ b/libgomp/testsuite/libgomp.c/pr35625.c @@ -1,6 +1,6 @@ /* PR libgomp/35625 */ /* { dg-do run } */ -/* { dg-aditional-options "-std=c99" } */ +/* { dg-additional-options "-std=c99" } */ int main (void) |