[Bug fortran/40402] New: Problem with data statement involving structure constructors
philippe dot marguinaud at meteo dot fr
gcc-bugzilla@gcc.gnu.org
Wed Jun 10 14:06:00 GMT 2009
The code:
TYPE POINT
REAL :: X
ENDTYPE
TYPE(POINT) :: P != POINT(1.+X)
DATA P / POINT(1.+X) /
END
[philou@dune tmp]$ gfortran -c t.F
t.F: In function ÂMAIN__Â:
t.F:1: erreur interne du compilateur: dans gfc_conv_constant, Ã
fortran/trans-const.c:348
Veuillez soumettre un rapport complet d'anomalies,
avec le source pré-traité si nécessaire.
Consultez <URL:http://bugzilla.redhat.com/bugzilla> pour plus de détail.
It breaks both gfortran 4.1.2 and 4.5.0.
--
Summary: Problem with data statement involving structure
constructors
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: philippe dot marguinaud at meteo dot fr
GCC build triplet: x86_64-redhat-linux
GCC host triplet: x86_64-redhat-linux
GCC target triplet: x86_64-redhat-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40402
More information about the Gcc-bugs
mailing list