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:18:03 -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:18 -------
Subject: Bug 12253
CVSROOT: /cvs/gcc
Module name: gcc
Branch: tree-ssa-20020619-branch
Changes by: jason@gcc.gnu.org 2003-12-18 21:17:59
Modified files:
gcc/cp : ChangeLog init.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/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.2849.2.61&r2=1.2849.2.62
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/init.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.281.2.32&r2=1.281.2.33
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12253