diff options
author | vries <vries@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-06-15 13:57:04 +0000 |
---|---|---|
committer | vries <vries@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-06-15 13:57:04 +0000 |
commit | 452213131180158c3d084853766703d8988d7714 (patch) | |
tree | 25b21df7ff0a21e6e5379f3cf8fd1ec071c40280 | |
parent | fe5ea207f3b40671a5ef960a27fd4d23fae1f05b (diff) | |
download | gcc-452213131180158c3d084853766703d8988d7714.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224483 138bc75d-0d04-0410-961f-82ee72b054a4
-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 e2d022f7e3b..f891feb9628 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 14c45d4d2b9..eac9ce9111a 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) |