[Bug fortran/24636] New: gfortran: STOP without stop-code too noisy, regression w.r.t. g77
anlauf at gmx dot de
gcc-bugzilla@gcc.gnu.org
Wed Nov 2 14:10:00 GMT 2005
Hi,
as it has bothered me for quite some time, I finally
decided to report. The program
program gfcbug29
stop
end
when compiled with g77, executes and terminates without any message.
*Only* when a stop code is present, as in
stop 0
it (the g77 runtime) says so. However, gfortran always makes it
write the message, even when no stop code is present:
STOP 0
g77 is consistent with all other compilers that I have access to,
and also the F2003 draft standard (sec. 8.4) is quite explicit here.
Please fix.
Cheers,
-ha
--
Summary: gfortran: STOP without stop-code too noisy, regression
w.r.t. g77
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: anlauf at gmx dot de
GCC host triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24636
More information about the Gcc-bugs
mailing list