This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: fold-const declarations way longer than 80 chars


In message <1057804315.3669.29.camel@steven.lr-s.tudelft.nl>, Steven Bosscher w
rites:
 >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 :-(
Sorry about that.  It's a habit I'm trying to break :-)

It looks Andreas already fixed them.  Thanks Andreas.



jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]