This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/48286] gfortran.dg/cray_pointers_8.f90 FAILs
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 25 Mar 2011 14:12:10 +0000
- Subject: [Bug fortran/48286] gfortran.dg/cray_pointers_8.f90 FAILs
- Auto-submitted: auto-generated
- References: <bug-48286-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48286
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target| |i?86-*-*
--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-03-25 14:12:06 UTC ---
Or rather I think this now runs into PR333 and possibly the result check
needs updating (we now inline p1 into main). Passes with -mfpmath=sse.
There is no way to turn on -fexcess-precision=standard as it is not
implemented for Fortran.