This is the mail archive of the gcc-bugs@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]

[Bug libstdc++/38000] [4.3/4.4 Regression] System header files not found once -isystem /usr/include is used



------- Comment #6 from paolo at gcc dot gnu dot org  2008-11-13 00:08 -------
Subject: Bug 38000

Author: paolo
Date: Thu Nov 13 00:06:55 2008
New Revision: 141812

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141812
Log:
2008-11-13  Paolo Carlini  <paolo.carlini@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:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/c_compatibility/fenv.h
    trunk/libstdc++-v3/include/c_compatibility/inttypes.h
    trunk/libstdc++-v3/include/c_compatibility/math.h
    trunk/libstdc++-v3/include/c_compatibility/stdint.h
    trunk/libstdc++-v3/include/c_global/cassert
    trunk/libstdc++-v3/include/c_global/cctype
    trunk/libstdc++-v3/include/c_global/cerrno
    trunk/libstdc++-v3/include/c_global/cfenv
    trunk/libstdc++-v3/include/c_global/cfloat
    trunk/libstdc++-v3/include/c_global/cinttypes
    trunk/libstdc++-v3/include/c_global/climits
    trunk/libstdc++-v3/include/c_global/clocale
    trunk/libstdc++-v3/include/c_global/cmath
    trunk/libstdc++-v3/include/c_global/csetjmp
    trunk/libstdc++-v3/include/c_global/csignal
    trunk/libstdc++-v3/include/c_global/cstdarg
    trunk/libstdc++-v3/include/c_global/cstdbool
    trunk/libstdc++-v3/include/c_global/cstddef
    trunk/libstdc++-v3/include/c_global/cstdint
    trunk/libstdc++-v3/include/c_global/cstdio
    trunk/libstdc++-v3/include/c_global/cstdlib
    trunk/libstdc++-v3/include/c_global/cstring
    trunk/libstdc++-v3/include/c_global/ctime
    trunk/libstdc++-v3/include/c_global/cwchar
    trunk/libstdc++-v3/include/c_global/cwctype
    trunk/libstdc++-v3/include/tr1/cfenv
    trunk/libstdc++-v3/include/tr1/cinttypes
    trunk/libstdc++-v3/include/tr1/cstdbool
    trunk/libstdc++-v3/include/tr1/cstdint
    trunk/libstdc++-v3/include/tr1_impl/cfenv
    trunk/libstdc++-v3/include/tr1_impl/cinttypes
    trunk/libstdc++-v3/include/tr1_impl/cstdint


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38000


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