]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/testsuite/ChangeLog
PR c/69507 - bogus warning: ISO C does not allow __alignof__ (expression)
authormsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Jun 2016 15:46:09 +0000 (15:46 +0000)
committermsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Jun 2016 15:46:09 +0000 (15:46 +0000)
commit0f61dae9170cfaab7546ff166a0e3c6bfa4607e5
tree5afb5c74d650ba8575ae6650a8daf95e49ce5ffe
parente458dfd82b9e758f7344f02ba427e575c06db8eb
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@237606 138bc75d-0d04-0410-961f-82ee72b054a4
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