aboutsummaryrefslogtreecommitdiff
path: root/libgomp/openacc.h
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2015-05-09 04:50:35 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2015-05-09 04:50:35 +0000
commit4a850eb77f9edb0e697a565568b00ffe30f3b679 (patch)
tree635fcce1f6a54233ad010ff64f581e15382aca04 /libgomp/openacc.h
parent9f663e49fe529c7b8be2abe08ed224307637fc1b (diff)
* openacc.h (__GOACC_NOTHROW): Fix noexcept syntax.
* testsuite/libgomp.oacc-c-c++-common/reduction-4.c (main): Use _Complex. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222966 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/openacc.h')
-rw-r--r--libgomp/openacc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/openacc.h b/libgomp/openacc.h
index 334324114f1..44a1526597d 100644
--- a/libgomp/openacc.h
+++ b/libgomp/openacc.h
@@ -39,7 +39,7 @@ extern "C" {
#endif
#if __cplusplus >= 201103
-# define __GOACC_NOTHROW noexcept ()
+# define __GOACC_NOTHROW noexcept
#elif __cplusplus
# define __GOACC_NOTHROW throw ()
#else /* Not C++ */