Re: [CIL users] CIL parsing error

2011-05-26 Thread Gabriel Kerneis
On Wed, May 25, 2011 at 02:18:33PM -0400, Jesse M Draper wrote: > CIL issues an "Error: Unexpected operand for addrof" message when it > encounters &"stringliteral" This should be fixed in latest svn revision (r12172). It wasn't that hard to fix after all. Thank you for the report, -- Gabriel

Re: [CIL users] CIL parsing error

2011-05-26 Thread Gabriel Kerneis
On Wed, May 25, 2011 at 02:18:33PM -0400, Jesse M Draper wrote: > CIL issues an "Error: Unexpected operand for addrof" message when it > encounters &"stringliteral" > even though GCC will compile this expression even with -ansi and/or -pedantic > flags. Although the > construct is a little odd,