This is the mail archive of the gcc-bugs@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]

bogus newlines from diagnostics


E.g. gcc.dg/noncompile/label-1.c:

====
z.c: In function `a':

z.c:10: error: label `l' used but not defined
z.c: In function `d':

z.c:32: error: duplicate label `l'
z.c:31: error: `l' previously defined here
z.c: In function `e':

z.c:41: error: duplicate label `l'
====

Note the extra newline after the function opener.

I don't know when this started, but all the recent pretty-print
and diagnostic changes are yours.  Would you please fix it?


r~


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