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

[email protected]
Newsgroups gmane.comp.gcc.prs,gmane.comp.gcc.bugs
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.