On Wed, 23 Dec 2020, Uecker, Martin wrote:
> With the fix to PR98047 "C: Drop qualifiers of assignment expressions."
> also the new incorrect warning for assignment of certain volatile expressions
> introduced by dropping qualifiers in lvalue conversion (PR97702)
> disappeared [P98029]. This patc
On 12/23/20 1:00 AM, Uecker, Martin wrote:
>
> With the fix to PR98047 "C: Drop qualifiers of assignment expressions."
> also the new incorrect warning for assignment of certain volatile expressions
> introduced by dropping qualifiers in lvalue conversion (PR97702)
> disappeared [P98029]. This
With the fix to PR98047 "C: Drop qualifiers of assignment expressions."
also the new incorrect warning for assignment of certain volatile expressions
introduced by dropping qualifiers in lvalue conversion (PR97702)
disappeared [P98029]. This patch only adds a test case.
-- Martin
C: Add test