This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/38989] How much stack space should c380004 take?
- From: "laurent at guerby dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jan 2009 20:16:44 -0000
- Subject: [Bug ada/38989] How much stack space should c380004 take?
- References: <bug-38989-296@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from laurent at guerby dot net 2009-01-27 20:16 -------
in gcc/testsuite/ada/acats/run_all.sh there is already some handling of special
tests:
case $i in
cxb30*) EXTERNAL_OBJECTS="$dir/support/cxb30040.o
$dir/support/cxb30060.o $dir/support/cxb30130.o $dir/support/cxb30131.o";;
ca1020e) rm -f ca1020e_func1.adb ca1020e_func2.adb ca1020e_proc1.adb
ca1020e_proc2.adb > /dev/null 2>&1;;
ca14028) rm -f ca14028_func2.ads ca14028_func3.ads ca14028_proc1.ads
ca14028_proc3.ads > /dev/null 2>&1;;
cxh1001) extraflags="-a -f"; echo "pragma Normalize_Scalars;" >
gnat.adc
esac
the "$target" can be tested to single out RTEMS. Now I don't know what exactly
RTEMS need, an env variable?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38989