fortran:
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 May 2004 18:02:20 +0000 (18:02 +0000)
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 May 2004 18:02:20 +0000 (18:02 +0000)
commitd88b1bc07a5646f2894b9557d47b41e0746c5a15
treea2f7e67e6e38ab33d08e077762d35c4386c5e8b1
parent9ca4a77cdc957cd6773577976470f7b386d25941
fortran:
PR fortran/13826
* primary.c (match_structure_constructor): Rename ...
(gfc_match_structure_constructor): ... to this. Make non-static.
(gfc_match_rvalue): Call renamed function.
* match.h (gfc_match_structure_constructor): Declare.
* match.c (gfc_match_data_constant): Handle structure
constructor.

testsuite:
PR fortran/13826
* gfortran.fortran-torture/compile/data_1.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81891 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/match.c
gcc/fortran/match.h
gcc/fortran/primary.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.fortran-torture/compile/data_1.f90 [new file with mode: 0644]