fold-const declarations way longer than 80 chars
Steven Bosscher
s.bosscher@student.tudelft.nl
Thu Jul 10 04:28:00 GMT 2003
Op do 10-07-2003, om 04:25 schreef Steven Bosscher:
> Andreas,
>
> While working on fold-const, I noticed that there are lots of function
> declarations in fold-const.c that are longer than 80 columns, e.g.:
>
> static tree
> split_tree (tree in, enum tree_code code, tree *conp, tree *litp, tree *minus_litp, int negate_p)
And looking further, patches like this one from Law:
Revision 1.273, Thu Jul 3 05:42:57 2003 UTC (6 days, 19 hours ago) by law
* expr.c (do_store_flag): Remove special case folding for
single bit tests. Instead call back into the commonized folder
routine.
* fold-const.c (fold_single_bit_test): New function, mostly
extracted from do_store_flag, with an additional case extracted
from fold.
(fold): Call fold_single_bit_test appropriately.
* tree.h (fold_single_bit_test): Prototype.
introduce new K&R prototypes :-(
> Can this be fixed please?
>
> Gr.
> Steven
>
More information about the Gcc
mailing list