public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jim Wilson <wilson@specifixinc.com>
To: Paul Jarc <prj@po.cwru.edu>
Cc: gcc@gcc.gnu.org
Subject: Re: -MM -MG, <foo.h>, and 3.4.0
Date: Fri, 30 Apr 2004 02:01:00 -0000	[thread overview]
Message-ID: <40918F6D.9000201@specifixinc.com> (raw)
In-Reply-To: <m38yggd586.fsf@multivac.cwru.edu>

Paul Jarc wrote:
> $ cat foo.c
> #include <foo.h>
> #include "bar.h"
> $ gcc-3.4.0/bin/gcc -E -MM -MG foo.c
 > foo.o: foo.c foo.h bar.h

This looks like an unintentional side-effect of
   http://gcc.gnu.org/ml/gcc-patches/2003-07/msg02780.html
which completely rewrote the cpp file handling to fix #import, #pragma 
once and a number of other problems.

I think cpp_stack_include has to pass angle_brackets to cpp_find_file, 
which then passes it on to open_file_failed, which then tests it like 
gcc-3.3.x and earlier did.

I'd suggest filing a bug report so this doesn't get lost or forgotten.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com

      reply	other threads:[~2004-04-29 23:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-28  7:41 Paul Jarc
2004-04-30  2:01 ` Jim Wilson [this message]

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=40918F6D.9000201@specifixinc.com \
    --to=wilson@specifixinc.com \
    --cc=gcc@gcc.gnu.org \
    --cc=prj@po.cwru.edu \
    /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).