2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-23 14:11:05 +08:00

re PR libfortran/65563 (Segfault on reopening fort.xxx file with explicit name)

2015-03-29  Thomas Koenig  <tkoenig@gcc.gnu.org>

	PR libgfortran/65563
	Refer to correct PR in ChangeLog.

From-SVN: r221762
This commit is contained in:
Thomas Koenig 2015-03-29 14:33:09 +00:00
parent 4c22e58cde
commit a1bff765cb

@ -1,6 +1,6 @@
2015-03-29 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libgfortran/65564
PR libgfortran/65563
* gfortran.dg/open_errors_2.f90: New test.
2015-03-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>