typeck.c (decay_conversion): Don't confuse constant array variables with their intiai...
authorMark Mitchell <mark@markmitchell.com>
Fri, 26 Feb 1999 12:15:37 +0000 (12:15 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 26 Feb 1999 12:15:37 +0000 (12:15 +0000)
commit5f56af5a8d207f088d752e59d855e27a8f39b579
treec074f48d1b17289aa9732bf7361a00bee2f585b9
parent2b0a63a35b58c529363c6ed6db01f26d9cfa737f
typeck.c (decay_conversion): Don't confuse constant array variables with their intiailizers.

* typeck.c (decay_conversion): Don't confuse constant array
variables with their intiailizers.

From-SVN: r25459
gcc/cp/ChangeLog
gcc/cp/typeck.c
gcc/testsuite/g++.old-deja/g++.other/string1.C [new file with mode: 0644]