This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]