2 ! Test the fix for PR40402, in which it was not detected that X
3 ! is not a constant and so the DATA statement did not have
4 ! a constant value expression.
6 ! Modified dg-error for PR41807
8 ! Contributed by Philippe Marguinaud <philippe.marguinaud@meteo.fr>
14 DATA P
/ POINT(1.+X
) / ! { dg-error "non-constant initialization" }