re PR c++/58708 (string literal operator templates broken)
authorEdward Smith-Rowland <3dw4rd@verizon.net>
Fri, 1 Nov 2013 23:00:48 +0000 (23:00 +0000)
committerEdward Smith-Rowland <emsr@gcc.gnu.org>
Fri, 1 Nov 2013 23:00:48 +0000 (23:00 +0000)
commit48cff4fa4e314cc061c7113f9ec38e0844a3935d
tree235f6f34f7f71fe3e8c571751e62d95f1d95ffe0
parent4f25457b4c35d83be7cbbfdad0287ecfa4cd9366
re PR c++/58708 (string literal operator templates broken)

gcc/cp:

2013-11-01  Edward Smith-Rowland  <3dw4rd@verizon.net>

PR c++/58708
* parser.c (make_string_pack): Discover non-const type and size
of character and build parm pack with correct type and chars.

gcc/testsuite:

2013-11-01  Edward Smith-Rowland  <3dw4rd@verizon.net>

PR c++/58708
* g++.dg/cpp1y/pr58708.C: New.

From-SVN: r204305
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp1y/pr58708.C [new file with mode: 0644]