[Bug target/60088] Segfault when using quad precision and -march=native on gfortran

thatcadguy at gmail dot com gcc-bugzilla@gcc.gnu.org
Thu Feb 6 22:02:00 GMT 2014


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

--- Comment #13 from Jacob Abel <thatcadguy at gmail dot com> ---
The following file:

SUBROUTINE test(N)
IMPLICIT NONE
INTEGER, INTENT(IN) :: N
REAL(KIND=16) :: array(N)
array = 0
END SUBROUTINE test

PROGRAM main
IMPLICIT NONE
CALL test(10)
END PROGRAM main

Creates the same problem. Segfault occurs on 'array = 0'. Will provide more
info when I get home.



More information about the Gcc-bugs mailing list