Fix out of order log entry from 162516 commit.
From-SVN: r162517
This commit is contained in:
parent
31fee91edf
commit
9c15986b8c
@ -1,3 +1,14 @@
|
||||
2010-07-25 Mikael Morin <mikael@gcc.gnu.org>
|
||||
|
||||
PR fortran/44660
|
||||
* gfortran.h (gfc_namespace): New field old_equiv.
|
||||
(gfc_free_equiv_until): New prototype.
|
||||
* match.c (gfc_free_equiv_until): New, renamed from gfc_free_equiv with
|
||||
a parameterized stop condition.
|
||||
(gfc_free_equiv): Use gfc_free_equiv_until.
|
||||
* parse.c (next_statement): Save equivalence list.
|
||||
(reject_statement): Restore equivalence list.
|
||||
|
||||
2010-07-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
||||
PR fortran/42852
|
||||
@ -78,17 +89,6 @@
|
||||
* dependency.c (gfc_check_dependency): Add argument alising check.
|
||||
* symbol.c (gfc_symbols_could_alias): Add argument alising check.
|
||||
|
||||
2010-07-25 Mikael Morin <mikael@gcc.gnu.org>
|
||||
|
||||
PR fortran/44660
|
||||
* gfortran.h (gfc_namespace): New field old_equiv.
|
||||
(gfc_free_equiv_until): New prototype.
|
||||
* match.c (gfc_free_equiv_until): New, renamed from gfc_free_equiv with
|
||||
a parameterized stop condition.
|
||||
(gfc_free_equiv): Use gfc_free_equiv_until.
|
||||
* parse.c (next_statement): Save equivalence list.
|
||||
(reject_statement): Restore equivalence list.
|
||||
|
||||
2010-07-22 Daniel Kraft <d@domob.eu>
|
||||
|
||||
* trans-stmt.c (gfc_trans_return): Put back in the handling of se.post,
|
||||
|
Loading…
x
Reference in New Issue
Block a user