[Bug preprocessor/24732] Invalid location of depency files generated with -MD and -MMD

2007-01-08 Thread maslowski73 at wp dot pl
--- Comment #2 from maslowski73 at wp dot pl 2007-01-08 09:48 --- Oops, the behavior described was caused by the ccache rather than by gcc. I should go and ask for help there. -- maslowski73 at wp dot pl changed: What|Removed |Added

[Bug preprocessor/24732] New: Invalid location of depency files generated with -MD and -MMD

2005-11-08 Thread maslowski73 at wp dot pl
Severity: minor Priority: P3 Component: preprocessor AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: maslowski73 at wp dot pl http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24732

[Bug preprocessor/215] Problem when generating depencies with -MD and -MMD

2005-11-08 Thread maslowski73 at wp dot pl
--- Comment #3 from maslowski73 at wp dot pl 2005-11-08 12:09 --- GCC version 3.3.6 and 3.3.2 have this bug either. The dependency files appear in the current directory. But, if the preprocessing fails the dependency file (although empty) remains in the right place. How to repeat