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++/33601] [4.3 regression] ICE with pointers to members using "const C" as the class identifier



------- Comment #2 from dgregor at gcc dot gnu dot org  2007-10-26 19:34 -------
Subject: Bug 33601

Author: dgregor
Date: Fri Oct 26 19:34:03 2007
New Revision: 129659

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129659
Log:
2007-10-26  Douglas Gregor  <doug.gregor@gmail.com>

        PR c++/33601
        * tree.c (build_offset_type): Build canonical type based on the
        TYPE_MAIN_VARIANT of the base type.

2007-10-26  Douglas Gregor  <doug.gregor@gmail.com>

        * g++.dg/other/pr33601.C: New.

Added:
    trunk/gcc/testsuite/g++.dg/other/pr33601.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree.c


-- 


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


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