This is the mail archive of the gcc@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: are malloc/new calls annotated if they may return NULL?


>>>>> "Diego" == Diego Novillo <dnovillo@redhat.com> writes:

Diego> Do we annotate in the IL malloc/new calls that are guaranteed to never
Diego> return NULL?

Interestingly, when I look through gcc/gcc, I can't find any real uses
of DECL_IS_MALLOC.  Some code sets it, and some code tests it to copy
the flag to a new decl, but nothing actually seems to use it.  Am I
missing something?

Tom


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