------- Comment #1 from tkoenig at gcc dot gnu dot org  2007-01-31 18:13 -------
Really?

This is fine:

  integer i(12), j
  i(0:-1) = 42
  end

In your test case, the compiler has a hard time detecting the
value of j, and the lower bound would be incorrect if j >=1.


-- 

tkoenig at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tkoenig at gcc dot gnu dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30655

Reply via email to