public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/34061]  New: [4.3 regression] ICE with template-template parameters and inheritance
@ 2007-11-10 20:58 reichelt at gcc dot gnu dot org
  2007-11-10 20:59 ` [Bug c++/34061] " reichelt at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2007-11-10 20:58 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet triggers an ICE on mainline:

===========================================================
template<template<int> class ...T> struct A : T<0> {};
===========================================================

bug.cc:1: error: parameter packs not expanded with `...':
bug.cc:1: note:         'template<int <anonymous> > class T'
bug.cc:1: internal compiler error: tree check: expected template_type_parm or
template_template_parm or bound_template_template_parm, have error_mark in
current_template_args, at cp/pt.c:3186
Please submit a full bug report, [etc.]

The testcase didn't crash before 2007-11-03, so it's probably fallout from
http://gcc.gnu.org/ml/gcc-cvs/2007-11/msg00120.html


-- 
           Summary: [4.3 regression] ICE with template-template parameters
                    and inheritance
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, error-recovery, 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=34061


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

* [Bug c++/34061] [4.3 regression] ICE with template-template parameters and inheritance
  2007-11-10 20:58 [Bug c++/34061] New: [4.3 regression] ICE with template-template parameters and inheritance reichelt at gcc dot gnu dot org
@ 2007-11-10 20:59 ` reichelt at gcc dot gnu dot org
  2007-11-19  3:52 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2007-11-10 20:59 UTC (permalink / raw)
  To: gcc-bugs



-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.3.0


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


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

* [Bug c++/34061] [4.3 regression] ICE with template-template parameters and inheritance
  2007-11-10 20:58 [Bug c++/34061] New: [4.3 regression] ICE with template-template parameters and inheritance reichelt at gcc dot gnu dot org
  2007-11-10 20:59 ` [Bug c++/34061] " reichelt at gcc dot gnu dot org
@ 2007-11-19  3:52 ` pinskia at gcc dot gnu dot org
  2007-11-27  6:00 ` mmitchel at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-11-19  3:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-11-19 03:52 -------
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         |2007-11-19 03:52:49
               date|                            |


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


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

* [Bug c++/34061] [4.3 regression] ICE with template-template parameters and inheritance
  2007-11-10 20:58 [Bug c++/34061] New: [4.3 regression] ICE with template-template parameters and inheritance reichelt at gcc dot gnu dot org
  2007-11-10 20:59 ` [Bug c++/34061] " reichelt at gcc dot gnu dot org
  2007-11-19  3:52 ` pinskia at gcc dot gnu dot org
@ 2007-11-27  6:00 ` mmitchel at gcc dot gnu dot org
  2007-12-02 17:53 ` pcarlini at suse dot de
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-11-27  6:00 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=34061


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

* [Bug c++/34061] [4.3 regression] ICE with template-template parameters and inheritance
  2007-11-10 20:58 [Bug c++/34061] New: [4.3 regression] ICE with template-template parameters and inheritance reichelt at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-11-27  6:00 ` mmitchel at gcc dot gnu dot org
@ 2007-12-02 17:53 ` pcarlini at suse dot de
  2007-12-02 19:47 ` paolo at gcc dot gnu dot org
  2007-12-02 19:48 ` pcarlini at suse dot de
  5 siblings, 0 replies; 7+ messages in thread
From: pcarlini at suse dot de @ 2007-12-02 17:53 UTC (permalink / raw)
  To: gcc-bugs



-- 

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=34061


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

* [Bug c++/34061] [4.3 regression] ICE with template-template parameters and inheritance
  2007-11-10 20:58 [Bug c++/34061] New: [4.3 regression] ICE with template-template parameters and inheritance reichelt at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-12-02 17:53 ` pcarlini at suse dot de
@ 2007-12-02 19:47 ` paolo at gcc dot gnu dot org
  2007-12-02 19:48 ` pcarlini at suse dot de
  5 siblings, 0 replies; 7+ messages in thread
From: paolo at gcc dot gnu dot org @ 2007-12-02 19:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from paolo at gcc dot gnu dot org  2007-12-02 19:47 -------
Subject: Bug 34061

Author: paolo
Date: Sun Dec  2 19:47:18 2007
New Revision: 130573

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

        PR c++/34061
        * pt.c (current_template_args): Use error_operand_p.

/testsuite
2007-12-02  Paolo Carlini  <pcarlini@suse.de>

        PR c++/34061
        * g++.dg/cpp0x/pr34061.C: New.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/pr34061.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/34061] [4.3 regression] ICE with template-template parameters and inheritance
  2007-11-10 20:58 [Bug c++/34061] New: [4.3 regression] ICE with template-template parameters and inheritance reichelt at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2007-12-02 19:47 ` paolo at gcc dot gnu dot org
@ 2007-12-02 19:48 ` pcarlini at suse dot de
  5 siblings, 0 replies; 7+ messages in thread
From: pcarlini at suse dot de @ 2007-12-02 19:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pcarlini at suse dot de  2007-12-02 19:48 -------
Fixed.


-- 

pcarlini at suse dot de changed:

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


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


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

end of thread, other threads:[~2007-12-02 19:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-10 20:58 [Bug c++/34061] New: [4.3 regression] ICE with template-template parameters and inheritance reichelt at gcc dot gnu dot org
2007-11-10 20:59 ` [Bug c++/34061] " reichelt at gcc dot gnu dot org
2007-11-19  3:52 ` pinskia at gcc dot gnu dot org
2007-11-27  6:00 ` mmitchel at gcc dot gnu dot org
2007-12-02 17:53 ` pcarlini at suse dot de
2007-12-02 19:47 ` paolo at gcc dot gnu dot org
2007-12-02 19:48 ` pcarlini at suse dot de

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