]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR c/69507 - bogus warning: ISO C does not allow __alignof__ (expression)
authorMartin Sebor <msebor@redhat.com>
Mon, 20 Jun 2016 15:46:09 +0000 (15:46 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Mon, 20 Jun 2016 15:46:09 +0000 (09:46 -0600)
commitd9e8bdfd905b5db38c452eff6f441cb59c26fef7
tree5afb5c74d650ba8575ae6650a8daf95e49ce5ffe
parent67785479182cd32045994a4c48e9f374ac99b564
PR c/69507 - bogus warning: ISO C does not allow __alignof__ (expression)

gcc/testsuite/ChangeLog:
* gnu89-const-expr-1.c: Avoid diagnosing __alignof__ as not conforming.
* gnu90-const-expr-1.c: Same.
* gnu99-const-expr-1.c: Same.
* gnu99-static-1.c: Same.

From-SVN: r237606
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/gnu89-const-expr-1.c
gcc/testsuite/gcc.dg/gnu90-const-expr-1.c
gcc/testsuite/gcc.dg/gnu99-const-expr-1.c
gcc/testsuite/gcc.dg/gnu99-static-1.c