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: C99 spelling of "asm".


On Mon, 2 Jun 2003, David O'Brien wrote:

> My read of the C99 standard is that "asm(...)" should be accepted by
> "gcc -std=c99 -pedantic":

Apart from the point already made that this is an informative, not 
normative, annex - it's C++98 that has a standard asm keyword, not C99 -

> Has GCC not caught up with iso9899:1999,

- there are various unimplemented or incompletely implemented parts of C99
(though not the standard keywords) and I am aware of no ongoing
implementation work apart from some work with unresolved design issues on
extended identifiers, UCNs and character set conversion.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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