]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/fortran/decl.c
2007-08-29 Christopher D. Rickett <crickett@lanl.gov>
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Aug 2007 13:08:55 +0000 (13:08 +0000)
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Aug 2007 13:08:55 +0000 (13:08 +0000)
commit825718f9c5747747571eb60535e20c952eb6868b
tree13f2de74f89f6097aa95ac4bda69a46d83215792
parenta5014d251126a0107ed852c02fb166260a358183
2007-08-29  Christopher D. Rickett  <crickett@lanl.gov>

PR fortran/33215
* decl.c (build_sym): Pass number of identifiers on line to
set_binding_label.
(set_binding_label): Verify that only one identifier given if
NAME= specified, even if the given binding label has zero length.
(gfc_match_bind_c): Remove declaration for has_name_equals because
it hides the static global one that is needed.

2007-08-29  Christopher D. Rickett  <crickett@lanl.gov>

PR fortran/33215
* gfortran.dg/binding_label_tests_15.f03: New test case.
* gfortran.dg/binding_label_tests_16.f03: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127898 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/binding_label_tests_15.f03 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/binding_label_tests_16.f03 [new file with mode: 0644]