public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/28743]  New: [4.1/4.2 regression] ICE with invalid specialization
@ 2006-08-15 19:15 reichelt at gcc dot gnu dot org
  2006-08-15 19:15 ` [Bug c++/28743] " reichelt at gcc dot gnu dot org
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-08-15 19:15 UTC (permalink / raw)
  To: gcc-bugs

The following invalid testcase triggers an ICE on mainline and 4.1 branch:

========================================================
template<int> struct A
{
    template<typename> void foo();
};

template<int> template<typename> void A<0>::foo() {}
========================================================

bug.cc:6: internal compiler error: in check_classfn, at cp/decl2.c:579
Please submit a full bug report, [etc.]

The regression happened between 4.1.1 and 4.1.2-20060714 on the 4.1 branch.

The problem is related to PR 27962.


-- 
           Summary: [4.1/4.2 regression] ICE with invalid specialization
           Product: gcc
           Version: 4.2.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


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


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

end of thread, other threads:[~2009-04-29 15:23 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-15 19:15 [Bug c++/28743] New: [4.1/4.2 regression] ICE with invalid specialization reichelt at gcc dot gnu dot org
2006-08-15 19:15 ` [Bug c++/28743] " reichelt at gcc dot gnu dot org
2006-08-18  4:47 ` pinskia at gcc dot gnu dot org
2006-08-20 22:44 ` mmitchel at gcc dot gnu dot org
2007-01-09 19:25 ` [Bug c++/28743] [4.1/4.2/4.3 " pinskia at gcc dot gnu dot org
2007-02-14  9:15 ` mmitchel at gcc dot gnu dot org
2007-09-24  9:15 ` pcarlini at suse dot de
2007-09-27 22:11 ` janis at gcc dot gnu dot org
2008-01-24 21:37 ` pcarlini at suse dot de
2008-01-26 10:27 ` pcarlini at suse dot de
2008-02-14  0:35 ` andreasmeier80 at gmx dot de
2008-02-14 12:36 ` paolo at gcc dot gnu dot org
2008-02-14 12:38 ` [Bug c++/28743] [4.1/4.2 " pcarlini at suse dot de
2008-02-22 11:03 ` paolo at gcc dot gnu dot org
2008-02-22 11:04 ` paolo at gcc dot gnu dot org
2008-02-22 11:05 ` paolo at gcc dot gnu dot org
2008-02-22 11:07 ` [Bug c++/28743] [4.1/4.2/4.3/4.4 " pcarlini at suse dot de
2008-07-04 21:28 ` [Bug c++/28743] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
2008-11-03 11:57 ` manu at gcc dot gnu dot org
2008-11-03 17:12 ` paolo dot carlini at oracle dot com
2008-11-20 20:32 ` jason at gcc dot gnu dot org
2008-11-26  3:54 ` jason at gcc dot gnu dot org
2008-12-02 17:14 ` jason at gcc dot gnu dot org
2009-04-29 15:23 ` pinskia 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).