------- Comment #4 from burnus at gcc dot gnu dot org 2007-07-08 20:57 ------- FIXED. Note: This is PR was not rejects-valid but only diagnostic as a (bogus) warning was printed and not an error.
The problem occurred for array sections where the lower bound was not specified (a(:), a(:4) etc.); in this case the lower bound was always "1". -- burnus at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Keywords|rejects-valid |diagnostic Resolution| |FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32669