[C++0x] Variadic templates with using declarations, attributes (PR c++/34051)

Andrew Pinski pinskia@gmail.com
Wed Jan 16 13:47:00 GMT 2008


On Jan 15, 2008 8:56 AM, Doug Gregor <doug.gregor@gmail.com> wrote:

>         * g++.dg/cpp0x/vt-34103.C: New.

This testcase ICEs on the trunk:
/Users/apinski/src/local/gcc/gcc/testsuite/g++.dg/cpp0x/vt-34103.C:5:
error: parameter packs not expanded with `...':^M
/Users/apinski/src/local/gcc/gcc/testsuite/g++.dg/cpp0x/vt-34103.C:5:
note:         'T'^M
/Users/apinski/src/local/gcc/gcc/testsuite/g++.dg/cpp0x/vt-34103.C:7:
error: parameter packs not expanded with `...':^M
/Users/apinski/src/local/gcc/gcc/testsuite/g++.dg/cpp0x/vt-34103.C:7:
note:         'T'^M
/Users/apinski/src/local/gcc/gcc/testsuite/g++.dg/cpp0x/vt-34103.C:7:
internal compiler error: canonical types differ for identical types
A<<expression error> > and A<<expression error> >^M
Please submit a full bug report,^M
with preprocessed source if appropriate.^M
See <http://gcc.gnu.org/bugs.html> for instructions.^M


Thanks,
Andrew Pinski



More information about the Gcc-patches mailing list