public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug preprocessor/30468]  New: -M not fully chops dirname
@ 2007-01-15  2:17 kaminaga at sm dot sony dot co dot jp
  2007-01-15  2:34 ` [Bug preprocessor/30468] [4.0/4.1/4.2/4.3 Regression] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: kaminaga at sm dot sony dot co dot jp @ 2007-01-15  2:17 UTC (permalink / raw)
  To: gcc-bugs

I see -M option for gcc-4.1.1 output chops dirname, but faces below
problem.

$ cat foo.c 
#include "foo.h"
$ cat Include/foo.h 
/* empty */
$ gcc41 -M -I.//Include foo.c 
foo.o: foo.c /Include/foo.h
             ^
             root?


gcc-3.4.4 output was:
$ gcc -M -I.//Include foo.c 
foo.o: foo.c .//Include/foo.h


-- 
           Summary: -M not fully chops dirname
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: preprocessor
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kaminaga at sm dot sony dot co dot jp


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2007-04-23 14:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-15  2:17 [Bug preprocessor/30468] New: -M not fully chops dirname kaminaga at sm dot sony dot co dot jp
2007-01-15  2:34 ` [Bug preprocessor/30468] [4.0/4.1/4.2/4.3 Regression] " pinskia at gcc dot gnu dot org
2007-01-20  4:24 ` tromey at gcc dot gnu dot org
2007-01-21 23:30 ` patchapp at dberlin dot org
2007-01-30 15:50 ` tromey at gcc dot gnu dot org
2007-01-30 16:30 ` [Bug preprocessor/30468] [4.0/4.1/4.2 " tromey at gcc dot gnu dot org
2007-02-03 21:25 ` gdr at gcc dot gnu dot org
2007-02-03 21:27 ` pinskia at gcc dot gnu dot org
2007-02-05  5:52 ` mmitchel at gcc dot gnu dot org
2007-02-14  9:20 ` mmitchel at gcc dot gnu dot org
2007-04-23 14:26 ` tromey at gcc dot gnu dot org
2007-04-23 14:27 ` tromey at gcc dot gnu dot org
2007-04-23 14:27 ` tromey at gcc dot gnu dot org

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