------- Comment #11 from paolo at gcc dot gnu dot org 2009-01-09 00:00 ------- Subject: Bug 38000
Author: paolo Date: Fri Jan 9 00:00:17 2009 New Revision: 143194 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143194 Log: 2009-01-08 Paolo Carlini <paolo.carl...@oracle.com> Backport from mainline: 2008-11-13 Paolo Carlini <paolo.carl...@oracle.com> PR libstdc++/38000 * include/c_global/csignal: Do not use include_next. * include/c_global/cstdlib: Likewise. * include/c_global/cstdio: Likewise. * include/c_global/cstdarg: Likewise. * include/c_global/cctype: Likewise. * include/c_global/cerrno: Likewise. * include/c_global/cmath: Likewise. * include/c_global/clocale: Likewise. * include/c_global/climits: Likewise. * include/c_global/cassert: Likewise. * include/c_global/csetjmp: Likewise. * include/c_global/cwchar: Likewise. * include/c_global/cfloat: Likewise. * include/c_global/cstdbool: Likewise. * include/c_global/cstring: Likewise. * include/c_global/cstddef: Likewise. * include/c_global/cwctype: Likewise. * include/tr1/cstdbool: Likewise. * include/tr1_impl/cinttypes: Do not include <inttypes.h>. * include/c_global/cinttypes: Do it here. * include/tr1/cinttypes: Likewise. * include/tr1_impl/cfenv: Do not include <fenv.h>. * include/c_global/cfenv: Do it here. * include/tr1/cfenv: Likewise. * include/tr1_impl/cstdint: Do not include <stdint.h>. * include/c_global/cstdint: Do it here. * include/tr1/cstdint: Likewise. * include/c_compatibility/fenv.h: Include <tr1_impl/cfenv>. * include/c_compatibility/stdint.h: Include <tr1_impl/cstdint>. * include/c_compatibility/inttypes.h: Include <tr1_impl/cinttypes>. * include/c_compatibility/math.h: Minor tweak, add comment. Modified: branches/gcc-4_3-branch/libstdc++-v3/ChangeLog branches/gcc-4_3-branch/libstdc++-v3/include/c_compatibility/fenv.h branches/gcc-4_3-branch/libstdc++-v3/include/c_compatibility/inttypes.h branches/gcc-4_3-branch/libstdc++-v3/include/c_compatibility/math.h branches/gcc-4_3-branch/libstdc++-v3/include/c_compatibility/stdint.h branches/gcc-4_3-branch/libstdc++-v3/include/c_global/cassert branches/gcc-4_3-branch/libstdc++-v3/include/c_global/cctype branches/gcc-4_3-branch/libstdc++-v3/include/c_global/cerrno branches/gcc-4_3-branch/libstdc++-v3/include/c_global/cfenv branches/gcc-4_3-branch/libstdc++-v3/include/c_global/cfloat branches/gcc-4_3-branch/libstdc++-v3/include/c_global/cinttypes branches/gcc-4_3-branch/libstdc++-v3/include/c_global/climits branches/gcc-4_3-branch/libstdc++-v3/include/c_global/clocale branches/gcc-4_3-branch/libstdc++-v3/include/c_global/cmath branches/gcc-4_3-branch/libstdc++-v3/include/c_global/csetjmp branches/gcc-4_3-branch/libstdc++-v3/include/c_global/csignal branches/gcc-4_3-branch/libstdc++-v3/include/c_global/cstdarg branches/gcc-4_3-branch/libstdc++-v3/include/c_global/cstdbool branches/gcc-4_3-branch/libstdc++-v3/include/c_global/cstddef branches/gcc-4_3-branch/libstdc++-v3/include/c_global/cstdint branches/gcc-4_3-branch/libstdc++-v3/include/c_global/cstdio branches/gcc-4_3-branch/libstdc++-v3/include/c_global/cstdlib branches/gcc-4_3-branch/libstdc++-v3/include/c_global/cstring branches/gcc-4_3-branch/libstdc++-v3/include/c_global/ctime branches/gcc-4_3-branch/libstdc++-v3/include/c_global/cwchar branches/gcc-4_3-branch/libstdc++-v3/include/c_global/cwctype branches/gcc-4_3-branch/libstdc++-v3/include/tr1/cfenv branches/gcc-4_3-branch/libstdc++-v3/include/tr1/cinttypes branches/gcc-4_3-branch/libstdc++-v3/include/tr1/cstdbool branches/gcc-4_3-branch/libstdc++-v3/include/tr1/cstdint branches/gcc-4_3-branch/libstdc++-v3/include/tr1_impl/cfenv branches/gcc-4_3-branch/libstdc++-v3/include/tr1_impl/cinttypes branches/gcc-4_3-branch/libstdc++-v3/include/tr1_impl/cstdint -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38000