[Bug preprocessor/66932] Preprocessor includes wrong header file

2015-07-20 Thread pilot.mm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66932 --- Comment #5 from Michael McWilliam --- (In reply to Andrew Pinski from comment #4) > An empty : causes the current directory to be added. Thanks for explaining that... Including the current directory with an empty : makes sense (as it is in t

[Bug preprocessor/66932] Preprocessor includes wrong header file

2015-07-19 Thread pilot.mm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66932 --- Comment #3 from Michael McWilliam --- (In reply to Jonathan Wakely from comment #2) > Works for me too, with any version. > > gcc_bug$ which gcc > ~/gcc/4.9.3/bin/gcc > gcc_bug$ cd gas > gas$ ./compile.sh > ^[[3~In file included from ./../i

[Bug preprocessor/66932] New: Preprocessor includes wrong header file

2015-07-18 Thread pilot.mm at gmail dot com
: preprocessor Assignee: unassigned at gcc dot gnu.org Reporter: pilot.mm at gmail dot com Target Milestone: --- Created attachment 36011 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36011&action=edit The stripped down test case for the problem... Hello Folks Ther