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++/65046] [5 regression] -Wabi-tag doesn't warn about variables or function return types


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

--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Tue Mar 24 19:40:44 2015
New Revision: 221642

URL: https://gcc.gnu.org/viewcvs?rev=221642&root=gcc&view=rev
Log:
    PR c++/65046
    * cp-tree.h (NAMESPACE_IS_INLINE): Remove.
    * parser.c (cp_parser_namespace_definition): Don't set it.
    * name-lookup.c (handle_namespace_attrs): Check
    DECL_NAMESPACE_ASSOCIATIONS instead.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/name-lookup.c
    trunk/gcc/cp/parser.c


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