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++/23206] [3.4 only] internal compiler error: in pop_binding, at cp/name-lookup.c:392


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-02 23:31 -------
Fixed in 4.0.0, not a regression.

Reduced testcase:
class type {};
struct DataType : type   {
  struct _xsd_type     {
    typedef class DataType type;
  };
  struct type {};
};


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Known to fail|3.4.5                       |3.4.5 2.95.3 3.0.4 3.3.3
         Resolution|                            |FIXED
   Target Milestone|3.4.5                       |4.0.0


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


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