------- Comment #2 from danglin at gcc dot gnu dot org  2007-09-29 20:18 -------
realloc is called with a NULL pointer and 0 size.
realloc (0, 0) returns NULL.  This causes _gfortran_os_error
to get called and the above error to get printed.


-- 


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

Reply via email to