public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "steven at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug driver/12448] -MT / -MQ don't behave as documented.
Date: Tue, 23 Dec 2003 14:19:00 -0000	[thread overview]
Message-ID: <20031223120625.23670.qmail@sources.redhat.com> (raw)
In-Reply-To: <20030929205632.12448.taylor@candd.org>


------- Additional Comments From steven at gcc dot gnu dot org  2003-12-23 12:06 -------
The proposed patch would be this:  
 
------------------------------------------------------------------------ 
<date>  David Taylor  <taylor at candd dot org>   
 
	PR driver/12448 
	* gcc.c (cpp_unique_options): Strip  
 
Index: gcc.c 
=================================================================== 
RCS file: /cvs/gcc/gcc/gcc/gcc.c,v 
retrieving revision 1.400 
diff -c -3 -p -r1.400 gcc.c 
*** gcc.c       20 Dec 2003 07:40:21 -0000      1.400 
--- gcc.c       23 Dec 2003 11:57:41 -0000 
*************** static const char *cpp_unique_options = 
*** 745,751 **** 
   %{MD:-MD %{!o:%b.d}%{o*:%.d%*}}\ 
   %{MMD:-MMD %{!o:%b.d}%{o*:%.d%*}}\ 
   %{M} %{MM} %{MF*} %{MG} %{MP} %{MQ*} %{MT*}\ 
!  %{!E:%{!M:%{!MM:%{MD|MMD:%{o*:-MQ %*}}}}}\ 
   %{trigraphs} %{remap} %{g3:-dD} %{H} %C %{D*&U*&A*} %{i*} %Z %i\ 
   %{E|M|MM:%W{o*}}"; 
 
--- 745,751 ---- 
   %{MD:-MD %{!o:%b.d}%{o*:%.d%*}}\ 
   %{MMD:-MMD %{!o:%b.d}%{o*:%.d%*}}\ 
   %{M} %{MM} %{MF*} %{MG} %{MP} %{MQ*} %{MT*}\ 
!  %{!E:%{!M:%{!MM:%{!MT:%{!MQ:%{MD|MMD:%{o*:-MQ %*}}}}}}} \ 
   %{trigraphs} %{remap} %{g3:-dD} %{H} %C %{D*&U*&A*} %{i*} %Z %i\ 
   %{E|M|MM:%W{o*}}"; 
   
------------------------------------------------------------------------   
 
I really can't tell if this is correct or not.  Evil driver commands! 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-11-18 07:20:17         |2003-12-23 12:06:24
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12448


  parent reply	other threads:[~2003-12-23 12:06 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-29 21:06 [Bug driver/12448] New: -NT / -NQ " taylor at candd dot org
2003-09-29 21:19 ` [Bug driver/12448] -MT / -MQ " pinskia at gcc dot gnu dot org
2003-10-01 17:39 ` pinskia at gcc dot gnu dot org
2003-10-03 14:34 ` taylor at candd dot org
2003-10-05 18:17 ` vvas at hal dot csd dot auth dot gr
2003-11-18  7:20 ` pinskia at gcc dot gnu dot org
2003-12-23 14:19 ` steven at gcc dot gnu dot org [this message]
2004-01-10 22:32 ` pinskia at gcc dot gnu dot org
2004-05-26 22:43 ` pinskia at gcc dot gnu dot org
2005-02-15  6:17 ` ppluzhnikov at charter dot net
     [not found] <bug-12448-6090@http.gcc.gnu.org/bugzilla/>
2005-12-11 18:46 ` pinskia at gcc dot gnu dot org
2007-01-20  6:20 ` tromey at gcc dot gnu dot org
2007-01-22  3:29 ` tromey at gcc dot gnu dot org
2007-01-22  3:30 ` patchapp at dberlin dot org
2007-03-13 23:51 ` tromey at gcc dot gnu dot org
2010-09-02 11:48 ` jsm28 at gcc dot gnu dot org
     [not found] <bug-12448-4@http.gcc.gnu.org/bugzilla/>
2014-02-16 13:13 ` jackie.rosen at hushmail dot com

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=20031223120625.23670.qmail@sources.redhat.com \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).