Bug 25033 - cpp prepends 2 extraneous empty lines when run with -P
Summary: cpp prepends 2 extraneous empty lines when run with -P
Status: RESOLVED DUPLICATE of bug 23751
Alias: None
Product: gcc
Classification: Unclassified
Component: preprocessor (show other bugs)
Version: 4.1.0
: P3 minor
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-25 12:04 UTC by Matthias Klose
Modified: 2005-11-25 20:15 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work: 3.4.4
Known to fail: 4.0.3 4.1.0
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Klose 2005-11-25 12:04:02 UTC
[forwarded from http://bugzilla.ubuntu.com/show_bug.cgi?id=18478]

seen with cpp 4.0 and 4.1, changed from 3.4

Compare:

$ echo blabla | cpp-3.4 -P
blabla
$ echo blabla | cpp-4.0 -P


blabla
$
Comment 1 Andrew Pinski 2005-11-25 20:15:21 UTC

*** This bug has been marked as a duplicate of 23751 ***