* gcse.c (gmalloc): Argument is a size_t. Add ATTRIBUTE_MALLOC.
commit2f80019135c611caee65bc6e37bef6e6beb8c787
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Aug 2003 21:50:06 +0000 (11 21:50 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Aug 2003 21:50:06 +0000 (11 21:50 +0000)
treeed747a969cd89ad24c3eb6752bede07e6a121bc9
parent9c985aeccc2419d2c3af8eb0a36954e4709d6ce6
* gcse.c (gmalloc): Argument is a size_t.  Add ATTRIBUTE_MALLOC.
(grealloc): Size argument is a size_t.
(gcalloc): New function.  Use throughout in lieu of
gmalloc/memset.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70338 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gcse.c