Bug 21026 - ICE in check_tag_decl, at cp/decl.c:3516
Summary: ICE in check_tag_decl, at cp/decl.c:3516
Status: RESOLVED DUPLICATE of bug 2703
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 3.4.4
: P3 minor
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: ice-on-invalid-code
Depends on:
Blocks:
 
Reported: 2005-04-14 19:12 UTC by Serge Belyshev
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work: 4.0.0 4.1.0
Known to fail: 3.4.4 3.3.5
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Serge Belyshev 2005-04-14 19:12:50 UTC
// compile with -O0

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

// not a regression, fixed in 4.0 and above:
// Search converges between 2004-06-24-trunk (#471) and 2004-06-26-trunk (#472).
Comment 1 Serge Belyshev 2005-04-16 21:51:27 UTC

*** This bug has been marked as a duplicate of 2703 ***