This is the mail archive of the gcc-patches@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]

[PING][PATCH] PR c++/31663


The original review request is at:

http://gcc.gnu.org/ml/gcc-patches/2007-04/msg01191.html

There was a separate bug (31663) filed in the mean time -
so the changelog entries are updated as below.
Thanks in advance for reviewing the patch.

Seongbae


gcc/ChangeLog


2007-04-18 Seongbae Park <seongbae.park@gmail.com>

PR c++/31663

       * c-common.c (strip_pointer_or_array_types): New function.
       * c-common.h (strip_pointer_or_array_types): New function declaration.


gcc/cp/ChangeLog


2007-04-18 Seongbae Park <seongbae.park@gmail.com>

PR c++/31663

       * decl2.c (constrain_class_visibility):
       Use strip_pointer_or_array_types instead of strip_array_types.


gcc/testsuite/ChangeLog


2007-04-18 Seongbae Park <seongbae.park@gmail.com>

       PR c++/31663
       Extra testcase for a pointer/array of type in an anonymous namespace.

       * g++.dg/warn/anonymous-namespace-2.h: New test
       * g++.dg/warn/anonymous-namespace-2.C: New test


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