diff options
Diffstat (limited to 'gcc/lto/ChangeLog')
-rw-r--r-- | gcc/lto/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index 2da6ae1d205..e3530da973e 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,14 @@ +2013-02-08 Richard Biener <rguenther@suse.de> + + PR lto/56231 + * lto-lang.c (lto_init): Do not enter a dummy file. + +2013-02-07 Uros Bizjak <ubizjak@gmail.com> + + PR bootstrap/56227 + * lto.c (lto_resolution_ready): Use %wx instead of + HOST_WIDE_INT_PRINT_HEX_PURE in the argument to internal_error. + 2013-02-04 Richard Guenther <rguenther@suse.de> PR lto/56168 |