This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug math/19439] Unix98 isinf and isnan functions conflict with C++11


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

Stanley Friesen <friesens at gdls dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |friesens at gdls dot com

--- Comment #13 from Stanley Friesen <friesens at gdls dot com> ---
This issue seems to have reappeared. We are using gcc 4.8.4. An update
installed on May 26 has caused the problem to appear here. The file
bits/mathcalls.h on our system as of that date lacks the conditional compile
guards:
# if !defined __cplusplus || __cplusplus < 201103L 
mentioned in previous comments.

Our system compiled correctly prior to May 26, and the files exhibiting the
issue have not themselves been changed for over a month. A workaround is not
feasible since the code triggering the error is in a 3rd-party library header,
and changing it would break our installation process.

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]