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:Possible parser bug in 2.96, 3.0.x and 3.1?


This is a known parser bug. Please confer
<http://gcc.gnu.org/bugs.html#known>.

A possible work around is replacing MyThing3(sBase(), 3) with
MyThing3((0,sBase()), 3).

Hope this helps,

Peter Schmid


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