This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

massive regressions on 4.1 and trunk


I'm seeing 540 and 560 unexpected failures on 4.1 and
trunk, respectively.  In investigating why aliasing_dummy_1.f90
fails, I find


Script started on Tue Apr 11 22:17:46 2006
troutmask:sgk[201] gdb a
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd"...
(gdb) run
Starting program: /usr/home/sgk/tmp/a 

Program received signal SIGBUS, Bus error.
0x00000000004036f3 in *_gfortran_st_write_done (dtp=0x7fffffffe4a0)
    at ../../../gcc41/libgfortran/io/transfer.c:2357
2357            if (struncate (dtp->u.p.current_unit->s) == FAILURE)
(gdb) bt
#0  0x00000000004036f3 in *_gfortran_st_write_done (dtp=0x7fffffffe4a0)
    at ../../../gcc41/libgfortran/io/transfer.c:2357
#1  0x0000000000400285 in foo1.952 ()
#2  0x0000000000400451 in MAIN__ ()
#3  0x0000000000400a5e in main (argc=Variable "argc" is not available.
) at ../../../gcc41/libgfortran/fmain.c:18
(gdb) quit

Script done on Tue Apr 11 22:18:05 2006

Someone has broken at least gfortran on FreeBSD-amd64.

-- 
Steve


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