This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Inline sqrt for ia64
On Tue, Oct 28, 2003 at 02:27:05AM +0100, Gabriel Dos Reis wrote:
> "Zack Weinberg" <zack@codesourcery.com> writes:
> |
> | Because it's a warning, not a hard error.
>
> a sorry does not count as an error.
/* "Sorry, not implemented." Use for a language feature which is
required by the relevant specification but not implemented by GCC.
-> An object file will not be produced. */
void
sorry (const char *msgid, ...)
{
That's hard enough. :-)
--
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.
- Brian W. Kernighan