public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "paolo at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/38000] [4.3 Regression] System header files not found once -isystem /usr/include is used
Date: Fri, 09 Jan 2009 00:00:00 -0000	[thread overview]
Message-ID: <20090109000041.31288.qmail@sourceware.org> (raw)
In-Reply-To: <bug-38000-14868@http.gcc.gnu.org/bugzilla/>



------- 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.carlini@oracle.com>

        Backport from mainline:
        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:
    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


  parent reply	other threads:[~2009-01-09  0:00 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-03  9:34 [Bug c++/38000] New: " jensseidel at users dot sf dot net
2008-11-03 12:26 ` [Bug driver/38000] [4.3/4.4 Regression] " rguenth at gcc dot gnu dot org
2008-11-03 12:40 ` jakub at gcc dot gnu dot org
2008-11-03 12:42 ` [Bug libstdc++/38000] " jakub at gcc dot gnu dot org
2008-11-11 12:50 ` paolo dot carlini at oracle dot com
2008-11-12 16:51 ` paolo dot carlini at oracle dot com
2008-11-12 18:01   ` Andrew Thomas Pinski
2008-11-12 18:03 ` pinskia at gmail dot com
2008-11-13  0:09 ` paolo at gcc dot gnu dot org
2008-11-13  0:11 ` [Bug libstdc++/38000] [4.3 " paolo dot carlini at oracle dot com
2009-01-08 22:41 ` bkoz at gcc dot gnu dot org
2009-01-08 22:43 ` bkoz at gcc dot gnu dot org
2009-01-08 22:53 ` rguenth at gcc dot gnu dot org
2009-01-08 23:03 ` paolo dot carlini at oracle dot com
2009-01-09  0:00 ` paolo at gcc dot gnu dot org [this message]
2009-01-09  0:01 ` paolo dot carlini at oracle dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090109000041.31288.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).