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/35699] [4.3/4.4 regression] run-time abort writing zero sized section to direct access file



------- Comment #3 from burnus at gcc dot gnu dot org  2008-03-25 23:16 -------
Thanks for the report!

This is actually a regression; Jerry, do you have an idea?

valgrind shows:
==18956== Invalid write of size 1
==18956==    at 0x4C26A68: memset (in
/usr/lib64/valgrind/amd64-linux/vgpreload_memcheck.so)
==18956==    by 0x4ED8002: write_buf (transfer.c:645)
==18956==    by 0x4ED8049: unformatted_write (transfer.c:769)
==18956==    by 0x401585: qi0010_ (jf.f:36)
==18956==    by 0x400D94: MAIN__ (jf.f:7)
==18956==    by 0x401BCB: main (fmain.c:21)


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jvdelisle at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |wrong-code
      Known to fail|                            |4.3.0 4.4.0
      Known to work|                            |4.1.3 4.2.1
   Last reconfirmed|0000-00-00 00:00:00         |2008-03-25 23:16:17
               date|                            |
            Summary|run-time abort writing zero |[4.3/4.4 regression] run-
                   |sized section to direct     |time abort writing zero
                   |access file                 |sized section to direct
                   |                            |access file
   Target Milestone|---                         |4.3.1


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


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