diff options
| author | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-25 23:40:53 +0000 |
|---|---|---|
| committer | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-25 23:40:53 +0000 |
| commit | 4d2ff14c1044dc94c720aa06bc2b92c4855849da (patch) | |
| tree | d7133a2220020e3b82332305520a3c58c2d5f6e3 /gcc | |
| parent | 9e4d2f47fe3addaf69217b32063ca4d9d7c5832b (diff) | |
| download | ppe42-gcc-4d2ff14c1044dc94c720aa06bc2b92c4855849da.tar.gz ppe42-gcc-4d2ff14c1044dc94c720aa06bc2b92c4855849da.zip | |
Fix previous ChangeLog entry from r109914
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110233 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/fortran/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index a6904954f78..4fa765b94a7 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -102,6 +102,9 @@ * io.c (format_asterisk): Adapt initializer. * resolve.c (resolve_branch): Allow FORTRAN 66 cross-block GOTOs as extension. + (warn_unused_label): Take gfc_st_label label as argument, adapt to + new data structure. + (gfc_resolve): Adapt call to warn_unused_label. * symbol.c (compare_st_labels): New function. (gfc_free_st_label, free_st_labels, gfc_get_st_label): Convert to using balanced binary tree. |

