[Bug preprocessor/28435] -MMD vs not found system header (included from a system header)

2012-01-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28435 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug preprocessor/28435] -MMD vs not found system header (included from a system header)

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28435 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 ---

[Bug preprocessor/28435] -MMD vs not found system header (included from a system header)

2010-07-31 Thread rguenth at gcc dot gnu dot org
--- Comment #18 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 --- GCC 4.5.1 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/28435] -MMD vs not found system header (included from a system header)

2010-04-06 Thread rguenth at gcc dot gnu dot org
--- Comment #17 from rguenth at gcc dot gnu dot org 2010-04-06 11:19 --- GCC 4.5.0 is being released. Deferring to 4.5.1. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/28435] -MMD vs not found system header (included from a system header)

2010-02-07 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2010-02-07 20:33 --- *** Bug 42921 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/28435] -MMD vs not found system header (included from a system header)

2010-02-07 Thread cgd at google dot com
--- Comment #16 from cgd at google dot com 2010-02-07 21:24 --- (In reply to comment #15) *** Bug 42921 has been marked as a duplicate of this bug. *** FWIW, I actually think that's a different issue (though certainly related). this bug was all about -MD and -MMD -- and what

[Bug preprocessor/28435] -MMD vs not found system header (included from a system header)

2009-09-20 Thread cgd at gcc dot gnu dot org
--- Comment #13 from cgd at gcc dot gnu dot org 2009-09-20 08:08 --- Subject: Bug 28435 Author: cgd Date: Sun Sep 20 08:08:06 2009 New Revision: 151894 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=151894 Log: [gcc/testsuite/ChangeLog] 2009-09-20 Chris Demetriou

[Bug preprocessor/28435] -MMD vs not found system header (included from a system header)

2009-09-20 Thread cgd at gcc dot gnu dot org
--- Comment #14 from cgd at gcc dot gnu dot org 2009-09-20 08:10 --- HJ, I believe I've fixed the tests now: PASS: gcc.dg/cpp/missing-header-MD.c (test for warnings, line ) PASS: gcc.dg/cpp/missing-header-MD.c (test for warnings, line ) PASS: gcc.dg/cpp/missing-header-MD.c (test for

[Bug preprocessor/28435] -MMD vs not found system header (included from a system header)

2009-09-19 Thread cgd at gcc dot gnu dot org
--- Comment #7 from cgd at gcc dot gnu dot org 2009-09-19 06:15 --- Subject: Bug 28435 Author: cgd Date: Sat Sep 19 06:15:21 2009 New Revision: 151879 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=151879 Log: [libcpp/ChangeLog] 2009-09-18 Chris Demetriou c...@google.com

[Bug preprocessor/28435] -MMD vs not found system header (included from a system header)

2009-09-19 Thread cgd at gcc dot gnu dot org
--- Comment #8 from cgd at gcc dot gnu dot org 2009-09-19 19:26 --- Fixed in trunk in rev 151879. -- cgd at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/28435] -MMD vs not found system header (included from a system header)

2009-09-19 Thread hjl dot tools at gmail dot com
--- Comment #10 from hjl dot tools at gmail dot com 2009-09-19 21:47 --- All new tests are failing. -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug preprocessor/28435] -MMD vs not found system header (included from a system header)

2009-09-19 Thread cgd at google dot com
--- Comment #11 from cgd at google dot com 2009-09-20 01:34 --- Subject: Re: -MMD vs not found system header (included from a system header) Gack, sorry, looks like I screwed this up. When I retested after updating, I only compared test results before/after, and saw what I

[Bug preprocessor/28435] -MMD vs not found system header (included from a system header)

2009-09-19 Thread cgd at gcc dot gnu dot org
--- Comment #12 from cgd at gcc dot gnu dot org 2009-09-20 01:57 --- (In reply to comment #11) Gack, sorry, looks like I screwed this up. When I retested after updating, I only compared test results before/after, and saw what I was expecting, I didn't actually recheck all of the

[Bug preprocessor/28435] -MMD vs not found system header (included from a system header)

2008-05-09 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2008-05-09 23:02 --- I think we should give an error by default, and only *not* give an error if -MG is passed. My reasoning is that -MG exists only to disable this error. I couldn't think of a reason to disable it in other cases. For

[Bug preprocessor/28435] -MMD vs not found system header (included from a system header)

2006-10-18 Thread matz at gcc dot gnu dot org
--- Comment #5 from matz at gcc dot gnu dot org 2006-10-18 14:04 --- The problem is in libcpp/files.c:open_file_failed. It deliberately only gives a warning when producing dependencies (and under some circumstances doesn't even give a warning) for missing files. I think it does that

[Bug preprocessor/28435] -MMD vs not found system header (included from a system header)

2006-10-03 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-10-03 15:55 --- *** Bug 29331 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/28435] -MMD vs not found system header (included from a system header)

2006-10-03 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-10-03 15:56 --- Confirmed via the dup bug. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/28435] -MMD vs not found system header (included from a system header)

2006-09-03 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-03 20:25 --- This looks like the same bug as PR 22231. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/28435] -MMD vs not found system header (included from a system header)

2006-07-19 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-07-19 14:06 --- I forgot to say every GCC since at least 2.95.3, I tried has the same behavior. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28435