[Bug c++/58708] string literal operator templates broken
emsr at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Nov 1 23:00:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58708
--- Comment #9 from emsr at gcc dot gnu.org ---
Author: emsr
Date: Fri Nov 1 23:00:48 2013
New Revision: 204305
URL: http://gcc.gnu.org/viewcvs?rev=204305&root=gcc&view=rev
Log:
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.
Added:
trunk/gcc/testsuite/g++.dg/cpp1y/pr58708.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/parser.c
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list