diff options
author | Dmitry Gorbachev <d.g.gorbachev@gmail.com> | 2010-03-16 14:06:40 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2010-03-16 07:06:40 -0700 |
commit | a8a5ac48341b9ca533a2bb7dae17d630152fc705 (patch) | |
tree | fb5687ae05b694fef337d0bb25951f46257c331f /lto-plugin/ChangeLog | |
parent | b995570a87ff6ee23391cf185be36494cbe0823f (diff) | |
download | gcc-a8a5ac48341b9ca533a2bb7dae17d630152fc705.zip gcc-a8a5ac48341b9ca533a2bb7dae17d630152fc705.tar.gz gcc-a8a5ac48341b9ca533a2bb7dae17d630152fc705.tar.bz2 |
Delete temporary output files.
2010-03-16 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
PR lto/43336
* lto-plugin.c (cleanup_handler): Delete temporary output files.
From-SVN: r157483
Diffstat (limited to 'lto-plugin/ChangeLog')
-rw-r--r-- | lto-plugin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 9336ac9..ccb6165 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,8 @@ +2010-03-16 Dmitry Gorbachev <d.g.gorbachev@gmail.com> + + PR lto/43336 + * lto-plugin.c (cleanup_handler): Delete temporary output files. + 2010-01-11 Richard Guenther <rguenther@suse.de> PR lto/41569 |