]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/59361 (cannot expand parenthesized pack expression)
authorAndrew Sutton <andrew.n.sutton@gmail.com>
Wed, 9 Jul 2014 08:32:43 +0000 (08:32 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 9 Jul 2014 08:32:43 +0000 (08:32 +0000)
commitf47910b51e81891e4f70fa66f5b1ddcdab4e681d
tree48ef573be5455c67e16ebae6e12dbdd6fb639fef
parente4e01495cc04172fbee0bb63a38c555b3e47db42
re PR c++/59361 (cannot expand parenthesized pack expression)

/cp
2014-07-09  Andrew Sutton  <andrew.n.sutton@gmail.com>
    Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/59361
* parser.c (cp_parser_tokens_start_cast_expression): Return 0 for
CPP_ELLIPSIS too.

/testsuite
2014-07-09  Andrew Sutton  <andrew.n.sutton@gmail.com>
    Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/59361
* g++.dg/cpp0x/vt-59361.C: New.

Co-Authored-By: Paolo Carlini <paolo.carlini@oracle.com>
From-SVN: r212386
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/vt-59361.C [new file with mode: 0644]