This is the mail archive of the gcc-patches@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: [PATCH] Improve folding of bitwise ops feeding conditionals for single bit types


On Wed, Jun 19, 2013 at 03:02:38PM +0800, Chung-Ju Wu wrote:
> In the gnu coding standard we have a space before
> the open-parentheses.  Would that be great to have
> testcase follow this convention as well? :)
> 
> If so, then...

Testcases generally don't need to follow the coding conventions,
they can and often it is nicer if they follow it, but we certainly
also want testcases that don't follow it, otherwise we wouldn't have
testsuite coverage for other coding styles (what if say a parser or
preprocessor didn't work properly if there wasn't a space in between
function name and ( ?).

	Jakub


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