Bug 236063 - [LIBM] Update the ENTERI() macro in math_private.h
Summary: [LIBM] Update the ENTERI() macro in math_private.h
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-numerics (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2019-02-26 19:15 UTC by Steve Kargl
Modified: 2023-06-30 20:29 UTC (History)
2 users (show)

See Also:


Attachments
patch (8.25 KB, patch)
2019-02-26 19:15 UTC, Steve Kargl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Kargl freebsd_committer freebsd_triage 2019-02-26 19:15:25 UTC
Created attachment 202391 [details]
patch

Update the ENTERI() macro in math_private.h to take a parameter.
This parameter is used by __typeof() to set the type for an
intermediate variable that holds the return value of a function
on i386 FreeBSD.  The patch updates the consumers of ENTERI().
Comment 1 Steve Kargl freebsd_committer freebsd_triage 2019-02-27 18:21:45 UTC
Seems that bde doesn't like this, so changes are going to happen