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/25576] [4.0 only] checking failure in execute/intrinsic_eoshift.f90



------- Comment #1 from ghazi at gcc dot gnu dot org  2005-12-27 15:22 -------
Running f951 under gdb, I get:

(gdb) run 
/tmp/kg/40/egcc-4.0-SVN20051226/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_eoshift.f90
-quiet -dumpbase intrinsic_eoshift.f90 -mtune=k8 -auxbase intrinsic_eoshift -O3
-w -version -fomit-frame-pointer -funroll-loops -o intrinsic_eoshift.s

Program received signal SIGSEGV, Segmentation fault.
reorder_insns (from=0x2aaaae0ad940, to=0x2aaaae0ad940, after=0x2aaaae0ad980)
    at ../../egcc-4.0-SVN20051226/gcc/emit-rtl.c:3649
3649          bb->flags |= BB_DIRTY;

(gdb) p *bb
Cannot access memory at address 0x2aaaad383820


-- 

ghazi at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.0 only] checking failure |[4.0 only] checking failure
                   |in                          |in
                   |execute/intrinsic_eoshift.f9|execute/intrinsic_eoshift.f9
                   |0                           |0


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


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