[Bug middle-end/30494] ICE with VLA and openmp

2007-01-26 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2007-01-26 23:45 --- Fixed in SVN. -- jakub at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/30494] ICE with VLA and openmp

2007-01-24 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2007-01-24 20:57 --- Subject: Bug 30494 Author: jakub Date: Wed Jan 24 20:56:45 2007 New Revision: 121132 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=121132 Log: PR middle-end/30494 * gimplify.c

[Bug middle-end/30494] ICE with VLA and openmp

2007-01-24 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2007-01-24 21:04 --- Subject: Bug 30494 Author: jakub Date: Wed Jan 24 21:03:31 2007 New Revision: 121135 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=121135 Log: PR middle-end/30494 * gimplify.c

[Bug middle-end/30494] ICE with VLA and openmp

2007-01-23 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/30494] ICE with VLA and openmp

2007-01-18 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-01-18 10:13 --- Confirmed, reduced testcase (I thought I had asked about this interaction before): int Birkhoff_with_Vol_para(int n) { int I; #pragma omp for for(I = 0; I 6; I++) { int v[n];