Re: CERT C Secure Coding Standard - last call for reviewers
- From: Flash Gordon <spam@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 21 Mar 2008 22:40:56 +0000
jacob navia wrote, On 21/03/08 21:47:
santosh wrote:jacob navia wrote:
Keith Thompson wrote:*You* complain about this?
Yes me. You could see the size and budget difference between gcc's
team (several dozen people working full time) and my effort (two
people working part time).
When is your own lcc-win going to be fully C99 compliant?The only feature really missing is the designator initializers
feature.
So far, youNo. I have implemented with my extensions the complex numbers
seem to be spending most of your time inventing and implementing
extensions rather than finishing work on the implementation of the
core language.
part of C99, and using the generic functions feature I implemented
all the tgmath.h in a general way.
So from a C99 P.O.V. your compiler still lacks complex support and
tgmath.h?
Of course you are free to implement them with your extensions, but to
claim conformance to C99 you'll also have to provide a mode where the
standard specified syntax and semantics are also accepted.
<snip>
Well, they are accepted
double _Complex a,b;
// ...
a = a+b;
If my compiler uses operator overloading to implement that,
it complies with the AS IF rule, as far as I see.
Ah, but does it still work and produce all required diagnostics if you put it in standard compliant mode? I seem to recall that for operator overloading you use a syntax that in standard compliant mode requires a diagnostic (not that there is anything wrong with extensions that require a diagnostic in standard compliant mode).
--
Flash Gordon
.
- Follow-Ups:
- Re: CERT C Secure Coding Standard - last call for reviewers
- From: Ben Bacarisse
- Re: CERT C Secure Coding Standard - last call for reviewers
- From: jacob navia
- Re: CERT C Secure Coding Standard - last call for reviewers
- References:
- Re: CERT C Secure Coding Standard - last call for reviewers
- From: jacob navia
- Re: CERT C Secure Coding Standard - last call for reviewers
- From: Keith Thompson
- Re: CERT C Secure Coding Standard - last call for reviewers
- From: jacob navia
- Re: CERT C Secure Coding Standard - last call for reviewers
- From: santosh
- Re: CERT C Secure Coding Standard - last call for reviewers
- From: jacob navia
- Re: CERT C Secure Coding Standard - last call for reviewers
- Prev by Date: Re: Debugger Question
- Next by Date: Re: Debugger Question
- Previous by thread: Re: CERT C Secure Coding Standard - last call for reviewers
- Next by thread: Re: CERT C Secure Coding Standard - last call for reviewers
- Index(es):
Relevant Pages
|