re PR c++/8214 (character conversion problem)
authorMark Mitchell <mark@codesourcery.com>
Sun, 1 Dec 2002 02:11:05 +0000 (02:11 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 1 Dec 2002 02:11:05 +0000 (02:11 +0000)
commitc17707f1d1d23a434065e94d44221c44d5faf303
treebc3c86a00bd620357711015c94ea2da7682bb0cf
parent65f8b0fbafee3584579c96a9a0efc27ff6ea4519
re PR c++/8214 (character conversion problem)

PR c++/8214
* g++.dg/init/string1.C: New test.

PR c++/8214
* typeck.c (convert_for_assignment): Do not use
decl_constant_value on the operand.

From-SVN: r59668
gcc/cp/ChangeLog
gcc/cp/typeck.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/init/string1.C [new file with mode: 0644]