[Bug preprocessor/23751] cpp -P emits two newlines

2005-11-25 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-11-25 20:17 --- This is not a bug, cpp is wrong tool for languages which don't support extra white spaces. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug preprocessor/23751] cpp -P emits two newlines

2005-11-25 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-11-25 20:15 --- *** Bug 25033 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug preprocessor/23751] cpp -P emits two newlines

2005-09-06 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2005-09-06 16:14 --- cpp is barely the right tool for processing something that cannot tolerate extra whitespace. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23751

[Bug preprocessor/23751] cpp -P emits two newlines

2005-09-06 Thread johann dot glaser at gmx dot at
--- Additional Comments From johann dot glaser at gmx dot at 2005-09-06 15:59 --- Sure, but without -P no additional newlines are printed, so these two are clearly "to much". Since cpp is often used for other things than C preprocessing, newlines are annoying or even kill tools relying

[Bug preprocessor/23751] cpp -P emits two newlines

2005-09-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-06 15:50 --- Why do you think this is a bug, really cpp can emit many different things with -P, -P just makes not emitting the line markers. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23751