[Bug target/33592] FAIL: gfortran.dg/array_constructor_11.f90 -O1 execution test

danglin at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Sep 29 20:18:00 GMT 2007



------- 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



More information about the Gcc-bugs mailing list