qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH 04/21] linux-user/arm: Implement setup_sigtramp


From: Richard Henderson
Subject: Re: [PATCH 04/21] linux-user/arm: Implement setup_sigtramp
Date: Wed, 16 Jun 2021 10:40:56 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 6/16/21 6:49 AM, Alex Bennée wrote:
   ../../linux-user/arm/signal.c: In function ‘setup_sigtramp’:
   ../../linux-user/arm/signal.c:847:47: error: expected ‘,’ before ‘)’ token
        _Static_assert(SIGFRAME_FDPIC_OFS <= 0xfff);

Heh. Apparently, _Static_assert with no message parameter is a further extension, present in c17 but not c11. I presume it's enabled with gnu11 on my compiler version, but not yours.

I'll change to use QEMU_BUILD_BUG_ON, and give up on removing that macro for a 
while.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]