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

2009-01-08 Thread bkoz at gcc dot gnu dot org


--- Comment #8 from bkoz at gcc dot gnu dot org  2009-01-08 22:41 ---

Hey Paolo, what do you think about applying this patch to the gcc-4_3-branch
and change the target milestone to 4.3.3, marking it FIXED?

-benjamin


-- 


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



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

2009-01-08 Thread bkoz at gcc dot gnu dot org


--- Comment #9 from bkoz at gcc dot gnu dot org  2009-01-08 22:42 ---
*** Bug 36505 has been marked as a duplicate of this bug. ***


-- 

bkoz at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||pontus dot astrom at csr dot
   ||com


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



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

2009-01-08 Thread rguenth at gcc dot gnu dot org


-- 

rguenth at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|4.4.0   |4.3.3


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



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

2009-01-08 Thread paolo dot carlini at oracle dot com


--- Comment #10 from paolo dot carlini at oracle dot com  2009-01-08 23:02 
---
Ok, I'll do the backport.


-- 


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



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

2009-01-08 Thread paolo at gcc dot gnu dot org


--- 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=gccview=revrev=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



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

2009-01-08 Thread paolo dot carlini at oracle dot com


--- Comment #12 from paolo dot carlini at oracle dot com  2009-01-09 00:01 
---
Fixed 4.3.3 too.


-- 

paolo dot carlini at oracle dot com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


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



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

2008-11-12 Thread paolo dot carlini at oracle dot com


--- Comment #7 from paolo dot carlini at oracle dot com  2008-11-13 00:09 
---
Fixed for 4.4.0.


-- 

paolo dot carlini at oracle dot com changed:

   What|Removed |Added

 AssignedTo|paolo dot carlini at oracle |unassigned at gcc dot gnu
   |dot com |dot org
 Status|ASSIGNED|NEW
  Known to work|4.2.4   |4.2.4 4.4.0
Summary|[4.3/4.4 Regression] System |[4.3 Regression] System
   |header files not found once |header files not found once
   |-isystem /usr/include is|-isystem /usr/include is
   |used|used
   Target Milestone|4.3.3   |4.4.0


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