This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/82679] Uses of typedefs of arrays of _Atomic-qualified types are rejected


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

--- Comment #7 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Author: mpolacek
Date: Tue Dec 12 10:38:09 2017
New Revision: 255577

URL: https://gcc.gnu.org/viewcvs?rev=255577&root=gcc&view=rev
Log:
        PR c/82679
        * c-decl.c (grokdeclarator): Check declspecs insted of atomicp.

        * gcc.dg/c11-atomic-5.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/c11-atomic-5.c
Modified:
    trunk/gcc/c/ChangeLog
    trunk/gcc/c/c-decl.c
    trunk/gcc/testsuite/ChangeLog

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]