This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Testing/debugging single Ada tests
> /space/rguenther/obj/obj3/gcc/xgcc -c -B/space/rguenther/obj/obj3/gcc/
> -gnatws -O2 -I/space/rguenther/obj/obj3/gcc/testsuite/ada/acats/support
> /space/rguenther/obj/obj3/gcc/testsuite/ada/acats/tests/c3/c32001e/c32001e.adb
> -I/space/rguenther/obj/obj3/gcc/ada/rts
>
> ? This way it would work out-of-the box with cut&paste and avoid some
> confusion.
If that can clear some confusion, sure.
In case you're curious, the script uses another search path mechanism
(the ADA_INCLUDE_PATH and ADA_OBJECTS_PATH environment variables), which
is why there is no -I appearing on the gnatmake command line.
Changing the acats script to use -I instead of ADA_*_PATH is certainly
possible.
Arno