Summary: | build fails because FE_INVALID is used uncoditionally in tests | ||
---|---|---|---|
Product: | cairo | Reporter: | Nico Nelson <nico.nelson-91c8b80> |
Component: | general | Assignee: | Carl Worth <cworth> |
Status: | RESOLVED FIXED | QA Contact: | cairo-bugs mailing list <cairo-bugs> |
Severity: | blocker | ||
Priority: | medium | CC: | nico.nelson-91c8b80 |
Version: | 1.12.2 | ||
Hardware: | ARM | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Patch which #defines all the undefined exception macros |
Description
Nico Nelson
2012-10-08 18:15:04 UTC
Created attachment 68478 [details] [review] Patch which #defines all the undefined exception macros Comments? Is this good enough? thanks, that works. commit d5f9c694b9145f0464c8bd58d844bddedcb77d5e Author: Uli Schlachter <psychon@znc.in> Date: Tue Oct 16 17:09:42 2012 +0200 test: Define optional exception classes According to musl libc author: "C99 requires the FE_ macros to be defined if and only if the exception they correspond to is supported" So we define these macros to 0 if they are not supported. Support for these FPU exceptions is not necessary for correct functionality, but makes some tests less effective. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=55771 Signed-off-by: Uli Schlachter <psychon@znc.in> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.