This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: fold-const declarations way longer than 80 chars
- From: Steven Bosscher <s dot bosscher at student dot tudelft dot nl>
- To: gcc at gcc dot gnu dot org
- Date: 10 Jul 2003 04:31:55 +0200
- Subject: Re: fold-const declarations way longer than 80 chars
- References: <1057803952.3665.19.camel@steven.lr-s.tudelft.nl>
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
>