Re: Safe subset of C?
From: Joona I Palaste (palaste_at_cc.helsinki.fi)
Date: 12/16/03
- Next message: Larry Doolittle: "Re: Why does this work? (rot13 function)"
- Previous message: Keith Thompson: "Re: Swap space size in C"
- Next in thread: Dave Vandervies: "Re: Safe subset of C?"
- Reply: Dave Vandervies: "Re: Safe subset of C?"
- Reply: Alex: "Re: Safe subset of C?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 16 Dec 2003 20:59:22 GMT
Alex <alex_lord@hotmail.com> scribbled the following:
> Christian Bau <christian.bau@cbau.freeserve.co.uk> wrote:
>> In article <pan.2003.11.25.02.14.52.334345@lightspeed.bc.ca>,
>> Kelsey Bjarnason <kelseyb@lightspeed.bc.ca> wrote:
>>> Having warnings enabled doesn't cripple C; it just lets you know when
>>> you've done something that probably isn't actually C at all. :)
>> If it isn't C at all you would get an error. If you get a warning, it's
>> most likely perfectly legal C that in some non-obvious way does
>> something entirely different from what you intended.
> AFAIK "diagnostics" need only be output from the compiler,
> not specifically as "errors" or "warnings".
So does this:
"ISO says I have to issue a diagnostic here. So to keep them happy I'll
do so."
qualify as a mandatory diagnostic for a case for which the ISO C
standard mandates one?
-- /-- Joona Palaste (palaste@cc.helsinki.fi) ------------- Finland --------\ \-- http://www.helsinki.fi/~palaste --------------------- rules! --------/ "To err is human. To really louse things up takes a computer." - Anon
- Next message: Larry Doolittle: "Re: Why does this work? (rot13 function)"
- Previous message: Keith Thompson: "Re: Swap space size in C"
- Next in thread: Dave Vandervies: "Re: Safe subset of C?"
- Reply: Dave Vandervies: "Re: Safe subset of C?"
- Reply: Alex: "Re: Safe subset of C?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|