http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47463
--- Comment #13 from janus at gcc dot gnu.org 2011-02-09 20:18:31 UTC --- (In reply to comment #12) > I do not see whether the line makes sense or not. The idea seems to be to fix > not fully resolved TBP -- but it is not completely clear to me whether that is > ever needed in such a way. Apparently it's not needed, since removing the line does not introduce any regressions in the testsuite. Perhaps it was making up for another bug which is fixed by now. I am going to commit the patch in comment #11 as obvious ...