[Bug middle-end/49536] latent bug with creation of vector of arrays

2012-02-10 Thread baldrick at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49536 --- Comment #8 from Duncan Sands baldrick at gcc dot gnu.org 2012-02-10 12:34:21 UTC --- Author: baldrick Date: Fri Feb 10 12:34:17 2012 New Revision: 184090 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=184090 Log: Backport the fix for PR

[Bug middle-end/49536] latent bug with creation of vector of arrays

2011-06-27 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49536 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added CC||ebotcazou at

[Bug middle-end/49536] latent bug with creation of vector of arrays

2011-06-27 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49536 --- Comment #4 from Richard Guenther rguenth at gcc dot gnu.org 2011-06-27 10:31:33 UTC --- Author: rguenth Date: Mon Jun 27 10:31:30 2011 New Revision: 175475 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=175475 Log: 2011-06-27 Richard

[Bug middle-end/49536] latent bug with creation of vector of arrays

2011-06-27 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49536 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/49536] latent bug with creation of vector of arrays

2011-06-27 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49536 --- Comment #6 from Jack Howarth howarth at nitro dot med.uc.edu 2011-06-27 13:08:38 UTC --- Can we get this fix backported to gcc-4_5-branch and gcc-4_6-branch as well? Dragonegg currently only builds against those FSF gcc releases.

[Bug middle-end/49536] latent bug with creation of vector of arrays

2011-06-27 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49536 --- Comment #7 from Jack Howarth howarth at nitro dot med.uc.edu 2011-06-27 16:46:17 UTC --- I can confirm that the adjusted backport of... Index: gcc/tree-vect-stmts.c === ---