This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r192174 - in /trunk: gcc/ChangeLog gcc/ginclude...
- From: paolo at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Sat, 06 Oct 2012 23:06:05 -0000
- Subject: r192174 - in /trunk: gcc/ChangeLog gcc/ginclude...
Author: paolo
Date: Sat Oct 6 23:06:04 2012
New Revision: 192174
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192174
Log:
2012-10-06 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/52764
* ginclude/stdint-wrap.h: In C++11 if __STDC_HOSTED__ define
__STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS.
* ginclude/stdint-gcc.h: In C++11 unconditionally define
limit and constant macros.
/testsuite
2012-10-06 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/52764
* g++.dg/cpp0x/stdint.C: New.
/libstdc++-v3
2012-10-06 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/52764
* include/c_global/cstdint: Remove __STDC_LIMIT_MACROS and
__STDC_CONSTANT_MACROS related macros.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/c_global/cstdint
Changes in other areas also in this revision:
Added:
trunk/gcc/testsuite/g++.dg/cpp0x/stdint.C
Modified:
trunk/gcc/ChangeLog
trunk/gcc/ginclude/stdint-gcc.h
trunk/gcc/ginclude/stdint-wrap.h
trunk/gcc/testsuite/ChangeLog