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

Re: [PATCH 0/2] backport c++ header fixes to gcc-5-branch


Szabolcs,
     Can you help get these back ports into gcc-5-branch?

https://gcc.gnu.org/ml/gcc-patches/2017-08/msg00478.html
https://gcc.gnu.org/ml/gcc-patches/2017-08/msg00477.html

Thanks in advance.
         Jack

On Mon, Aug 7, 2017 at 1:12 AM, Ryan Mounce <ryan@mounce.com.au> wrote:
> Fixes https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81037
>
> Bootstrap now succeeds using Xcode 9 toolchain.
>
> Tested on macOS 10.13 beta, however same issue reported on macOS 10.12
> with Xcode 9.
>
> Ryan Mounce (2):
>   (header usage fix) remove unused system header includes
>   (header usage fix) include c++ headers in system.h
>
>  gcc/ChangeLog                    | 29 +++++++++++++++++++++++++++++
>  gcc/auto-profile.c               |  6 ++----
>  gcc/c/c-objc-common.c            |  2 --
>  gcc/config/sh/sh.c               |  2 +-
>  gcc/config/sh/sh_treg_combine.cc |  7 +++----
>  gcc/cp/error.c                   |  2 --
>  gcc/diagnostic.c                 |  2 --
>  gcc/fortran/error.c              |  2 --
>  gcc/fortran/trans-common.c       |  2 +-
>  gcc/genmatch.c                   |  1 -
>  gcc/graphite-isl-ast-to-gimple.c |  2 +-
>  gcc/ipa-icf-gimple.c             |  2 +-
>  gcc/ipa-icf.c                    |  2 +-
>  gcc/pretty-print.c               |  2 --
>  gcc/system.h                     | 12 ++++++++++++
>  gcc/toplev.c                     |  2 --
>  16 files changed, 51 insertions(+), 26 deletions(-)
>
> --
> 2.13.2 (Apple Git-90)
>


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