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 target/23556] FAIL: gfortran.dg/pr18122.f90


------- Additional Comments From danglin at gcc dot gnu dot org  2005-08-24 23:26 -------
(gdb) r
Starting program: /test/gnu/gcc-3.3/objdir/gcc/testsuite/pr18122.exe

Program received signal SIGBUS, Bus error.
0x7ae8a668 in _gfortrani_options ()
   from /test/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.11/./libgfortran/.libs/
libgfortran.sl.0
(gdb) disass 0x7ae8a658 0x7ae8a678
Dump of assembler code from 0x7ae8a658 to 0x7ae8a678:
0x7ae8a658 <_gfortrani_options+988268232>:      copy r25,r26
0x7ae8a65c <_gfortrani_options+988268236>:      copy r19,r4
0x7ae8a660 <_gfortrani_options+988268240>:      b,l 0x7ae8a5e0 <
_gfortrani_options+988268112>,rp
0x7ae8a664 <_gfortrani_options+988268244>:      ldi 0,r25
0x7ae8a668 <_gfortrani_options+988268248>:      fstd fr4,0(,r3)
0x7ae8a66c <_gfortrani_options+988268252>:      copy r4,r19
0x7ae8a670 <_gfortrani_options+988268256>:      addil -1800,r19,%r1
0x7ae8a674 <_gfortrani_options+988268260>:      ldw 610(,r1),r20
End of assembler dump.
(gdb) p/x $r3
$1 = 0x7ae35974

The segmentation fault is due to a misaligned store.



-- 


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


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