On Jul 27, 2005, at 5:21 PM, Paul C. Leopardi wrote:
How do I make the tests find the bootstrapped g++?
You don't it already does.
Shouldn't the test just do this automatically?
Yes.
How is the test supposed to find find the bootstrapped g++?
Carefully, see the source code.
Is it done via an environment variable?
Sorta but not really.
Which environment variable?
GXX_UNDER_TEST is an example of one of the variables that plays into
this, it happens to be an environment variable.
What sets the value of this variable?
We will expect you to be able to find the code and read it. The code
you want to read is over in gcc/gcc/testsuite/lib/g++.exp, you should
be able to tell us what sets it and when after you spend 10 seconds
reading the code.
In addition to that code, check out *.exp, and ../.*/*.exp and then
dejagnu/lib/*.exp and dejagnu/config/*.exp, after that, you'll be an
expert.
Is it a script or a program?
Yes, more a script.
What have I configured wrong, if anything?
Don't know.
If this really is a bug, then why does the test work for Andreas
Jaeger and not for me?
Don't know.
http://gcc.gnu.org/ml/gcc-testresults/2005-07/msg00112.html
Should I file another bug report and hope that I don't kust get
WORKSFORME?
No.
Wild ass guess, did you type make -k check?