[Bug driver/25208] [3.4/4.0/4.1/4.2 Regression] two outputs and -MMD

2006-03-10 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.0.3 |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25208

[Bug driver/25208] [3.4/4.0/4.1/4.2 Regression] two outputs and -MMD

2005-12-19 Thread mmitchel at gcc dot gnu dot org
--- Comment #9 from mmitchel at gcc dot gnu dot org 2005-12-19 18:51 --- We should fix this -- but it's not release-critical, due to the fact that the double -o on the command-line is not a very common case. P5. -- mmitchel at gcc dot gnu dot org changed: What|Remov

[Bug driver/25208] [3.4/4.0/4.1/4.2 Regression] two outputs and -MMD

2005-12-01 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2005-12-01 18:29 --- The ICE is fixed on the mainline but that is not the real issue here as the following fails: gcc -c -oO t.c -o t.o -MMD As I noted before there are two -o heres which are causing the issue. -- pinskia at gcc dot