[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 jackie.rosen at hushmail dot com changed: What|Removed |Added CC|

[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

[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=gccview=revrev=122889 Log: 2007-03-13 David Taylor [EMAIL PROTECTED] PR

[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

[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 --

[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

[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

[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