re PR fortran/55984 ([OOP] ICE: gfc_trans_code(): Bad statement code)

2013-01-27 Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/55984
	* ChangeLog : Correct wrong PR number.

From-SVN: r195493
This commit is contained in:
Paul Thomas 2013-01-27 07:18:22 +00:00
parent aa27186087
commit ca3227497d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
2013-01-27 Paul Thomas <pault@gcc.gnu.org> 2013-01-27 Paul Thomas <pault@gcc.gnu.org>
PR fortran/55789 PR fortran/55984
PR fortran/56047 PR fortran/56047
* gfortran.h : Add associate_var to symbol_attr. * gfortran.h : Add associate_var to symbol_attr.
* resolve.c (resolve_assoc_var): Set associate_var attribute. * resolve.c (resolve_assoc_var): Set associate_var attribute.

View File

@ -1,6 +1,6 @@
2013-01-27 Paul Thomas <pault@gcc.gnu.org> 2013-01-27 Paul Thomas <pault@gcc.gnu.org>
PR fortran/55789 PR fortran/55984
* gfortran.dg/associate_14.f90: New test. * gfortran.dg/associate_14.f90: New test.
PR fortran/56047 PR fortran/56047