public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Zack Weinberg <zack@codesourcery.com>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: preprocessor/6521: -MG creates dependency with wrong path
Date: Fri, 03 May 2002 09:56:00 -0000	[thread overview]
Message-ID: <20020503165603.29407.qmail@sources.redhat.com> (raw)

The following reply was made to PR preprocessor/6521; it has been noted by GNATS.

From: Zack Weinberg <zack@codesourcery.com>
To: Neil Booth <neil@daikokuya.demon.co.uk>
Cc: rspier@pobox.com, gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org
Subject: Re: preprocessor/6521: -MG creates dependency with wrong path
Date: Fri, 3 May 2002 09:46:25 -0700

 On Fri, May 03, 2002 at 01:54:10PM +0100, Neil Booth wrote:
 > rspier@pobox.com wrote:-
 > 
 > > >Description:
 > > gcc or g++ -MG outputs incorrect dependency information when there is a nonexistent header file specified in angle brackets.  (i.e. #include <...>)
 > > 
 > > It uses the path of the first specified -I argument (or the first system directory, if no directory is specified.)
 > > 
 > > The attached script demonstrates the problem.  
 > > 
 > > #include "some/header.h"
 > > #include <nonexistent.h>
 > > int main() {
 > > }
 > > gcc3 -M -MG /tmp/_16336//test.c -I/tmp/_16336//not/a/real/path
 > > test.o: /tmp/_16336/test.c some/header.h \
 > >   /tmp/_16336/not/a/real/path/nonexistent.h
 > > >How-To-Repeat:
 > > (Run attached script.)
 > 
 > This is intended behaviour (but undocumented I think); whether it is
 > desirable or not is a different question.
 > 
 > IMO this is not worth fixing; and we should just document the behaviour
 > for <> headers.  What do you think, Zack?
 
 Agreed.
 
 zw


             reply	other threads:[~2002-05-03 16:56 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-03  9:56 Zack Weinberg [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-05-08 14:36 Robert Spier
2002-05-08 14:33 neil
2002-05-08 14:26 Neil Booth
2002-05-08 13:56 Zack Weinberg
2002-05-08 13:26 Neil Booth
2002-05-08 13:16 Zack Weinberg
2002-05-08 10:36 Neil Booth
2002-05-08  9:36 Tom Tromey
2002-05-08  0:06 Zack Weinberg
2002-05-07 23:56 Roland McGrath
2002-05-07 23:46 Neil Booth
2002-05-07 23:36 Neil Booth
2002-05-07 23:16 Robert Spier
2002-05-04  1:16 Neil Booth
2002-05-03 13:06 Robert Spier
2002-05-03  5:56 Neil Booth
2002-04-30 13:36 rspier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020503165603.29407.qmail@sources.redhat.com \
    --to=zack@codesourcery.com \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).