Hi, Yulik. I don't agree. The parentheses turn the identifier inside into an expression. [Yulik] I'm not sure I follow you. In my eyes, an identifier placed in a syntactical context where an expression is expected is an expression, even if it not surrounded by parenthesis. [SB] "a" is an identifier. As such, it can be a primary or an expression. Today, only an identifier can be followed by a bit-select, not a general primary or expression. When you put parentheses around the identifier, it is now an expression and a primary, but no longer an identifier, and therefore cannot be followed by a bit-select. So a[2] is legal, whereas today a[2] is not. [Yulik] Apparently, you forgot to put the parenthesis in one of these, so I'm not sure what exactly you meant. [SB] Apparently I meant that a[2] is legal, whereas (a)[2] is not legal today. (a) is not the same as a, it is an expression whose value and, to a certain degree, type are the same as those of a. [Yulik] What exactly the differences are and where it is defined in the LRM? I understand that sometimes the syntax requires the presence of parenthesis to avoid ambiguities, but I see that as a purely syntactical issue; not semantic. To be more exact, I expect both the value and the type of the "parenthesis expression" to be exactly the same as those of its "operand" (not "to a certain degree"). If you show an example where this is not the case, I would agree that the parenthesis have a special semantic meaning. [SB] Maybe it does have exactly the same type. But that very syntactic difference is today what prevents directly taking bit-selects from it. The difference is again that the case where the parentheses enclose only a simple identifier is a special case. In general, the parentheses can enclose a complex expression. Overall, I came to the conclusion that I liked Dmitry's suggestion best, of adding a system function to do this. Shalom -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Tue Mar 6 04:46:38 2007
This archive was generated by hypermail 2.1.8 : Tue Mar 06 2007 - 04:47:00 PST