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: C++ PATCH: PR 9924


On Tue, 18 Mar 2003 08:02:02 -0700 (MST), Roger Sayle <roger at www dot eyesopen dot com> wrote:

>> Actually, that information could, and perhaps should, be moved to
>> builtins.def; it would just be a matter of adding a CAN_THROW parameter to
>> DEF_BUILTIN.  Well, that and adding the rest of the standard C library
>> functions which aren't currently mentioned in builtins.def.
>
> The good news is that builtins.def currently does mark system library
> functions as NOTHROW_P, but by using __attribute__((nothrow)).

Ah, so it does, I wasn't reading closely enough.  So it just doesn't cover
as many functions.

Jason


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