This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/50060] New: intrinsics not folded by the middle-end
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 12 Aug 2011 15:16:40 +0000
- Subject: [Bug middle-end/50060] New: intrinsics not folded by the middle-end
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50060
Bug #: 50060
Summary: intrinsics not folded by the middle-end
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: middle-end
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: paolo.carlini@oracle.com
Following up to 49813, this is a list of intrinsics, corresponding to C89 and
C99 <math.h> (and C++11 <cmath>) facilities, not yet folded by the middle-end.
C89:
- fmod
- frexp
C99:
- lgamma
- llrint
- lrint
- nearbyint
- nextafter
- nexttoward
- remquo
- rint
Note: in the audit trail of PR49813, Comment #51, Jakub explains that nextafter
and nexttoward should be doable rather easily.