[Bug driver/19353] Faulty handling of startfile_prefix_spec
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Jan 12 05:49:00 GMT 2005
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-12 05:49 -------
(In reply to comment #3)
> BTW, at first glance, the patch you posted cannot possibly be correct. An "if"
> statement was removed but the following "else if" statement was left in place.
> Then again, I could be wrong coz I haven't tested the patch.
oh, it only compiles because there is an if before but you are right, that "else if" should have been
changed to an if. thanks.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19353
More information about the Gcc-bugs
mailing list