On Wed, Feb 17, 2016 at 04:11:44PM +0100, Marek Polacek wrote: > On Wed, Feb 17, 2016 at 06:08:14PM +0300, Ilya Verbin wrote: > > > This line is too long. But you could have just done > > > > My editor shows exactly 80 chars. > > The maximum is 79.
Well, check_GNU_style.sh complains just about one line, and then a prototype. Lines should not exceed 80 characters. 193:+extern tree finish_omp_clauses (tree, bool, bool = false, bool = false); 252:+ error ("linear clause applied to non-integral non-pointer " (plus testcases, but there it is fine). Jakub