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
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
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