This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/34395] [4.3 regression] Broken diagnostic: 'type_pack_expansion' not supported by dump_type_prefix/suffix



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-12-08 20:44 -------
Confirmed.
Full error messages in C++98 mode:
t.cc:1: error: ISO C++ does not include variadic templates
t.cc:1: error: ISO C++ does not include variadic templates
t.cc: In constructor 'foo(int [N]...)::A::A()':
t.cc:5: error: use of parameter from containing function
t.cc:1: error:   '#'type_pack_expansion' not supported by
dump_type_prefix#<typeprefixerror>x#'type_pack_expansion' not supported by
dump_type_suffix#' declared here


-- 

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-12-08 20:44:32
               date|                            |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]