diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-08-19 14:25:51 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-08-19 14:25:51 +0100 |
commit | c4b3a0a0b9566dcd63e4a35ddcafa4b93055aa96 (patch) | |
tree | c6c54b66903cafd5d960e932fa497941dd2ad58a /gcc/c-parser.c | |
parent | c26dffff5c573aa7f3935dddc8300a2c8fd660a1 (diff) | |
download | gcc-c4b3a0a0b9566dcd63e4a35ddcafa4b93055aa96.zip gcc-c4b3a0a0b9566dcd63e4a35ddcafa4b93055aa96.tar.gz gcc-c4b3a0a0b9566dcd63e4a35ddcafa4b93055aa96.tar.bz2 |
c-decl.c (grokdeclarator): Diagnose _Noreturn for non-C1X if pedantic.
* c-decl.c (grokdeclarator): Diagnose _Noreturn for non-C1X if
pedantic.
* c-parser.c (c_parser_declspecs): Include _Noreturn in syntax
comment.
* ginclude/stdnoreturn.h (noreturn): Don't define for C++.
testsuite:
* gcc.dg/c90-noreturn-1.c, gcc.dg/c99-noreturn-1.c: New tests.
From-SVN: r177899
Diffstat (limited to 'gcc/c-parser.c')
-rw-r--r-- | gcc/c-parser.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/c-parser.c b/gcc/c-parser.c index d0f8fba..8d7bb99 100644 --- a/gcc/c-parser.c +++ b/gcc/c-parser.c @@ -1905,6 +1905,9 @@ c_parser_static_assert_declaration_no_semi (c_parser *parser) C99 6.7.4: function-specifier: inline + _Noreturn + + (_Noreturn is new in C1X.) C90 6.5.2, C99 6.7.2: type-specifier: |