Hello. Can someone please run the following commands in an alpha chroot and send me the results? I am trying to understand whether the Debian patch for the GCC configuration at [1] may be forwarded upstream.
Thanks. # apt-get install -y gnat # echo "procedure conftest is begin null; end conftest;" > conftest.adb # gnatgcc -c conftest.adb 1>stdout 2>stderr # cat <<EOF # status: "$?" # stdout: "`cat stdout`" # stderr: "`cat stderr`" # EOF [1] https://anonscm.debian.org/viewvc/gcccvs/branches/sid/gcc-4.2/debian/patches/ada-driver-check.dpatch?view=markup&pathrev=1329

