[Bug c/67266] New: Use of "cpp -P ..." collapses multiple blank lines

2015-08-18 Thread mike at flyn dot org
iority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: mike at flyn dot org Target Milestone: --- I am using: cpp -C -P -nostdinc -std=c99 -Werror to process something that is not C. Everything works, except that one side effect of "-P" is that

[Bug preprocessor/67266] Use of "cpp -P ..." collapses multiple blank lines

2015-08-18 Thread mike at flyn dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67266 --- Comment #2 from W. Michael Petullo --- This does not seem to be the behavior of cpp without the -P flag: $ cpp x x outputs # 1 "" # 1 "" # 1 "" # 1 "/usr/include/stdc-predef.h" 1 3 4 # 1 "" 2 # 1 "" x x Here cpp does not collapse the

[Bug c/113610] New: Manpage could be more clear about gcc's -e flag

2024-01-25 Thread mike at flyn dot org via Gcc-bugs
y: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: mike at flyn dot org Target Milestone: --- The GCC manpage states this: -e entry --entry=entry Specify that the program entry point is entry. The argument is interpreted by the linker; the GNU linker ac