Re: PR fortran/95053 - division by zero constants

2020-05-17 Thread Thomas Koenig via Gcc-patches
Am 15.05.20 um 22:33 schrieb Harald Anlauf: Here's a new attempt to finally fix this PR and any known fallout. In order to handle division by zero in declarations, but still accept the code snippet adapted from 521.wrf_r (from spec2017), I removed the hunk that was added to fix PR94399, and defe

PR fortran/95053 - division by zero constants

2020-05-15 Thread Harald Anlauf
ailures on x86_64-pc-linux-gnu, after adjusting error messages for test dec_structure_23.f90. OK for trunk? Thanks, Harald PR fortran/95053 - division by zero constants Partially revert the fix for PR93499. Replace by checks for valid expressions in the declaration of array shape an