[Bug driver/12448] -MT / -MQ don't behave as documented.

2014-02-16 Thread jackie.rosen at hushmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12448

Jackie Rosen  changed:

   What|Removed |Added

 CC||jackie.rosen at hushmail dot 
com

--- Comment #14 from Jackie Rosen  ---
*** Bug 260998 has been marked as a duplicate of this bug. ***
Seen from the domain http://volichat.com
Page where seen: http://volichat.com/adult-chat-rooms
Marked for reference. Resolved as fixed @bugzilla.


[Bug driver/12448] -MT / -MQ don't behave as documented.

2010-09-02 Thread jsm28 at gcc dot gnu dot org


--- Comment #13 from jsm28 at gcc dot gnu dot org  2010-09-02 11:48 ---
This was fixed by the commit shown in the logs for this bug.


-- 

jsm28 at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Known to work||4.3.0
 Resolution||FIXED
   Target Milestone|--- |4.3.0


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



[Bug driver/12448] -MT / -MQ don't behave as documented.

2007-03-13 Thread tromey at gcc dot gnu dot org


--- Comment #11 from tromey at gcc dot gnu dot org  2007-03-13 23:50 ---
Subject: Bug 12448

Author: tromey
Date: Tue Mar 13 23:50:42 2007
New Revision: 122889

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122889
Log:
2007-03-13  David Taylor  <[EMAIL PROTECTED]>

PR driver/12448:
* gcc.c (cpp_unique_options): If -MT or -MQ is seen, don't pass
default -MQ.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/gcc.c


-- 


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



[Bug driver/12448] -MT / -MQ don't behave as documented.

2007-01-21 Thread patchapp at dberlin dot org


--- Comment #10 from patchapp at dberlin dot org  2007-01-22 03:30 ---
Subject: Bug number PR driver/12448

A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2007-01/msg01759.html


-- 


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



[Bug driver/12448] -MT / -MQ don't behave as documented.

2007-01-21 Thread tromey at gcc dot gnu dot org


--- Comment #9 from tromey at gcc dot gnu dot org  2007-01-22 03:29 ---
I tested this and it works.  I'm submitting it.


-- 

tromey at gcc dot gnu dot org changed:

   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |tromey at gcc dot gnu dot
   |dot org |org
 Status|NEW |ASSIGNED
   Last reconfirmed|2005-05-16 02:23:53 |2007-01-22 03:29:19
   date||


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



[Bug driver/12448] -MT / -MQ don't behave as documented.

2007-01-19 Thread tromey at gcc dot gnu dot org


--- Comment #8 from tromey at gcc dot gnu dot org  2007-01-20 06:19 ---
The patch in this PR looks correct to me.


-- 

tromey at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||tromey at gcc dot gnu dot
   ||org


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



[Bug driver/12448] -MT / -MQ don't behave as documented.

2005-12-11 Thread pinskia at gcc dot gnu dot org


--- Comment #7 from pinskia at gcc dot gnu dot org  2005-12-11 18:46 ---
*** Bug 25356 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||igodard at pacbell dot net


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



[Bug driver/12448] -MT / -MQ don't behave as documented.

2005-02-14 Thread ppluzhnikov at charter dot net

--- Additional Comments From ppluzhnikov at charter dot net  2005-02-14 
23:37 ---
I just bumped into this bug as well.
Still failing in gcc-3.4.3 a year later :-(

The simplest test case:

  mkdir pr12448 && cd pr12448 && touch foo.c &&
  gcc -c -o foo.o -MD -MTfoobar foo.c && cat foo.d

Current output:
foobar foo.o: foo.c

Expected output:
foobar: foo.c

-- 


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