https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68454
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2015-11-20
Ever confirmed|0 |1
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Doesn't seem to be fully preprocessed:
src/lib/xpost_main.c:147:21: error: ‘XPOST_VERSION_MAJ’ was not declared in
this scope
src/lib/xpost_main.c:148:21: error: ‘XPOST_VERSION_MIN’ was not declared in
this scope
src/lib/xpost_main.c:149:21: error: ‘XPOST_VERSION_MIC’ was not declared in
this scope
please use -save-temps on the command-line to obtain preprocessed source (the
.i or .ii file it leaves around) and also specify compiler flags used.