This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patch, fortran] PR24227 initialized symbol in COMMON: Missing checks
Jerry DeLisle wrote:
> Jerry DeLisle wrote:
>> Tobias Burnus wrote:
>>> Jerry DeLisle wrote:
>>>> This patch adds back a simplified error message and checks to see if
>>>> the symbol is in BLOCK DATA or not. Allowed if -std=gnu.
> Attached is a revised patch. Regression tested on x86-64. I also
> compiled all of the Polyhedron test cases, NIST, and LAPACK.
> OK for trunk?
OK together with the blockdata_5.f90 test case and a test for
DATA-initialized symbols.
Thanks,
Tobias