https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67419

            Bug ID: 67419
           Summary: gfortran.dg/large_real_kind_2.F90 FAILs
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: fxcoudert at gcc dot gnu.org
  Target Milestone: ---
              Host: sparc*-sun-solaris2.12
            Target: sparc*-sun-solaris2.12
             Build: sparc*-sun-solaris2.12

The gfortran.dg/large_real_kind_2.F90 testcase FAILs on Solaris 12/SPARC (both
32 and 64-bit):

FAIL: gfortran.dg/large_real_kind_2.F90   -O0  execution test

Solaris 10 and 11 are both fine.

Running it manually and under gdb, I find

Program aborted. Backtrace:
#0  0xFEAEEB37

[New Thread 1 (LWP 1)]

Program received signal SIGABRT, Aborted.
[Switching to Thread 1 (LWP 1)]
0xf2bba064 in __lwp_sigqueue () from /lib/libc.so.1
(gdb) where
#0  0xf2bba064 in __lwp_sigqueue () from /lib/libc.so.1
#1  0xf2b07dc8 in raise () from /lib/libc.so.1
#2  0xf2ad6d14 in abort () from /lib/libc.so.1
#3  0xff2effd8 in _gfortrani_sys_abort ()
    at /vol/gcc/src/hg/trunk/local/libgfortran/runtime/error.c:180
#4  0xff38e35c in _gfortran_abort ()
    at /vol/gcc/src/hg/trunk/local/libgfortran/intrinsics/abort.c:33
#5  0x00013504 in MAIN__ ()
    at
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gfortran.dg/large_real_kind_2.F90:45

which is

 TEST_FUNCTION(sqrt,789.1356)

  Rainer

Reply via email to