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

2007-09-29 Thread danglin at gcc dot gnu dot org
--- 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=335

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

2007-09-29 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-09-29 19:00 --- Operating system error: Not a typewriter Out of memory uhm, this doesn't make too much sense. Can you debug this? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33592