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++/20552] [3.4 Regression] ICE in write_type, at cp/mangle.c:1579


------- Additional Comments From belyshev at depni dot sinp dot msu dot ru  2005-04-14 19:02 -------
// reduced testcase

template <class T> class C
{
  void f ()
  {
    typedef int U;
    typedef typeof(*this) U;
  }
};


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to fail|                            |3.4.4
      Known to work|4.0.0 4.1.0                 |4.0.0 4.1.0 3.3.5
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-14 19:02:49
               date|                            |
            Summary|ICE on invalid code         |[3.4 Regression] ICE in
                   |                            |write_type, at
                   |                            |cp/mangle.c:1579
   Target Milestone|---                         |3.4.4


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


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