[Bug math/26621] ICC Error when including tgmath.h on Ubuntu 20.04

joseph at codesourcery dot com sourceware-bugzilla@sourceware.org
Tue Sep 15 22:05:39 GMT 2020


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

--- Comment #4 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
The real question here is whether ICC supports any of the approaches used 
in glibc's tgmath.h to implement the type-generic macros, which involve 
various GCC extensions.  If it doesn't support them, the "#if 
__GNUC_PREREQ (2, 7)" would need to change to disallow ICC, or else a new 
implementation approach would need to be added.  If it does support them, 
then we get into ensuring the other macros regarding supported types are 
defined appropriately for the ICC case.

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


More information about the Glibc-bugs mailing list