duplicate warnings about missing EOF newline

Matt Kraai kraai@alumni.carnegiemellon.edu
Thu May 10 12:25:00 GMT 2001


Howdy,

With the latest CVS GCC, I see duplicate warnings about a missing
newline at the end of file.

$ echo -n '#define foo bar' > foo.c
$ gcc -E foo.c
foo.c:1:15: warning no newline at end of file
foo.c:1:15: warning no newline at end of file
$ 

Matt



More information about the Gcc-bugs mailing list