diff options
author | Kai Tietz <ktietz@redhat.com> | 2012-02-22 11:19:22 +0100 |
---|---|---|
committer | Kai Tietz <ktietz@gcc.gnu.org> | 2012-02-22 11:19:22 +0100 |
commit | 8cfa78994aa1cfbf28b6e0fb367f34900f0eeb76 (patch) | |
tree | 8f8856f49d0b6f6972c3bacad6d57ed21ea67fa4 /lto-plugin/ChangeLog | |
parent | 0b262c28c6bc818e3b93577f0354b7d61cd23c84 (diff) | |
download | gcc-8cfa78994aa1cfbf28b6e0fb367f34900f0eeb76.zip gcc-8cfa78994aa1cfbf28b6e0fb367f34900f0eeb76.tar.gz gcc-8cfa78994aa1cfbf28b6e0fb367f34900f0eeb76.tar.bz2 |
re PR lto/50616 (lto1.exe: internal compiler error: invalid resolution in the resolution file)
PR lto/50616
* lto-plugin.c (PRI_LL): New macro.
(dump_symtab): Use PRI_LL instead of ll in print.
(process_symtab): Use PRI_LL instead of ll in scan.
From-SVN: r184462
Diffstat (limited to 'lto-plugin/ChangeLog')
-rw-r--r-- | lto-plugin/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 5db37e7..ad2be69 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,10 @@ +2012-02-22 Kai Tietz <ktietz@redhat.com> + + PR lto/50616 + * lto-plugin.c (PRI_LL): New macro. + (dump_symtab): Use PRI_LL instead of ll in print. + (process_symtab): Use PRI_LL instead of ll in scan. + 2011-12-20 Andreas Schwab <schwab@linux-m68k.org> * configure: Regenerate. |