public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: rspier@pobox.com
To: gcc-gnats@gcc.gnu.org
Subject: preprocessor/6521: -MG creates dependency with wrong path
Date: Tue, 30 Apr 2002 13:36:00 -0000	[thread overview]
Message-ID: <20020430203529.18069.qmail@sources.redhat.com> (raw)


>Number:         6521
>Category:       preprocessor
>Synopsis:       -MG creates dependency with wrong path
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Apr 30 13:36:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     rspier@pobox.com
>Release:        gcc2.95, gcc2.96rh, egcs 1.1.2 (gcc 2.91), gcc 3.0.2
>Organization:
>Environment:
Linux
>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.)
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: application/x-sh; name="t.sh"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="t.sh"

IyEvYmluL3NoCgpESVI9L3RtcC9fJCQvCklESVI9JERJUi9ub3QvYS9yZWFsL3BhdGgKRklMRT0k
RElSL3Rlc3QuYwoKbWtkaXIgLXAgJERJUgpta2RpciAtcCAkSURJUgoKIyBDcmVhdGUgRmlsZQpj
YXQ8PEVPRiA+ICRGSUxFCiNpbmNsdWRlICJzb21lL2hlYWRlci5oIgojaW5jbHVkZSA8bm9uZXhp
c3RlbnQuaD4KaW50IG1haW4oKSB7Cn0KRU9GCgpjYXQgJEZJTEUKCiMgRGVwZW5kZW5jeSBTY2Fu
CkNNRD0iZ2NjMyAtTSAtTUcgJEZJTEUgLUkkSURJUiIKZWNobyAkQ01ECiRDTUQKCiMgQ2xlYW4g
VXAKcm0gLXJmICRESVIK


             reply	other threads:[~2002-04-30 20:36 UTC|newest]

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

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=20020430203529.18069.qmail@sources.redhat.com \
    --to=rspier@pobox.com \
    --cc=gcc-gnats@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).