diff options
author | Richard Guenther <rguenther@suse.de> | 2011-04-05 12:11:08 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2011-04-05 12:11:08 +0000 |
commit | 3b8c1a3f49fbb96b55d872397234210d0cca6763 (patch) | |
tree | 8a9ac3757d606a15fa6e7ff7ff354cefd6681f87 /lto-plugin/ChangeLog | |
parent | 1ed13f83ffbd38fede59d1f14553e22b4bb09201 (diff) | |
download | gcc-3b8c1a3f49fbb96b55d872397234210d0cca6763.zip gcc-3b8c1a3f49fbb96b55d872397234210d0cca6763.tar.gz gcc-3b8c1a3f49fbb96b55d872397234210d0cca6763.tar.bz2 |
re PR lto/48431 (patch to fix a compile error in lto-plugin.c when using older C compilers)
2011-04-05 Richard Guenther <rguenther@suse.de>
PR bootstrap/48431
* lto-plugin.c (claim_file_handler): Do not declare vars in code.
From-SVN: r171982
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 e4a19cd..2e63db3 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,8 @@ +2011-04-05 Richard Guenther <rguenther@suse.de> + + PR bootstrap/48431 + * lto-plugin.c (claim_file_handler): Do not declare vars in code. + 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * Makefile.in: Regenerate. |