From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12388 invoked by alias); 29 Apr 2004 23:27:15 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 12380 invoked from network); 29 Apr 2004 23:27:14 -0000 Received: from unknown (HELO mta6.wss.scd.yahoo.com) (66.218.85.37) by sources.redhat.com with SMTP; 29 Apr 2004 23:27:14 -0000 Received: from specifixinc.com (24.7.123.142) by mta6.wss.scd.yahoo.com (7.0.016) (authenticated as jim@tuliptree.org) id 4072403F00D51F08; Thu, 29 Apr 2004 16:27:12 -0700 Message-ID: <40918F6D.9000201@specifixinc.com> Date: Fri, 30 Apr 2004 02:01:00 -0000 From: Jim Wilson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030716 MIME-Version: 1.0 To: Paul Jarc CC: gcc@gcc.gnu.org Subject: Re: -MM -MG, , and 3.4.0 References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg01420.txt.bz2 Paul Jarc wrote: > $ cat foo.c > #include > #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