Tobias Burnus wrote:
Built and regtested on x86-64-gnu-linux.
OK for the trunk?
Committed as obvious (Rev. 200785) with the test-case's grammar in the
comment fixed. (Thanks Dominique for the review.)
Tobias
Dear Tobias,
The patch itself seems obvious enough. I have just a nit pick
with the grammar of
"Don't warn for unused dummy arguments when it is used in namelists"
I think it should be either "a dummy argument" or "when they are".
Probably something such as
"Don't warn as unused for dummy argume
Built and regtested on x86-64-gnu-linux.
OK for the trunk?
Tobias
2013-07-01 Tobias Burnus
PR fortran/57469
* trans-decl.c (generate_local_decl): Don't warn that
a dummy is unused, when it is in a namelist.
2013-07-01 Tobias Burnus
PR fortran/57469
* gfortran.dg/warn_unused_dummy_ar