[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Full test-log of gm2-sol11.3 (2022-12-07)
From: |
john o goyo |
Subject: |
Re: Full test-log of gm2-sol11.3 (2022-12-07) |
Date: |
Sun, 11 Dec 2022 17:24:28 -0500 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 |
On 2022-12-11 04:36, Gaius Mulley wrote (in part):
[...]
and I'm not sure about vararg2.
Well, running them separately yields the following.
[~/opt/gm2/bld/gm2-git/gcc/testsuite/gm2]=> file vararg2.x*
vararg2.x0: ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+
Required, dynamically linked, not stripped
vararg2.x1: ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+
Required, dynamically linked, not stripped
vararg2.x2: ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+
Required, dynamically linked, not stripped
vararg2.x3: ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+
Required, dynamically linked, not stripped
vararg2.x4: ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+
Required, dynamically linked, not stripped
vararg2.x5: ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+
Required, dynamically linked, not stripped
[~/opt/gm2/bld/gm2-git/gcc/testsuite/gm2]=> for f in vararg2.x*; do echo
"Running $f"; ./$f; echo $?; done
Running vararg2.x0
parameter is hello world and length 0
1
Running vararg2.x1
parameter is hello world and length 0
1
Running vararg2.x2
parameter is hello world and length 0
1
Running vararg2.x3
parameter is hello world and length 0
1
Running vararg2.x4
parameter is hello world and length 0
1
Running vararg2.x5
parameter is hello world and length 0
1
I looked at the source vararg2.mod but confess that I am quite
unfamiliar with funcptr().
Sincerely,
jog
regards,
Gaius
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Full test-log of gm2-sol11.3 (2022-12-07),
john o goyo <=