re PR fortran/29819 (Error/warning message should ignore comments for "1" in %C output)
authorSteven G. Kargl <kargl@gcc.gnu.org>
Thu, 14 Jul 2016 20:54:40 +0000 (20:54 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Thu, 14 Jul 2016 20:54:40 +0000 (20:54 +0000)
commit6fa682ad31f8a1d548338de4539ac506a9a1e7c7
tree6b427a4e401b42d3cadc38fd8352a28ace1308bf
parenta60a5d31dd7360a2788e2cac7865d5f491c3464e
re PR fortran/29819 (Error/warning message should ignore comments for "1" in %C output)

2016-07-14  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/29819
* parse.c (parse_contained): Use proper locus.

2016-07-14  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/29819
* gfortran.dg/bind_c_usage_9.f03: Move dg-error.
* gfortran.dg/contains.f90: Ditto.
* gfortran.dg/contains_empty_1.f03: Ditto.
* gfortran.dg/submodule_3.f08: Ditto.

From-SVN: r238354
gcc/fortran/ChangeLog
gcc/fortran/parse.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/bind_c_usage_9.f03
gcc/testsuite/gfortran.dg/contains.f90
gcc/testsuite/gfortran.dg/contains_empty_1.f03
gcc/testsuite/gfortran.dg/submodule_3.f08