public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: preprocessor/9427: gcc 3.2.1 -traditional ignores C_INCLUDE_PATH
@ 2003-01-23 22:28 neil
  0 siblings, 0 replies; 2+ messages in thread
From: neil @ 2003-01-23 22:28 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, prj

Synopsis: gcc 3.2.1 -traditional ignores C_INCLUDE_PATH

State-Changed-From-To: open->closed
State-Changed-By: neil
State-Changed-When: Thu Jan 23 22:28:10 2003
State-Changed-Why:
    Fixed in 3.3.  Sorry, I have no intention of fixing 3.2; it's too painful.

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* preprocessor/9427: gcc 3.2.1 -traditional ignores C_INCLUDE_PATH
@ 2003-01-23 22:06 prj
  0 siblings, 0 replies; 2+ messages in thread
From: prj @ 2003-01-23 22:06 UTC (permalink / raw)
  To: gcc-gnats


>Number:         9427
>Category:       preprocessor
>Synopsis:       gcc 3.2.1 -traditional ignores C_INCLUDE_PATH
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jan 23 22:06:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     prj@po.cwru.edu
>Release:        gcc version 3.2.1
>Organization:
>Environment:
This is a GNU/Linux system on dual i686 processors.  
>Description:
With -traditional, gcc ignores at least C_INCLUDE_PATH.  I
haven't checked the related variables to see if they work.
This has been broken at least since 3.1, but 2.95.3 works.

$ gcc -v
Reading specs from /package/misc/spf/gcc/bin/../lib/gcc-lib/i686-pc-linux-gnu/3.2.1/specs
Configured with: ../gcc-3.2.1/configure --prefix=/package/misc/spf/gcc-3.2.1-1 --with-as=/package/misc/spf/gcc-3.2.1-1/spf/as --with-ld=/package/misc/spf/gcc-3.2.1-1/spf/ld --enable-threads --enable-libgcj --disable-nls
Thread model: posix
gcc version 3.2.1
>How-To-Repeat:
$ mkdir foo

$ echo foo > foo/foo.h

$ echo '#include <foo.h>' > bar.h

$ C_INCLUDE_PATH=`pwd`/foo gcc -E bar.h 
# 1 "bar.h"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "bar.h"
# 1 "/home/prj/foo/foo.h" 1 3
foo
# 2 "bar.h" 2

$ C_INCLUDE_PATH=`pwd`/foo gcc -E -traditional bar.h 
bar.h:1: foo.h: No such file or directory
# 1 "bar.h"

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-01-23 22:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-23 22:28 preprocessor/9427: gcc 3.2.1 -traditional ignores C_INCLUDE_PATH neil
  -- strict thread matches above, loose matches on Subject: below --
2003-01-23 22:06 prj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).