Add PR reference in ChangeLogs

From-SVN: r194929
This commit is contained in:
Mikael Morin 2013-01-05 13:26:48 +00:00
parent d00be3a3a3
commit 1742d2b2cb
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
2013-01-05 Steven G. Kargl <kargl@gcc.gnu.org>
Mikael Morin <mikael@gcc.gnu.org>
PR fortran/55827
* class.c (gfc_fix_class_refs): Adapt ts initialization for the case
e->symtree == NULL.
* trans-expr.c (gfc_conv_function_expr): Init sym earlier. Use it.

View File

@ -1,6 +1,7 @@
2013-01-05 Steven G. Kargl <kargl@gcc.gnu.org>
Mikael Morin <mikael@gcc.gnu.org>
PR fortran/55827
* gfortran.dg/use_22.f90: New test.
2013-01-04 Andrew Pinski <apinski@cavium.com>