[Bug c/67840] #define function error
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Oct 4 15:26:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67840
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
For ?: both sides are converted into a single type which in case is __float128.
There is _Generic or the other builtin which does not suffer this issue.
More information about the Gcc-bugs
mailing list