This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
[Patch, fortran] PR65045 - [4.9/5/6 Regression] ICE when using the same name for a block and a variable.
- From: Paul Richard Thomas <paul dot richard dot thomas at gmail dot com>
- To: gcc-patches <gcc-patches at gcc dot gnu dot org>, "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>
- Date: Sun, 3 Jan 2016 21:59:00 +0100
- Subject: [Patch, fortran] PR65045 - [4.9/5/6 Regression] ICE when using the same name for a block and a variable.
- Authentication-results: sourceware.org; auth=none
Dear All,
Since I last looked at this PR, it seems to have fixed itself on
trunk. I just committed a testcase as revision 232042.
Cheers
Paul
2016-01-03 Paul Thomas <pault@gcc.gnu.org>
PR fortran/65045
* gfortran.dg/pr65045.f90: New test.