RE: [PATCH, contrib] Reduce check_GNU_style noise

2014-12-04 Thread Richard Biener
28, 2014 3:02 PM > > To: gcc-patches@gcc.gnu.org > > Subject: [PATCH, contrib] Reduce check_GNU_style noise > > > > Currently check_GNU_style.sh gives the error "There should be exactly > > one space between function name and parentheses." for the following > &g

RE: [PATCH, contrib] Reduce check_GNU_style noise

2014-12-04 Thread Thomas Preud'homme
Ping? > -Original Message- > From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches- > ow...@gcc.gnu.org] On Behalf Of Thomas Preud'homme > Sent: Friday, November 28, 2014 3:02 PM > To: gcc-patches@gcc.gnu.org > Subject: [PATCH, contrib] Reduce check_GNU_sty

[PATCH, contrib] Reduce check_GNU_style noise

2014-11-28 Thread Thomas Preud'homme
Currently check_GNU_style.sh gives the error "There should be exactly one space between function name and parentheses." for the following kind of lines: tab[(int) idx] This patch changes the check to only warn if there is 0 of 2+ space(s) between a alphanumeric character and an opening parenthe