The gfortran.dg/norm2_3.f90 testcase FAILs on Solaris 12/SPARC (both 32 and 64-bit): FAIL: gfortran.dg/norm2_3.f90 -O0 execution test FAIL: gfortran.dg/norm2_3.f90 -O1 execution test FAIL: gfortran.dg/norm2_3.f90 -O2 execution test FAIL: gfortran.dg/norm2_3.f90 -O3 -fomit-frame-pointer execution test FAIL: gfortran.dg/norm2_3.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test FAIL: gfortran.dg/norm2_3.f90 -O3 -fomit-frame-pointer -funroll-loops execution test FAIL: gfortran.dg/norm2_3.f90 -O3 -g execution test FAIL: gfortran.dg/norm2_3.f90 -Os execution test Running it under gdb reveals Program aborted. Backtrace: #0 0xFF2EEB37 Abort 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 0x00011560 in MAIN__ () at /vol/gcc/src/hg/trunk/local/gcc/testsuite/gfortran.dg/norm2_3.f90:28 Rainer
Given the location of the failure, this is probably a duplicate of PR67420, because we use the built-in sqrtl() in NORM2. Marked as SUSPENDED for now.
GCC 6.1 has been released.
GCC 6.3 is being released, adjusting target milestone.
GCC 6.4 is being released, adjusting target milestone.
> Given the location of the failure, this is probably a duplicate of PR67420, > because we use the built-in sqrtl() in NORM2. Marked as SUSPENDED for now. Self-referencing duplicate! Looking at the results posted at https://gcc.gnu.org/ml/gcc-testresults/2017-01/msg00014.html this PR seems fixed since more than a year.
> Looking at the results posted at > https://gcc.gnu.org/ml/gcc-testresults/2017-01/msg00014.html > this PR seems fixed since more than a year. No feedback, closing as FIXED.