This is GCC Bugzilla
This is GCC Bugzilla Version 2.20+
View Bug Activity | Format For Printing | Clone This Bug
g++-bprob-1 fails when run remotely because the test driver assumes the output files are available locally. A proper fix might be to modify the test driver to use the dejagnu remote file operations to retrieve the output files if is_remote is true.
I think all of bprob tests will fail if remote (that means f77 and the c tests also).
yes, gcc.misc-tests/bprob-1.c also fails for same reason. I haven't run the f77 tests, so I haven't seen that yet.
There was a patch posted here: <http://gcc.gnu.org/ml/gcc-patches/2003-03/msg02015.html>
Damn, I should have looked in the archives, thanks for noticing! I'll try it out when I get a chance.
I stumbled over the same bug and developed my own patch (as I saw the other one too late). It's a little bit more minimalistic than Adam's. I'll attach my patch here, too... You can choose :-)
Created an attachment (id=5010) [edit] gcc3.3-bprob-remote.diff
There are two different patches here, this really should be approved for at least 3.5.0