public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug preprocessor/28435]  New: -MMD vs not found system header (included from a system header)
@ 2006-07-19 14:00 pinskia at gcc dot gnu dot org
  2006-07-19 14:06 ` [Bug preprocessor/28435] " pinskia at gcc dot gnu dot org
                   ` (17 more replies)
  0 siblings, 18 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-07-19 14:00 UTC (permalink / raw)
  To: gcc-bugs

I really don't know if this is a bug or not but it seems to be.
The steps to reproduce:
mkdir sys
cat >sys/t.h <<FOO
#include <bogus.h>
FOO
cat > t.c <<FOO
#include <t.h>
FOO
gcc -isystem sys t.c -MMD


And notice that this actually compiles successfully even though bougs.h does
not exist.  And removing the -MMD option, it actually fails.


-- 
           Summary: -MMD vs not found system header (included from a system
                    header)
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: preprocessor
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 21+ messages in thread
[parent not found: <bug-28435-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2012-01-12 20:29 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-19 14:00 [Bug preprocessor/28435] New: -MMD vs not found system header (included from a system header) pinskia at gcc dot gnu dot org
2006-07-19 14:06 ` [Bug preprocessor/28435] " pinskia at gcc dot gnu dot org
2006-09-03 20:25 ` pinskia at gcc dot gnu dot org
2006-10-03 15:56 ` pinskia at gcc dot gnu dot org
2006-10-03 15:56 ` pinskia at gcc dot gnu dot org
2006-10-18 14:04 ` matz at gcc dot gnu dot org
2008-05-09 23:03 ` tromey at gcc dot gnu dot org
2009-09-19  6:16 ` cgd at gcc dot gnu dot org
2009-09-19 19:26 ` cgd at gcc dot gnu dot org
2009-09-19 21:47 ` hjl dot tools at gmail dot com
2009-09-19 21:47 ` hjl dot tools at gmail dot com
2009-09-20  1:34 ` cgd at google dot com
2009-09-20  1:57 ` cgd at gcc dot gnu dot org
2009-09-20  8:08 ` cgd at gcc dot gnu dot org
2009-09-20  8:10 ` cgd at gcc dot gnu dot org
2010-02-07 20:33 ` pinskia at gcc dot gnu dot org
2010-02-07 21:25 ` cgd at google dot com
2010-04-06 11:20 ` rguenth at gcc dot gnu dot org
2010-07-31  9:35 ` rguenth at gcc dot gnu dot org
     [not found] <bug-28435-4@http.gcc.gnu.org/bugzilla/>
2010-12-16 13:19 ` rguenth at gcc dot gnu.org
2012-01-12 20:29 ` pinskia at gcc dot gnu.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).