On Sun, 14 May 2023, Andrew Pinski wrote:
> It is NOT a dummy iterator. SIGNBIT is a operator list that expands to > "BUILT_IN_SIGNBITF BUILT_IN_SIGNBIT BUILT_IN_SIGNBITL IFN_SIGNBIT". Ah, it's in cfn-operators.pd in the build tree, not the source tree. > > On the other hand, the following clauses both use SIGNBIT directly, and > > it would be nice to be consistent. > > You cannot use the operator list directly if you have a for loop > expansion too. So it is internally consistent already. I see. Wasn't aware of the limitation. Thanks. Alexander