https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69507

--- Comment #9 from Martin Sebor <msebor at gcc dot gnu.org> ---
Author: msebor
Date: Mon Jun 20 15:46:09 2016
New Revision: 237606

URL: https://gcc.gnu.org/viewcvs?rev=237606&root=gcc&view=rev
Log:
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.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/gnu89-const-expr-1.c
    trunk/gcc/testsuite/gcc.dg/gnu90-const-expr-1.c
    trunk/gcc/testsuite/gcc.dg/gnu99-const-expr-1.c
    trunk/gcc/testsuite/gcc.dg/gnu99-static-1.c

Reply via email to