public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jonathan Wakely <jwakely@redhat.com>
To: "Arsen Arsenović" <arsen@aarsen.me>
Cc: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org
Subject: Re: [PATCH 00/10] c-family,libstdc++: P1642 and related changes
Date: Fri, 30 Sep 2022 19:15:10 +0100	[thread overview]
Message-ID: <CACb0b4mdABzgv8zrgK1M5tujHb2_T7T-78Fnro9C8SvYykqhfQ@mail.gmail.com> (raw)
In-Reply-To: <20220930164556.1198044-1-arsen@aarsen.me>

On Fri, 30 Sept 2022 at 17:46, Arsen Arsenović via Libstdc++
<libstdc++@gcc.gnu.org> wrote:
>
> Hi,
>
> This patchset:
> - Implements the P1642 WG21 paper, with a fair few extensions,
> - Fixes libstdc++' build system on systems --without-headers,
> - Ports (a large chunk of) the libstdc++ testsuite to freestanding, and
> - Changes the semantics of `int main' in freestanding (!!).

Thanks for all this work, Arsen!

I'm testing these and will approve and commit all except [PATCH 5/10]
which is outside libstdc++ and needs review.


>
> Thanks,
>
> Arsen Arsenović (7):
>   libstdc++: Filter out unconditional <stdio.h> default include
>   libstdc++: Mark headers that must be hosted as such [PR103626]
>   c-family: Implement new `int main' semantics in freestanding
>   libstdc++: Rework how freestanding install works [PR106953]
>   libstdc++: Make some tests work on freestanding [PR103626]
>   libstdc++: Re-enable std::hash<std::bitset> in freestanding [PR103626]
>   libstdc++: Disable hosted-only tests [PR103626]
>
> Jonathan Wakely (3):
>   libstdc++: Make _GLIBCXX_HOSTED respect -ffreestanding [PR103626]
>   libstdc++: Adjust precompiled headers for freestanding
>   libstdc++: Add effective-target 'hosted' for testsuite [PR103626]
>
>  gcc/c-family/c-common.cc                      |   6 +
>  gcc/c-family/c-common.h                       |  10 +
>  gcc/c/c-decl.cc                               |   4 +-
>  gcc/c/c-objc-common.cc                        |   9 +-
>  gcc/cp/cp-tree.h                              |  12 +-
>  gcc/doc/invoke.texi                           |  20 +-
>  .../freestanding-main-implicitly-returns.C    |   5 +
>  gcc/testsuite/g++.dg/no-builtin-main.C        |   5 +
>  gcc/testsuite/gcc.dg/c11-noreturn-4.c         |   2 +-
>  .../freestanding-main-implicitly-returns.c    |   5 +
>  gcc/testsuite/gcc.dg/inline-10.c              |   2 +-
>  gcc/testsuite/gcc.dg/no-builtin-main.c        |   5 +
>  gcc/testsuite/gcc.dg/noreturn-4.c             |   2 +-


  parent reply	other threads:[~2022-09-30 18:15 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-30 16:45 Arsen Arsenović
2022-09-30 16:45 ` [PATCH 01/10] libstdc++: Make _GLIBCXX_HOSTED respect -ffreestanding [PR103626] Arsen Arsenović
2022-09-30 16:45 ` [PATCH 02/10] libstdc++: Filter out unconditional <stdio.h> default include Arsen Arsenović
2022-09-30 16:45 ` [PATCH 03/10] libstdc++: Adjust precompiled headers for freestanding Arsen Arsenović
2022-09-30 16:45 ` [PATCH 04/10] libstdc++: Mark headers that must be hosted as such [PR103626] Arsen Arsenović
2022-09-30 16:45 ` [PATCH 05/10] c-family: Implement new `int main' semantics in freestanding Arsen Arsenović
2022-09-30 16:45 ` [PATCH 06/10] libstdc++: Rework how freestanding install works [PR106953] Arsen Arsenović
2022-09-30 16:45 ` [PATCH 07/10] libstdc++: Make some tests work on freestanding [PR103626] Arsen Arsenović
2022-09-30 16:45 ` [PATCH 08/10] libstdc++: Add effective-target 'hosted' for testsuite [PR103626] Arsen Arsenović
2022-09-30 16:45 ` [PATCH 09/10] libstdc++: Re-enable std::hash<std::bitset> in freestanding [PR103626] Arsen Arsenović
2022-09-30 16:45 ` [PATCH 10/10] libstdc++: Disable hosted-only tests [PR103626] Arsen Arsenović
2022-09-30 18:15 ` Jonathan Wakely [this message]
2022-10-03 14:49   ` [PATCH 00/10] c-family,libstdc++: P1642 and related changes Jonathan Wakely

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=CACb0b4mdABzgv8zrgK1M5tujHb2_T7T-78Fnro9C8SvYykqhfQ@mail.gmail.com \
    --to=jwakely@redhat.com \
    --cc=arsen@aarsen.me \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=libstdc++@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).