[Bug middle-end/37338] [4.4 Regression] gcc.dg/array-init-1.c

2008-09-10 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2008-09-10 21:09 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/37338] [4.4 Regression] gcc.dg/array-init-1.c

2008-09-10 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2008-09-10 21:09 --- Subject: Bug 37338 Author: jakub Date: Wed Sep 10 21:08:17 2008 New Revision: 140249 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140249 Log: PR middle-end/37338 * gimplify.c (gimplify_body):

[Bug middle-end/37338] [4.4 Regression] gcc.dg/array-init-1.c

2008-09-10 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug middle-end/37338] [4.4 Regression] gcc.dg/array-init-1.c

2008-09-09 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2008-09-09 17:50 --- The problem here is that gimplify_init_constructor calls can_move_by_pieces, and the default MOVE_BY_PIECES_P uses optimize_insn_for_speed_p: #define MOVE_BY_PIECES_P(SIZE, ALIGN) \ (move_by_pieces_ninsns (SIZE, ALIG

[Bug middle-end/37338] [4.4 Regression] gcc.dg/array-init-1.c

2008-09-02 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37338

[Bug middle-end/37338] [4.4 Regression] gcc.dg/array-init-1.c

2008-09-02 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2008-09-02 18:56 --- Revision 139854 is OK and revision 139856 is bad. -- hjl dot tools at gmail dot com changed: What|Removed |Added ---