Re: [Ctool-develop] testing the gcc test suite
Brought to you by:
flisakow
From: Shaun F. <fli...@so...> - 2003-09-05 10:10:49
|
On Thursday, September 4, 2003, at 10:43 AM, Stefan Seefeld wrote: >> I don't think we need to bother with a table of types, there are many >> gcc specifics which are not types, and still require handling, see >> the support for __attribute in lexer.l. I think gcc is popular >> enough these extensions may as well just be true built-ins in cTool. > > Fine. Does anybody have a reference to a document describing the > grammar > for these extensions ? > Sure, they are on the Gnu site: http://gcc.gnu.org/onlinedocs/gcc-3.3.1/gcc/ index.html#toc_C%20Extensions Shaun |