https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68534
mwahab at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mwahab at gcc dot gnu.org --- Comment #4 from mwahab at gcc dot gnu.org --- (In reply to Paul Thomas from comment #3) > Author: pault Hello > Date: Mon Nov 30 13:33:27 2015 > New Revision: 231072 > > URL: https://gcc.gnu.org/viewcvs?rev=231072&root=gcc&view=rev > Log: > 2015-11-30 Paul Thomas <pa...@gcc.gnu.org> > > PR fortran/68534 > * decl.c (gfc_match_formal_arglist): Cope with zero formal args > either in interface declaration or in procedure declaration in > submodule. > > 2015-11-30 Paul Thomas <pa...@gcc.gnu.org> > > PR fortran/68534 > * gfortran.dg/submodule_13.f08: New test. > This test is failing on aarch64-none-linux-gnu, it looks like the second dg-error (on module subroutine bar) doesn't get the output it expected. Running from the command line, only the first error message is emitted. Is the test correct?