public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/35325]  New: [4.3/4.4 regression] ICE with fixed-point types in template parameter
@ 2008-02-23 19:01 reichelt at gcc dot gnu dot org
  2008-02-23 19:02 ` [Bug c++/35325] " reichelt at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2008-02-23 19:01 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet triggers an ICE on mainline and 4.3 branch:

====================================================
template<int> struct A {};

template<typename> struct B : A<sizeof(0=0r)> {};

template<typename> struct C : A<sizeof(0=0r)> {};
====================================================

bug.cc:5: internal compiler error: in cp_tree_equal, at cp/tree.c:1932
Please submit a full bug report, [etc.]

The bug is related to PR35324.


-- 
           Summary: [4.3/4.4 regression] ICE with fixed-point types in
                    template parameter
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, monitored
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org
 BugsThisDependsOn: 35324


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-02-19  7:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-23 19:01 [Bug c++/35325] New: [4.3/4.4 regression] ICE with fixed-point types in template parameter reichelt at gcc dot gnu dot org
2008-02-23 19:02 ` [Bug c++/35325] " reichelt at gcc dot gnu dot org
2008-03-03 16:28 ` rguenth at gcc dot gnu dot org
2008-03-14 17:13 ` rguenth at gcc dot gnu dot org
2008-04-21 18:00 ` jason at gcc dot gnu dot org
2008-04-21 18:04 ` jason at gcc dot gnu dot org
2008-04-22 14:44 ` jason at gcc dot gnu dot org
2009-02-19  7:07 ` reichelt at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).