This is the mail archive of the gcc-patches@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: Inline sqrt for ia64


Phil Edwards <phil@codesourcery.com> writes:

| 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.  :-)

It might be hard, it is not an error :-)

-- Gaby


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