[Bug c++/56611] [C++11] Template instantiation failure with variadic arguments and template aliases

2013-03-13 Thread antoinep92 at gmail dot com


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



--- Comment #3 from Antoine Poliakov antoinep92 at gmail dot com 2013-03-13 
11:12:25 UTC ---

(In reply to comment #1)

 The attachment is missing.



Thanks! I got an error on first upload, but I thought it was ok - sorry.


[Bug c++/56611] [C++11] Template instantiation failure with variadic arguments and template aliases

2013-03-13 Thread paolo.carlini at oracle dot com


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



Paolo Carlini paolo.carlini at oracle dot com changed:



   What|Removed |Added



 Status|WAITING |NEW



--- Comment #4 from Paolo Carlini paolo.carlini at oracle dot com 2013-03-13 
11:14:08 UTC ---

This works in mainline and isn't a regression. I guess we can add the testcase

to be safe and close the issue.


[Bug c++/56611] [C++11] Template instantiation failure with variadic arguments and template aliases

2013-03-13 Thread paolo at gcc dot gnu.org


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



--- Comment #5 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org 
2013-03-13 11:44:47 UTC ---

Author: paolo

Date: Wed Mar 13 11:44:32 2013

New Revision: 196631



URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=196631

Log:

2013-03-13  Paolo Carlini  paolo.carl...@oracle.com



PR c++/56611

* g++.dg/cpp0x/alias-decl-32.C: New.



Added:

trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-32.C

Modified:

trunk/gcc/testsuite/ChangeLog


[Bug c++/56611] [C++11] Template instantiation failure with variadic arguments and template aliases

2013-03-13 Thread paolo.carlini at oracle dot com


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



Paolo Carlini paolo.carlini at oracle dot com changed:



   What|Removed |Added



 Status|NEW |RESOLVED

  Known to work||4.8.0

 Resolution||FIXED

   Target Milestone|--- |4.8.0



--- Comment #6 from Paolo Carlini paolo.carlini at oracle dot com 2013-03-13 
11:47:28 UTC ---

Done.


[Bug c++/56611] [C++11] Template instantiation failure with variadic arguments and template aliases

2013-03-13 Thread antoinep92 at gmail dot com


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



--- Comment #7 from Antoine Poliakov antoinep92 at gmail dot com 2013-03-13 
12:15:30 UTC ---

Thanks. You can remove struct result1 (lines 11-15 in alias-decl-32.C) from the

test-case, it's not necessary (I would have done it but it's a very minor edit

and I don't have commit right).


[Bug c++/56611] [C++11] Template instantiation failure with variadic arguments and template aliases

2013-03-13 Thread paolo.carlini at oracle dot com


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



--- Comment #8 from Paolo Carlini paolo.carlini at oracle dot com 2013-03-13 
12:31:38 UTC ---

Done, thanks (in the future, please void DOS-style CRs in the testcases)