This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12253] [tree-ssa] ICE on conversion to std::string inside array initialization
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Dec 2003 21:03:46 -0000
- Subject: [Bug c++/12253] [tree-ssa] ICE on conversion to std::string inside array initialization
- References: <20030911210031.12253.stefaandr@hotmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2003-12-18 21:03 -------
Subject: Bug 12253
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: jason@gcc.gnu.org 2003-12-18 21:03:42
Added files:
gcc/testsuite/g++.dg/init: array12.C
Log message:
PR c++/12253
* init.c (build_vec_init): Initialization of an element from
an initializer list is also a full-expression.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/init/array12.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12253