[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: please reproduce problem to document gcc ada patch



On Thu, Jun 15, 2017 at 05:03:36PM +0200, Nicolas Boulenguez wrote:
> 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

Result on Alpha is:

status: "0"
stdout: ""
stderr: ""

Cheers
Michael.


Reply to: