http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61077

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Author: mpolacek
Date: Thu May  8 17:42:09 2014
New Revision: 210229

URL: http://gcc.gnu.org/viewcvs?rev=210229&root=gcc&view=rev
Log:
    PR c/61077
c-family/
    * c-common.c (check_main_parameter_types): Warn for _Atomic-qualified
    parameter type of main.
c/
    * c-decl.c (start_function): Warn for _Atomic-qualified return type
    of main.
testsuite/
    * gcc.dg/pr61077.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/pr61077.c
Modified:
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-common.c
    trunk/gcc/c/ChangeLog
    trunk/gcc/c/c-decl.c
    trunk/gcc/testsuite/ChangeLog

Reply via email to