This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[C++ Patch] PR 52764


Hi,

C++11, in 18.4.1/2, is very clear that __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS play no role in C++11 and the macros are provided unconditionally.

The below implements such requirement in the way recommended on the audit trail, thus changing both stdint-gcc.h and stdint-wrap.h to cover both targets for which GCC installs and doesn't install <stdint.h>.

Tested x86_64-linux.

Thanks!
Paolo.

///////////////////////

Attachment: CL_52764
Description: Text document

Attachment: patch_52764
Description: Text document


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