------- Comment #3 from hjl at lucon dot org  2007-05-19 02:52 -------
malloc is

void *malloc(size_t size);

and size_t is unsigned. I am not sure if checking size < 0 in Fortran is needed
or done properly.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31974

Reply via email to