Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 2016 19:52:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 207529] PPC64 libm fenv.h incorrect for little endian
Message-ID:  <bug-207529-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207529

            Bug ID: 207529
           Summary: PPC64 libm fenv.h incorrect for little endian
           Product: Ports & Packages
           Version: Latest
          Hardware: ppc
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: dje.gcc@gmail.com

fenv.h contains

union __fpscr {
        double __d;
        struct {
                __uint32_t __junk;
                fenv_t __reg;
        } __bits;
};

which is not correct for little endian.  It needs to be adjusted for
endianness.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207529-13>