[Bug fortran/25096] Non-conforming shapes of DATA object and data
fxcoudert at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Jun 4 09:39:00 GMT 2006
------- Comment #1 from fxcoudert at gcc dot gnu dot org 2006-06-04 09:38 -------
g95 emits a hard error on this one, while Intel accept it.
$ g95 a.f90
In file a.f90:5
DATA (D(i)%I,i=1,4) /8*0/
1
Error: Array section not allowed in DATA statement at (1)
--
fxcoudert at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Keywords| |accepts-invalid, diagnostic
Last reconfirmed|0000-00-00 00:00:00 |2006-06-04 09:38:57
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25096
More information about the Gcc-bugs
mailing list