[Bug fortran/39555] New: concat-op not allowed in STOP
dfranke at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Mar 25 18:27:00 GMT 2009
The following is illegal (only digits or a character constant can follow STOP):
$> cat stop.f90
STOP "a" // "constant"
END
$> gfortran-svn stop.f90 && ./a.out
STOP aconstant
gcc version 4.4.0 20090324 (experimental) (GCC)
--
Summary: concat-op not allowed in STOP
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Keywords: diagnostic
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dfranke at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39555
More information about the Gcc-bugs
mailing list