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