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]

malloc / calloc / realloc changes


Kaveh,

I just noticed something, and I think your recent changes
trigerred it:-

checking whether malloc is declared... no
checking whether realloc is declared... no
checking whether calloc is declared... no

This occurs during autoconfiscation; it didn't used to.  I imagine the
autoconf test is checking the return code of some simple program, though
I've not looked as I'm not an autoconf expert.

I have no idea whether this has ill effects either.  JFYI.

Neil.


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