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++/22556] extern array: compatible declaration at function scope refused


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

--- Comment #3 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> ---
Author: paolo
Date: Mon Jun  9 19:28:37 2014
New Revision: 211385

URL: http://gcc.gnu.org/viewcvs?rev=211385&root=gcc&view=rev
Log:
/cp
2014-06-09  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/22556
    * name-lookup.c (pushdecl_maybe_friend_1): Use comptypes.

/testsuite
2014-06-09  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/22556
    * g++.dg/other/redecl3.C: New.

Added:
    trunk/gcc/testsuite/g++.dg/other/redecl3.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/name-lookup.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]