This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/31971] Simple Fortran code fails with ICE



------- Comment #5 from fxcoudert at gcc dot gnu dot org  2007-05-22 12:40 -------
(In reply to comment #3)
> I have Fedora 6 on x86-64.  Works OK here.  However, we have a leak.

Well, the leak is also triggered by the simple following two lines:
      SUBROUTINE XYZ
      END

==10212== 1,012 (860 direct, 152 indirect) bytes in 1 blocks are definitely
lost in loss record 3 of 7
==10212==    at 0x4005400: malloc (vg_replace_malloc.c:149)
==10212==    by 0x847685A: xmalloc (xmalloc.c:147)
==10212==    by 0xBEC3F66F: ???


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]