--- Comment #3 from pinskia at gcc dot gnu dot org 2007-12-02 21:28 ---
This is fixed for sure on the trunk for 4.3 by removing flow.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #2 from bangerth at dealii dot org 2007-05-01 17:01 ---
> int x[4];
> for(n=0;n<5;n++)
> x[n]=10;
You're asking for trouble here.
That said, we shouldn't produce a compiler error. I can't seem to reproduce
this, what platform is this on?
W.
--
bangerth at deali
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-05-01 15:36 ---
> When I try compile a small program I get an error.
small undefined code at that :).
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---