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++/49440] [4.5/4.6/4.7 regression] Invalid dynamic_cast for unnamed namespace


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

--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> 2011-06-27 01:13:36 UTC ---
Author: jason
Date: Mon Jun 27 01:13:33 2011
New Revision: 175418

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175418
Log:
    PR c++/49440
    * class.c (set_linkage_according_to_type): Hand off to
    determine_visibility.

Added:
    branches/gcc-4_5-branch/gcc/testsuite/g++.dg/rtti/anon-ns1.C
Modified:
    branches/gcc-4_5-branch/gcc/cp/ChangeLog
    branches/gcc-4_5-branch/gcc/cp/class.c
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog


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