re PR other/32948 (five warnings and a patch)
authorBen Elliston <bje@au.ibm.com>
Mon, 25 Feb 2008 11:50:17 +0000 (11:50 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Mon, 25 Feb 2008 11:50:17 +0000 (22:50 +1100)
commit98266db06cfe6cdf30e6e6052f056ec1277b49ce
tree519924376bc8c345af3b0afd300e39302e655ba8
parent93e501259f8eddd9c9e20d9e601335d7f40c4eac
re PR other/32948 (five warnings and a patch)

fixincludes/
PR other/32948
* fixincl.c (fix_applies): Remove unused variable `name_len'.

gcc/
PR other/32948
* c-decl.c (grokdeclarator): Remove unused local variables
`typedef_type' and `type_as_written'.
* bb-reorder.c
(find_rarely_executed_basic_blocks_and_crossing_edges): Remove
unused local variable `has_hot_blocks'.
(fix_crossing_conditional_branches): Remove unused local variable
`prev_bb'.

From-SVN: r132618
fixincludes/ChangeLog
fixincludes/fixincl.c
gcc/ChangeLog
gcc/bb-reorder.c
gcc/c-decl.c