[Bug c++/42556] Unnecessary generation of a zero initializer for array with C++

2010-04-07 Thread jiez at gcc dot gnu dot org
--- Comment #5 from jiez at gcc dot gnu dot org 2010-04-07 10:19 --- The patch I committed for this PR: http://gcc.gnu.org/ml/gcc-patches/2010-04/msg00174.html -- jiez at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/42556] Unnecessary generation of a zero initializer for array with C++

2010-04-07 Thread jiez at gcc dot gnu dot org
--- Comment #4 from jiez at gcc dot gnu dot org 2010-04-07 10:14 --- Subject: Bug 42556 Author: jiez Date: Wed Apr 7 10:14:45 2010 New Revision: 158047 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158047 Log: cp/ PR c++/42556 * typeck2.c (split_noncons

[Bug c++/42556] Unnecessary generation of a zero initializer for array with C++

2010-03-23 Thread jiez at gcc dot gnu dot org
--- Comment #3 from jiez at gcc dot gnu dot org 2010-03-23 08:55 --- My patch for this bug: http://gcc.gnu.org/ml/gcc-patches/2010-03/msg01039.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42556

[Bug c++/42556] Unnecessary generation of a zero initializer for array with C++

2010-03-14 Thread jiez at gcc dot gnu dot org
--- Comment #2 from jiez at gcc dot gnu dot org 2010-03-15 05:34 --- I'm looking at this bug. -- jiez at gcc dot gnu dot org changed: What|Removed |Added Assigned

[Bug c++/42556] Unnecessary generation of a zero initializer for array with C++

2009-12-30 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-12-30 19:47 --- The front-end already changed it into being = {};, a[0] = ... <>; <>> ; <<< Unknown tree: expr_stmt v[1] = b >>> ; <<< Unknown tree: expr_stmt v[2] = c >>> ; <<< Unknown tree: expr_stmt v[3] = d >>> ;