public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/33213]  New: [4.3 regression] Broken diagnostic: 'type_pack_expansion' not supported by dump_decl
@ 2007-08-27 22:04 reichelt at gcc dot gnu dot org
  2007-08-27 22:04 ` [Bug c++/33213] " 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-08-27 22:04 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet triggers a broken diagnostic on mainline:

======================================================================
template<template<typename> class...> struct A;

template<template<typename...> class... B> struct A<B...> {};
======================================================================

bug.cc:3: error: type/value mismatch at argument 1 in template parameter list
for 'template<template<class> class<template-parameter-1-1> > struct A'
bug.cc:3: error:   expected a template of type 'template<class>
class<template-parameter-1-1>', got '#'type_pack_expansion' not supported by
dump_decl#<declaration error>'


-- 
           Summary: [4.3 regression] Broken diagnostic:
                    'type_pack_expansion' not supported by dump_decl
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: diagnostic, 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=33213


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

* [Bug c++/33213] [4.3 regression] Broken diagnostic: 'type_pack_expansion' not supported by dump_decl
  2007-08-27 22:04 [Bug c++/33213] New: [4.3 regression] Broken diagnostic: 'type_pack_expansion' not supported by dump_decl reichelt at gcc dot gnu dot org
@ 2007-08-27 22:04 ` reichelt at gcc dot gnu dot org
  2007-09-01 19:56 ` 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-08-27 22:04 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=33213


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

* [Bug c++/33213] [4.3 regression] Broken diagnostic: 'type_pack_expansion' not supported by dump_decl
  2007-08-27 22:04 [Bug c++/33213] New: [4.3 regression] Broken diagnostic: 'type_pack_expansion' not supported by dump_decl reichelt at gcc dot gnu dot org
  2007-08-27 22:04 ` [Bug c++/33213] " reichelt at gcc dot gnu dot org
@ 2007-09-01 19:56 ` pinskia at gcc dot gnu dot org
  2007-09-05  2:22 ` 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-09-01 19:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-09-01 19:56 -------
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
      Known to fail|                            |4.3.0
      Known to work|                            |4.0.2
   Last reconfirmed|0000-00-00 00:00:00         |2007-09-01 19:56:34
               date|                            |


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


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

* [Bug c++/33213] [4.3 regression] Broken diagnostic: 'type_pack_expansion' not supported by dump_decl
  2007-08-27 22:04 [Bug c++/33213] New: [4.3 regression] Broken diagnostic: 'type_pack_expansion' not supported by dump_decl reichelt at gcc dot gnu dot org
  2007-08-27 22:04 ` [Bug c++/33213] " reichelt at gcc dot gnu dot org
  2007-09-01 19:56 ` pinskia at gcc dot gnu dot org
@ 2007-09-05  2:22 ` mmitchel at gcc dot gnu dot org
  2007-09-28 17:46 ` 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-09-05  2:22 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=33213


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

* [Bug c++/33213] [4.3 regression] Broken diagnostic: 'type_pack_expansion' not supported by dump_decl
  2007-08-27 22:04 [Bug c++/33213] New: [4.3 regression] Broken diagnostic: 'type_pack_expansion' not supported by dump_decl reichelt at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-09-05  2:22 ` mmitchel at gcc dot gnu dot org
@ 2007-09-28 17:46 ` pcarlini at suse dot de
  2007-09-28 17:52 ` paolo at gcc dot gnu dot org
  2007-09-28 17:53 ` pcarlini at suse dot de
  5 siblings, 0 replies; 7+ messages in thread
From: pcarlini at suse dot de @ 2007-09-28 17:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pcarlini at suse dot de  2007-09-28 17:45 -------
On it.


-- 

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


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

* [Bug c++/33213] [4.3 regression] Broken diagnostic: 'type_pack_expansion' not supported by dump_decl
  2007-08-27 22:04 [Bug c++/33213] New: [4.3 regression] Broken diagnostic: 'type_pack_expansion' not supported by dump_decl reichelt at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-09-28 17:46 ` pcarlini at suse dot de
@ 2007-09-28 17:52 ` paolo at gcc dot gnu dot org
  2007-09-28 17:53 ` pcarlini at suse dot de
  5 siblings, 0 replies; 7+ messages in thread
From: paolo at gcc dot gnu dot org @ 2007-09-28 17:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from paolo at gcc dot gnu dot org  2007-09-28 17:52 -------
Subject: Bug 33213

Author: paolo
Date: Fri Sep 28 17:52:22 2007
New Revision: 128870

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

        PR c++/33213
        * error.c (dump_decl): Deal with TYPE_PACK_EXPANSION.

testsuite/
2007-09-28  Paolo Carlini  <pcarlini@suse.de>

        PR c++/33213
        * g++.dg/cpp0x/variadic79.C: New.

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


-- 


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


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

* [Bug c++/33213] [4.3 regression] Broken diagnostic: 'type_pack_expansion' not supported by dump_decl
  2007-08-27 22:04 [Bug c++/33213] New: [4.3 regression] Broken diagnostic: 'type_pack_expansion' not supported by dump_decl reichelt at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2007-09-28 17:52 ` paolo at gcc dot gnu dot org
@ 2007-09-28 17:53 ` pcarlini at suse dot de
  5 siblings, 0 replies; 7+ messages in thread
From: pcarlini at suse dot de @ 2007-09-28 17:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pcarlini at suse dot de  2007-09-28 17:53 -------
Fixed.


-- 

pcarlini at suse dot de changed:

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


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


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

end of thread, other threads:[~2007-09-28 17:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-27 22:04 [Bug c++/33213] New: [4.3 regression] Broken diagnostic: 'type_pack_expansion' not supported by dump_decl reichelt at gcc dot gnu dot org
2007-08-27 22:04 ` [Bug c++/33213] " reichelt at gcc dot gnu dot org
2007-09-01 19:56 ` pinskia at gcc dot gnu dot org
2007-09-05  2:22 ` mmitchel at gcc dot gnu dot org
2007-09-28 17:46 ` pcarlini at suse dot de
2007-09-28 17:52 ` paolo at gcc dot gnu dot org
2007-09-28 17:53 ` 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).