This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/50201] gfortran with -static causes seg fault at runtime for writing double prec array with precision increased to kind=16
- From: "longb at cray dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 26 Aug 2011 21:00:04 +0000
- Subject: [Bug fortran/50201] gfortran with -static causes seg fault at runtime for writing double prec array with precision increased to kind=16
- Auto-submitted: auto-generated
- References: <bug-50201-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50201
--- Comment #2 from Bill Long <longb at cray dot com> 2011-08-26 21:00:04 UTC ---
OS is Linux SLES 11.
>From the output in the test, it looks like you tried only the scalar case,
which I agree works. The array case (second test code) is the one the fails.