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

Reply via email to