http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60128
--- Comment #55 from dave.anglin at bell dot net --- On 3/27/2014 11:00 AM, dominiq at lps dot ens.fr wrote: > Could you test the following code? Here is output: Unsupported rounding for real(4) Unsupported rounding for real(8) (en15.2) 98.77E+03 expected: 98.76E+03 (en15.2) -98.77E+03 expected: -98.76E+03 8 2 Program aborted. Backtrace: ** Something went wrong while running addr2line. ** ** Falling back to a simpler backtrace scheme. ** #1 c00000000033b5bf FAIL: gfortran.dg/fmt_en_1.f90 -O0 execution test XPASS: gfortran.dg/fmt_en_1.f90 -O0 scan-file-not Unsupported rounding So, probably abort shouldn't be called when rounding isn't supported. I would change "hpux11*" to "hpux*".