This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C constant expressions proposals


Joseph S. Myers wrote:
I have now prepared detailed semi-formal models of the interpretation of the C constant expression rules, and their extension to GNU C, along with

It looks very thorough. My eyes were starting to glaze over a bit before I got to the end, but it looks like a good reference to use to determine whether something is a constant expression.


I found this
E : E1 (optional list E2, E3, ...)
a little confusing, because at first glance it isn't obvious that the list is optional, but the parentheses are not. Hence this is a function call.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]