public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/28743] [4.1/4.2 regression] ICE with invalid specialization
  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 ` reichelt at gcc dot gnu dot org
  2006-08-18  4:47 ` pinskia at gcc dot gnu dot org
                   ` (21 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-08-15 19:15 UTC (permalink / raw)
  To: gcc-bugs



-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.2


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


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

* [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

* [Bug c++/28743] [4.1/4.2 regression] ICE with invalid specialization
  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
                   ` (20 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-08-18  4:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-08-18 04:47 -------
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-08-18 04:47:45
               date|                            |


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


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

* [Bug c++/28743] [4.1/4.2 regression] ICE with invalid specialization
  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
                   ` (19 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-08-20 22:44 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


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

* [Bug c++/28743] [4.1/4.2/4.3 regression] ICE with invalid specialization
  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
                   ` (2 preceding siblings ...)
  2006-08-20 22:44 ` mmitchel at gcc dot gnu dot org
@ 2007-01-09 19:25 ` pinskia at gcc dot gnu dot org
  2007-02-14  9:15 ` mmitchel at gcc dot gnu dot org
                   ` (18 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-09 19:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-01-09 19:25 -------
Janis,
  Can you do a regression hunt on this bug?
Thanks, Andrew


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |janis 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

* [Bug c++/28743] [4.1/4.2/4.3 regression] ICE with invalid specialization
  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
                   ` (3 preceding siblings ...)
  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
                   ` (17 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-02-14  9:15 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.2                       |4.1.3


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


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

* [Bug c++/28743] [4.1/4.2/4.3 regression] ICE with invalid specialization
  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
                   ` (4 preceding siblings ...)
  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
                   ` (16 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: pcarlini at suse dot de @ 2007-09-24  9:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pcarlini at suse dot de  2007-09-24 09:15 -------
Hi Janis, a regression hunt would be useful, indeed... Thanks!


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pcarlini at suse dot de


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


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

* [Bug c++/28743] [4.1/4.2/4.3 regression] ICE with invalid specialization
  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
                   ` (5 preceding siblings ...)
  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
                   ` (15 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: janis at gcc dot gnu dot org @ 2007-09-27 22:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from janis at gcc dot gnu dot org  2007-09-27 22:11 -------
A regression hunt on mainline using the submitter's testcase identified the
following patch:

    http://gcc.gnu.org/viewcvs?view=rev&rev=114023

    r114023 | mmitchel | 2006-05-23 20:45:44 +0000 (Tue, 23 May 2006)


-- 

janis at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmitchel 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

* [Bug c++/28743] [4.1/4.2/4.3 regression] ICE with invalid specialization
  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
                   ` (6 preceding siblings ...)
  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
                   ` (14 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: pcarlini at suse dot de @ 2008-01-24 21:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pcarlini at suse dot de  2008-01-24 21:31 -------
Let's try to fix this...


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pcarlini at suse dot de
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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


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

* [Bug c++/28743] [4.1/4.2/4.3 regression] ICE with invalid specialization
  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
                   ` (7 preceding siblings ...)
  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
                   ` (13 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: pcarlini at suse dot de @ 2008-01-26 10:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pcarlini at suse dot de  2008-01-26 10:09 -------
Patch at: http://gcc.gnu.org/ml/gcc-patches/2008-01/msg01195.html


-- 


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


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

* [Bug c++/28743] [4.1/4.2/4.3 regression] ICE with invalid specialization
  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
                   ` (8 preceding siblings ...)
  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
                   ` (12 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: andreasmeier80 at gmx dot de @ 2008-02-14  0:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from andreasmeier80 at gmx dot de  2008-02-14 00:35 -------
The patch is approved at
http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00392.html


-- 

andreasmeier80 at gmx dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andreasmeier80 at gmx dot de


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


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

* [Bug c++/28743] [4.1/4.2/4.3 regression] ICE with invalid specialization
  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
                   ` (9 preceding siblings ...)
  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
                   ` (11 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: paolo at gcc dot gnu dot org @ 2008-02-14 12:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from paolo at gcc dot gnu dot org  2008-02-14 12:35 -------
Subject: Bug 28743

Author: paolo
Date: Thu Feb 14 12:34:42 2008
New Revision: 132316

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132316
Log:
/cp
2008-02-14  Paolo Carlini  <pcarlini@suse.de>

        PR c++/28743
        * pt.c (determine_specialization): In case of function templates,
        when the type of DECL does not match FN there is no match.

/testsuite
2008-02-14  Paolo Carlini  <pcarlini@suse.de>

        PR c++/28743
        * g++.dg/template/nontype17.C: New.
        * g++.dg/template/nontype16.C: Add error.

Added:
    trunk/gcc/testsuite/g++.dg/template/nontype17.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/template/nontype16.C


-- 


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


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

* [Bug c++/28743] [4.1/4.2 regression] ICE with invalid specialization
  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
                   ` (10 preceding siblings ...)
  2008-02-14 12:36 ` paolo at gcc dot gnu dot org
@ 2008-02-14 12:38 ` pcarlini at suse dot de
  2008-02-22 11:03 ` paolo at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: pcarlini at suse dot de @ 2008-02-14 12:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from pcarlini at suse dot de  2008-02-14 12:37 -------
Fixed for 4.3.0.


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|pcarlini at suse dot de     |unassigned at gcc dot gnu
                   |                            |dot org
             Status|ASSIGNED                    |NEW
            Summary|[4.1/4.2/4.3 regression] ICE|[4.1/4.2 regression] ICE
                   |with invalid specialization |with invalid specialization


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


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

* [Bug c++/28743] [4.1/4.2 regression] ICE with invalid specialization
  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
                   ` (11 preceding siblings ...)
  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
                   ` (9 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: paolo at gcc dot gnu dot org @ 2008-02-22 11:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from paolo at gcc dot gnu dot org  2008-02-22 11:02 -------
Subject: Bug 28743

Author: paolo
Date: Fri Feb 22 11:02:00 2008
New Revision: 132543

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132543
Log:
/testsuite
2008-02-22  Paolo Carlini  <pcarlini@suse.de>

        PR c++/35282
        * g++.dg/template/nontype17.C: Add.

/cp
2008-02-22  Paolo Carlini  <pcarlini@suse.de>

        PR c++/35282
        Revert:
        2008-02-14  Paolo Carlini  <pcarlini@suse.de>

        PR c++/28743
        * pt.c (determine_specialization): In case of function templates,
        when the type of DECL does not match FN there is no match.

/testsuite
2008-02-22  Paolo Carlini  <pcarlini@suse.de>

        PR c++/35282
        Revert:
        2008-02-14  Paolo Carlini  <pcarlini@suse.de>

        PR c++/28743
        * g++.dg/template/nontype17.C: New.
        * g++.dg/template/nontype16.C: Add error.

Added:
    trunk/gcc/testsuite/g++.dg/template/nontype17.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/template/nontype16.C


-- 


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


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

* [Bug c++/28743] [4.1/4.2 regression] ICE with invalid specialization
  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
                   ` (12 preceding siblings ...)
  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
                   ` (8 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: paolo at gcc dot gnu dot org @ 2008-02-22 11:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from paolo at gcc dot gnu dot org  2008-02-22 11:03 -------
Subject: Bug 28743

Author: paolo
Date: Fri Feb 22 11:02:31 2008
New Revision: 132544

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132544
Log:
/testsuite
2008-02-22  Paolo Carlini  <pcarlini@suse.de>

        PR c++/35282
        * g++.dg/template/nontype17.C: Add.

/cp
2008-02-22  Paolo Carlini  <pcarlini@suse.de>

        PR c++/35282
        Revert:
        2008-02-14  Paolo Carlini  <pcarlini@suse.de>

        PR c++/28743
        * pt.c (determine_specialization): In case of function templates,
        when the type of DECL does not match FN there is no match.

/testsuite
2008-02-22  Paolo Carlini  <pcarlini@suse.de>

        PR c++/35282
        Revert:
        2008-02-14  Paolo Carlini  <pcarlini@suse.de>

        PR c++/28743
        * g++.dg/template/nontype17.C: New.
        * g++.dg/template/nontype16.C: Add error.

Modified:
    branches/gcc-4_3-branch/gcc/cp/ChangeLog
    branches/gcc-4_3-branch/gcc/cp/pt.c
    branches/gcc-4_3-branch/gcc/testsuite/g++.dg/template/nontype16.C
    branches/gcc-4_3-branch/gcc/testsuite/g++.dg/template/nontype17.C


-- 


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


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

* [Bug c++/28743] [4.1/4.2 regression] ICE with invalid specialization
  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
                   ` (13 preceding siblings ...)
  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
                   ` (7 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: paolo at gcc dot gnu dot org @ 2008-02-22 11:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from paolo at gcc dot gnu dot org  2008-02-22 11:04 -------
Subject: Bug 28743

Author: paolo
Date: Fri Feb 22 11:03:17 2008
New Revision: 132545

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132545
Log:
/testsuite
2008-02-22  Paolo Carlini  <pcarlini@suse.de>

        PR c++/35282
        * g++.dg/template/nontype17.C: Add.

/cp
2008-02-22  Paolo Carlini  <pcarlini@suse.de>

        PR c++/35282
        Revert:
        2008-02-14  Paolo Carlini  <pcarlini@suse.de>

        PR c++/28743
        * pt.c (determine_specialization): In case of function templates,
        when the type of DECL does not match FN there is no match.

/testsuite
2008-02-22  Paolo Carlini  <pcarlini@suse.de>

        PR c++/35282
        Revert:
        2008-02-14  Paolo Carlini  <pcarlini@suse.de>

        PR c++/28743
        * g++.dg/template/nontype17.C: New.
        * g++.dg/template/nontype16.C: Add error.

Modified:
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/28743] [4.1/4.2/4.3/4.4 regression] ICE with invalid specialization
  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
                   ` (14 preceding siblings ...)
  2008-02-22 11:05 ` paolo at gcc dot gnu dot org
@ 2008-02-22 11:07 ` 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
                   ` (6 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: pcarlini at suse dot de @ 2008-02-22 11:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from pcarlini at suse dot de  2008-02-22 11:07 -------
Unfortunately, back to a 4.3 (and 4.4) regression.


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.1/4.2 regression] ICE    |[4.1/4.2/4.3/4.4 regression]
                   |with invalid specialization |ICE with invalid
                   |                            |specialization


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


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

* [Bug c++/28743] [4.2/4.3/4.4 regression] ICE with invalid specialization
  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
                   ` (15 preceding siblings ...)
  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 ` jsm28 at gcc dot gnu dot org
  2008-11-03 11:57 ` manu at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-07-04 21:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from jsm28 at gcc dot gnu dot org  2008-07-04 21:27 -------
Closing 4.1 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.1/4.2/4.3/4.4 regression]|[4.2/4.3/4.4 regression] ICE
                   |ICE with invalid            |with invalid specialization
                   |specialization              |
   Target Milestone|4.1.3                       |4.2.5


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


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

* [Bug c++/28743] [4.2/4.3/4.4 regression] ICE with invalid specialization
  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
                   ` (16 preceding siblings ...)
  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
                   ` (4 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: manu at gcc dot gnu dot org @ 2008-11-03 11:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from manu at gcc dot gnu dot org  2008-11-03 11:56 -------
What was the problem with this patch?


-- 

manu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manu 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

* [Bug c++/28743] [4.2/4.3/4.4 regression] ICE with invalid specialization
  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
                   ` (17 preceding siblings ...)
  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
                   ` (3 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: paolo dot carlini at oracle dot com @ 2008-11-03 17:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from paolo dot carlini at oracle dot com  2008-11-03 17:10 -------
It caused c++/35282...


-- 


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


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

* [Bug c++/28743] [4.2/4.3/4.4 regression] ICE with invalid specialization
  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
                   ` (18 preceding siblings ...)
  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
                   ` (2 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: jason at gcc dot gnu dot org @ 2008-11-20 20:32 UTC (permalink / raw)
  To: gcc-bugs



-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jason at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2007-08-06 14:42:23         |2008-11-20 20:31:16
               date|                            |


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


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

* [Bug c++/28743] [4.2/4.3/4.4 regression] ICE with invalid specialization
  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
                   ` (19 preceding siblings ...)
  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
  22 siblings, 0 replies; 24+ messages in thread
From: jason at gcc dot gnu dot org @ 2008-11-26  3:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from jason at gcc dot gnu dot org  2008-11-26 03:53 -------
Subject: Bug 28743

Author: jason
Date: Wed Nov 26 03:51:40 2008
New Revision: 142212

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142212
Log:
        PR c++/28743
        * decl2.c (check_classfn): Error rather than abort on parameter
        list mismatch.

Added:
    trunk/gcc/testsuite/g++.dg/template/nontype18.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl2.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/28743] [4.2/4.3/4.4 regression] ICE with invalid specialization
  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
                   ` (20 preceding siblings ...)
  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
  22 siblings, 0 replies; 24+ messages in thread
From: jason at gcc dot gnu dot org @ 2008-12-02 17:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from jason at gcc dot gnu dot org  2008-12-02 17:07 -------
Fixed for 4.4, no need to fix ice-on-invalid in earlier releases.


-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug c++/28743] [4.2/4.3/4.4 regression] ICE with invalid specialization
  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
                   ` (21 preceding siblings ...)
  2008-12-02 17:14 ` jason at gcc dot gnu dot org
@ 2009-04-29 15:23 ` pinskia at gcc dot gnu dot org
  22 siblings, 0 replies; 24+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-04-29 15:23 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.5                       |4.4.0


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).