[Bug preprocessor/58468] Macro gets undefined when source directory is same as macro name.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58468 Adrian changed: What|Removed |Added Severity|critical|normal
[Bug preprocessor/58468] New: Macro gets undefined when source directory is same as macro name.
Priority: P3 Component: preprocessor Assignee: unassigned at gcc dot gnu.org Reporter: ateuscher at datacomm dot ch Content of file src/test.c: #ifndef SRC # error SRC not defined! #endif When precompiled from base directory: cpp -P -DSRC src/test.c src/test.c