[Bug preprocessor/18102] New: darwin framework header search depends on order of options
ratmice at yahoo dot com
gcc-bugzilla@gcc.gnu.org
Thu Oct 21 21:48:00 GMT 2004
mkdir -p foo.framework/Headers/
cat >foo.framework/Headers/foo.h
#warning works
cat >foo.c
#include <foo/foo.h>
gcc -F. -I. -c foo.c
In file included from foo.c:1
./foo.framework/Headers/foo.h:1:2: warning: #warning "works"
gcc -I. -F. -c foo.c
foo.c:1:21: foo/foo.h: No such file or directory
--
Summary: darwin framework header search depends on order of
options
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: preprocessor
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ratmice at yahoo dot com
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18102
More information about the Gcc-bugs
mailing list