[Bug c++/12055] New: testcase g++-bprob-1 fails when run remotely
dank at kegel dot com
gcc-bugzilla@gcc.gnu.org
Mon Aug 25 15:15:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12055
Summary: testcase g++-bprob-1 fails when run remotely
Product: gcc
Version: 3.3.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dank at kegel dot com
CC: gcc-bugs at gcc dot gnu dot org
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.
More information about the Gcc-bugs
mailing list