This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, libgfortran]: Add "=m" for stmxcsr


Hello!

On 10/13/05, Richard Henderson <rth@redhat.com> wrote:
> On Thu, Oct 13, 2005 at 09:35:10AM +0200, Uros Bizjak wrote:
> >       * config/fpu-387.h (set_fpu): Add "=m" for stmxcsr.
>
> This is wrong.  Inputs should not have '='.  I'm surprised
> this isn't diagnosed...

Because:

configure:19512: FPU dependent file will be fpu-glibc.h

even on i686-pc-linux-gnu.

>From configure.host:

# HOST-SPECIFIC OVERRIDES
case "${host_cpu}" in
  i?86 | x86_64)
    fpu_host='fpu-387' ;;
esac

# CONFIGURATION-SPECIFIC OVERRIDES
if test "x${have_feenableexcept}" = "xyes"; then
  fpu_host='fpu-glibc'
fi

Is this intended behavior?

Uros.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]