On Thu, Nov 12, 2020 at 2:56 AM Carl Eugen Hoyos wrote:
> > Am 12.11.2020 um 00:41 schrieb David Michael :
> >> On Wed, Nov 11, 2020 at 6:20 PM Carl Eugen Hoyos
> >> wrote:
> >>> Am Mi., 11. Nov. 2020 um 16:30 Uhr schrieb David Michael
> >>> :
> >>> There are two issues:
> >>>
> >>> The unused
> Am 12.11.2020 um 00:41 schrieb David Michael :
>
>> On Wed, Nov 11, 2020 at 6:20 PM Carl Eugen Hoyos wrote:
>>> Am Mi., 11. Nov. 2020 um 16:30 Uhr schrieb David Michael
>>> :
>>> There are two issues:
>>>
>>> The unused global integer does not make it into the compiled object
>>> file, so d
On Wed, Nov 11, 2020 at 6:20 PM Carl Eugen Hoyos wrote:
> Am Mi., 11. Nov. 2020 um 16:30 Uhr schrieb David Michael
> :
> > There are two issues:
> >
> > The unused global integer does not make it into the compiled object
> > file, so declare it static to correct this.
>
> How can I reproduce this
Am Mi., 11. Nov. 2020 um 16:30 Uhr schrieb David Michael :
>
> There are two issues:
>
> The unused global integer does not make it into the compiled object
> file, so declare it static to correct this.
How can I reproduce this issue?
> The hexdump output is line-wrapped, so the expected value wi
On Wed, Nov 11, 2020 at 5:18 PM Martin Storsjö wrote:
> On Wed, 11 Nov 2020, David Michael wrote:
> > There are two issues:
> >
> > The unused global integer does not make it into the compiled object
> > file, so declare it static to correct this.
>
> Umm, what? That sounds entirely counterintuiti
On Wed, 11 Nov 2020, David Michael wrote:
There are two issues:
The unused global integer does not make it into the compiled object
file, so declare it static to correct this.
Umm, what? That sounds entirely counterintuitive to me.
If the global integer is non-static, it could be referred to
There are two issues:
The unused global integer does not make it into the compiled object
file, so declare it static to correct this.
The hexdump output is line-wrapped, so the expected value will not
be matched when its four bytes are split across two lines. Use the
POSIX "-A n" option to disab