re PR c++/55241 ([C++11] diagnostics show sizeof...(T) as sizeof(T...))
authorJason Merrill <jason@redhat.com>
Sun, 17 Mar 2013 02:34:31 +0000 (22:34 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 17 Mar 2013 02:34:31 +0000 (22:34 -0400)
commita1e03bc5bc4983bb0cda698575b45a2be16765a4
tree676cbc9dba69f0ecdae8dc6f0e2276c2b024032e
parentd09b76f1533e68693677cd41527761e8cfafe49f
re PR c++/55241 ([C++11] diagnostics show sizeof...(T) as sizeof(T...))

PR c++/55241
* error.c (dump_expr) [SIZEOF_EXPR]: Print sizeof... properly.

From-SVN: r196726
gcc/cp/ChangeLog
gcc/cp/error.c
gcc/testsuite/g++.dg/diagnostic/variadic1.C [new file with mode: 0644]