bug-bash
[Top][All Lists]
Advanced

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

Re: No word splitting for assignment-like expressions in compound assign


From: Lawrence Velázquez
Subject: Re: No word splitting for assignment-like expressions in compound assignment
Date: Mon, 27 Jul 2020 18:19:09 -0400

> On Jul 27, 2020, at 4:02 AM, Andreas Schwab <schwab@linux-m68k.org> wrote:
> 
> On Jul 27 2020, Lawrence Velázquez wrote:
> 
>> If word splitting were not performed in compound assignments, this...
>> 
>>    foo=(a b c)
>> 
>> ...would not work.
> 
> This is not true.  Field splitting is only relevant for words generated
> by other expansions, not for literal tokens.

My fault, I got it mixed up with tokenization. Carry on!

vq


reply via email to

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