This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: preprocessor/10869: -include does not honor include paths


Synopsis: -include does not honor include paths

State-Changed-From-To: open->closed
State-Changed-By: neil
State-Changed-When: Mon May 19 20:18:58 2003
State-Changed-Why:
    Works for me.
    
    monkey:neil{8}$ echo 'foo' > /tmp/foo.c
    monkey:neil{9}$ echo '' | gcc-3.1 -E -I /tmp -include foo.c -
    # 1 "<stdin>"
    # 1 "<built-in>"
    # 1 "<command line>"
    # 1 "/tmp/foo.c" 1
    foo
    # 2 "<command line>" 2
    # 1 "<stdin>"
    monkey:neil{10}$

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10869


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]