This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi Folks,
This simple patch avoids the assertion that is giving the ICE.
Regression tested on x86-64.
With the patch, the test case in the PR gives:
$ gfc pr41909.f90 pr41909.f90:3.13:
call test() 1 pr41909.f90:1.12:
program test 2 Error: Global name 'test' at (1) is already being used as a PROGRAM at (2)
OK for trunk?
-- Janne Blomqvist
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |