This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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]

[Bug math/15966] New: powerpc fpu_control.h _FPU_GETCW and _FPU_SETCW issues


https://sourceware.org/bugzilla/show_bug.cgi?id=15966

            Bug ID: 15966
           Summary: powerpc fpu_control.h _FPU_GETCW and _FPU_SETCW issues
           Product: glibc
           Version: 2.18
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
              Host: powerpc*-*

The macros _FPU_GETCW and _FPU_SETCW in sysdeps/powerpc/fpu_control.h pay no
attention to being namespace-clean, using identifiers "d", "cw" and "tmp"
internally.  (Although this header isn't from any standard, it should still
avoid using user-namespace identifiers except where they are actually part of
the interface provided.)  _FPU_SETCW also fails to use parentheses when using
the macro argument.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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