public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/33214] [4.3 regression] Broken diagnostic: 'argument_pack_select' not supported by dump_expr
  2007-08-27 22:06 [Bug c++/33214] New: [4.3 regression] Broken diagnostic: 'argument_pack_select' not supported by dump_expr reichelt at gcc dot gnu dot org
@ 2007-08-27 22:06 ` reichelt at gcc dot gnu dot org
  2007-08-28 16:18 ` jakub at gcc dot gnu dot org
  2007-08-28 20:06 ` reichelt at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2007-08-27 22:06 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=33214


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

* [Bug c++/33214]  New: [4.3 regression] Broken diagnostic: 'argument_pack_select' not supported by dump_expr
@ 2007-08-27 22:06 reichelt at gcc dot gnu dot org
  2007-08-27 22:06 ` [Bug c++/33214] " reichelt at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2007-08-27 22:06 UTC (permalink / raw)
  To: gcc-bugs

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

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

template<template<typename...> class T, typename ...U> struct B
{
  A<typename T<U>::X...> a;
};

B<A,int> b;
======================================================================

bug.cc: In instantiation of 'B<A, #'argument_pack_select' not supported by
dump_expr#<expression error> >':
bug.cc:8:   instantiated from here
bug.cc:5: error: no type named 'X' in 'struct A<int>'


-- 
           Summary: [4.3 regression] Broken diagnostic:
                    'argument_pack_select' not supported by dump_expr
           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=33214


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

* [Bug c++/33214] [4.3 regression] Broken diagnostic: 'argument_pack_select' not supported by dump_expr
  2007-08-27 22:06 [Bug c++/33214] New: [4.3 regression] Broken diagnostic: 'argument_pack_select' not supported by dump_expr reichelt at gcc dot gnu dot org
  2007-08-27 22:06 ` [Bug c++/33214] " reichelt at gcc dot gnu dot org
@ 2007-08-28 16:18 ` jakub at gcc dot gnu dot org
  2007-08-28 20:06 ` reichelt at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-08-28 16:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jakub at gcc dot gnu dot org  2007-08-28 16:17 -------
Isn't this a dup of PR33118 ?


-- 


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


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

* [Bug c++/33214] [4.3 regression] Broken diagnostic: 'argument_pack_select' not supported by dump_expr
  2007-08-27 22:06 [Bug c++/33214] New: [4.3 regression] Broken diagnostic: 'argument_pack_select' not supported by dump_expr reichelt at gcc dot gnu dot org
  2007-08-27 22:06 ` [Bug c++/33214] " reichelt at gcc dot gnu dot org
  2007-08-28 16:18 ` jakub at gcc dot gnu dot org
@ 2007-08-28 20:06 ` reichelt at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2007-08-28 20:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from reichelt at gcc dot gnu dot org  2007-08-28 20:06 -------
It's a duplicate, indeed.


*** This bug has been marked as a duplicate of 33118 ***


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2007-08-28 20:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-27 22:06 [Bug c++/33214] New: [4.3 regression] Broken diagnostic: 'argument_pack_select' not supported by dump_expr reichelt at gcc dot gnu dot org
2007-08-27 22:06 ` [Bug c++/33214] " reichelt at gcc dot gnu dot org
2007-08-28 16:18 ` jakub at gcc dot gnu dot org
2007-08-28 20:06 ` 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).