PR fortran/33198
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Oct 2007 11:37:44 +0000 (11:37 +0000)
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Oct 2007 11:37:44 +0000 (11:37 +0000)
commitec530640a071c3bf2b99a9bb70b12380f7f23955
tree198c2f8ce81370dbdbfc2a4c7df24b6dddcf0131
parent4888ab9a7f61ec6aeede55a67e74d5b464738b2a
PR fortran/33198
fortran/
* resolve.c (has_default_initializer): Move to top.  Make bool.
(resolve_common_blocks): Simplify logic.  Add case for derived
type initialization.
(resolve_fl_variable_derived): Split out from ...
(resolve_fl_variable): ... from here, while adapting to new h_d_i
interface.
testsuite/
* gfortran.dg/common_errors_1.f90: New.

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