public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: Gaius Mulley <gaius@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc/devel/modula-2] Merge branch 'master' into devel/modula-2.
Date: Mon, 26 Sep 2022 11:40:38 +0000 (GMT)	[thread overview]
Message-ID: <20220926114038.0AD9A3858289@sourceware.org> (raw)

https://gcc.gnu.org/g:92a438dee0ff601212bf1148afe24277e0e3b7a8

commit 92a438dee0ff601212bf1148afe24277e0e3b7a8
Merge: a5bebf26c9d d3df98807b5
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Mon Sep 26 12:01:08 2022 +0100

    Merge branch 'master' into devel/modula-2.

Diff:

 ChangeLog                                          |    4 +
 MAINTAINERS                                        |    1 +
 contrib/ChangeLog                                  |    5 +
 gcc/ChangeLog                                      |  513 +++++++++
 gcc/DATESTAMP                                      |    2 +-
 gcc/Makefile.in                                    |    1 +
 gcc/ada/ChangeLog                                  |   18 +-
 gcc/ada/adaint.c                                   |   13 +-
 gcc/ada/bindgen.adb                                |    9 +-
 gcc/ada/cal.c                                      |    2 -
 gcc/ada/contracts.adb                              |    2 +-
 gcc/ada/cstreams.c                                 |    8 -
 .../gnat_rm/implementation_defined_attributes.rst  |    8 +-
 .../building_executable_programs_with_gnat.rst     |   30 +-
 gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst     | 1120 +-------------------
 gcc/ada/exp_ch6.adb                                |    2 +-
 gcc/ada/expect.c                                   |    8 +-
 gcc/ada/gnat_rm.texi                               |   22 +-
 gcc/ada/gnat_ugn.texi                              |   12 +-
 gcc/ada/gsocket.h                                  |    6 -
 gcc/ada/mingw32.h                                  |   28 -
 gcc/ada/rtsfind.ads                                |  111 +-
 gcc/ada/s-oscons-tmplt.c                           |    3 -
 gcc/ada/sem_ch12.adb                               |    7 +-
 gcc/ada/sem_ch5.adb                                |    8 +-
 gcc/ada/sem_ch6.adb                                |    2 +-
 gcc/ada/sem_disp.ads                               |    2 +-
 gcc/ada/sem_util.adb                               |   24 +-
 gcc/ada/sem_warn.ads                               |    9 +-
 gcc/ada/sysdep.c                                   |    6 +-
 gcc/attribs.cc                                     |    3 +
 gcc/c-family/ChangeLog                             |   14 +
 gcc/c-family/c-common.cc                           |    2 +
 gcc/c-family/c-common.h                            |    1 +
 gcc/c-family/c-warn.cc                             |    9 +-
 gcc/c/ChangeLog                                    |   26 +
 gcc/c/c-parser.cc                                  |   12 +
 gcc/c/c-tree.h                                     |    3 +-
 gcc/c/c-typeck.cc                                  |   23 +-
 gcc/c/gimple-parser.cc                             |    5 +
 gcc/common.opt                                     |    2 +-
 gcc/common/config/riscv/riscv-common.cc            |    2 +-
 gcc/config.gcc                                     |    2 +-
 gcc/config/aarch64/aarch64-arches.def              |    3 +
 gcc/config/aarch64/aarch64-cores.def               |    3 +-
 gcc/config/aarch64/aarch64-sve-builtins.cc         |   12 +-
 gcc/config/aarch64/aarch64-tune.md                 |    2 +-
 gcc/config/aarch64/aarch64.cc                      |   40 +-
 gcc/config/aarch64/aarch64.h                       |   68 +-
 gcc/config/i386/constraints.md                     |    8 +
 gcc/config/i386/i386-expand.cc                     |  116 ++
 gcc/config/i386/i386.cc                            |   26 +-
 gcc/config/i386/mmx.md                             |    2 +-
 gcc/config/i386/predicates.md                      |   49 +
 gcc/config/i386/sse.md                             |    8 +-
 gcc/config/riscv/predicates.md                     |    3 +
 gcc/config/riscv/riscv-modes.def                   |  141 +++
 gcc/config/riscv/riscv-protos.h                    |    9 +
 gcc/config/riscv/riscv-selftests.cc                |  241 +++++
 gcc/config/riscv/riscv.cc                          |  298 +++++-
 gcc/config/riscv/riscv.h                           |   13 +-
 gcc/config/riscv/t-riscv                           |    4 +
 gcc/config/rs6000/rs6000-logue.cc                  |    2 +-
 gcc/config/rs6000/vector.md                        |    2 +-
 gcc/config/s390/s390.cc                            |   15 +-
 gcc/config/xtensa/xtensa.cc                        |  119 ++-
 gcc/configure                                      |   49 +-
 gcc/configure.ac                                   |   49 +-
 gcc/cp/ChangeLog                                   |   52 +
 gcc/cp/constraint.cc                               |    6 +
 gcc/cp/cp-objcp-common.cc                          |    2 +
 gcc/cp/cp-tree.h                                   |    4 +
 gcc/cp/cxx-pretty-print.cc                         |    6 +
 gcc/cp/decl.cc                                     |    6 +
 gcc/cp/method.cc                                   |   31 +
 gcc/cp/module.cc                                   |   35 +-
 gcc/cp/parser.cc                                   |   10 +
 gcc/cp/semantics.cc                                |    8 +
 gcc/cp/typeck2.cc                                  |    2 +-
 gcc/ctfc.cc                                        |    2 +-
 gcc/doc/invoke.texi                                |   16 +-
 gcc/doc/md.texi                                    |    2 +-
 gcc/doc/sourcebuild.texi                           |    2 +-
 gcc/fortran/ChangeLog                              |  116 ++
 gcc/fortran/expr.cc                                |    3 +-
 gcc/fortran/gfortran.texi                          |    5 +-
 gcc/fortran/interface.cc                           |   11 +-
 gcc/fortran/simplify.cc                            |    1 +
 gcc/fortran/trans-array.cc                         |    4 +-
 gcc/fortran/trans-decl.cc                          |    1 +
 gcc/fortran/trans-expr.cc                          |   83 +-
 gcc/fortran/trans-types.cc                         |   15 +-
 gcc/fortran/trans.h                                |    3 +-
 gcc/gcc.cc                                         |   26 +-
 gcc/gimple-range-edge.cc                           |    2 +-
 gcc/gimple-range-fold.cc                           |  556 +---------
 gcc/gimple-range-fold.h                            |   16 +-
 gcc/gimple-range-gori.cc                           |  134 +--
 gcc/gimple-range-gori.h                            |   27 +-
 gcc/gimple-range-infer.cc                          |    2 +-
 gcc/gimple-range-op.cc                             |  820 ++++++++++++++
 gcc/gimple-range-op.h                              |   52 +
 gcc/gimple-range.cc                                |   11 +-
 gcc/gimple-range.h                                 |    2 +-
 gcc/go/gofrontend/MERGE                            |    2 +-
 gcc/omp-expand.cc                                  |   17 +-
 gcc/omp-low.cc                                     |   20 +-
 gcc/opts.cc                                        |    2 +-
 gcc/passes.def                                     |    2 +-
 gcc/po/ChangeLog                                   |    4 +
 gcc/po/fr.po                                       |   19 +-
 gcc/range-op-float.cc                              |  298 ++++--
 gcc/range-op.cc                                    |  236 ++---
 gcc/range-op.h                                     |   17 +-
 gcc/real.cc                                        |    8 +
 gcc/testsuite/ChangeLog                            |  258 +++++
 gcc/testsuite/c-c++-common/goacc/reduction-7.c     |   22 +
 gcc/testsuite/c-c++-common/goacc/reduction-8.c     |   12 +
 gcc/testsuite/c-c++-common/gomp/pr106981.c         |    9 +
 gcc/testsuite/c-c++-common/gomp/pr107001.c         |   14 +
 gcc/testsuite/g++.dg/ext/has-builtin-1.C           |    6 +
 gcc/testsuite/g++.dg/ext/is_convertible1.C         |  269 +++++
 gcc/testsuite/g++.dg/ext/is_convertible2.C         |   46 +
 gcc/testsuite/g++.dg/ext/is_nothrow_convertible1.C |  270 +++++
 gcc/testsuite/g++.dg/ext/is_nothrow_convertible2.C |   19 +
 gcc/testsuite/g++.dg/modules/auto-3.h              |   10 +
 gcc/testsuite/g++.dg/modules/auto-3_a.H            |    4 +
 gcc/testsuite/g++.dg/modules/auto-3_b.C            |    4 +
 gcc/testsuite/g++.dg/modules/partial-2_a.C         |   43 +
 gcc/testsuite/g++.dg/modules/partial-2_b.C         |   21 +
 gcc/testsuite/g++.dg/modules/pr106761.h            |   22 +
 gcc/testsuite/g++.dg/modules/pr106761_a.H          |    5 +
 gcc/testsuite/g++.dg/modules/pr106761_b.C          |    7 +
 gcc/testsuite/g++.dg/modules/xtreme-header-2.h     |    3 +-
 gcc/testsuite/g++.dg/modules/xtreme-header-6.h     |   10 +-
 gcc/testsuite/g++.dg/modules/xtreme-header.h       |   59 +-
 gcc/testsuite/g++.dg/other/error36.C               |   13 +
 gcc/testsuite/g++.dg/torture/pr106922.C            |   48 +
 gcc/testsuite/g++.dg/tree-ssa/pr106922.C           |    5 +-
 gcc/testsuite/g++.dg/vect/pr106794.cc              |   40 +
 gcc/testsuite/g++.dg/warn/Wclass-memaccess.C       |    2 +-
 .../g++.dg/warn/Wconversion-real-integer2.C        |    2 +-
 gcc/testsuite/g++.dg/warn/Wuninitialized-33.C      |   55 +
 gcc/testsuite/gcc.dg/Wxor-used-as-pow-pr106830.c   |    6 +
 gcc/testsuite/gcc.dg/c2x-complit-1.c               |   35 +
 gcc/testsuite/gcc.dg/c2x-concat-1.c                |   31 +
 gcc/testsuite/gcc.dg/cpp/c2x-ucn-1.c               |  996 +++++++++++++++++
 gcc/testsuite/gcc.dg/tree-ssa/pr106967.c           |   16 +
 gcc/testsuite/gcc.dg/tree-ssa/pr106970.c           |    9 +
 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-100.c        |   25 +
 gcc/testsuite/gcc.dg/tsan/pr106984.c               |    7 +
 gcc/testsuite/gcc.dg/vect/pr106914.c               |   15 +
 gcc/testsuite/gcc.dg/vect/tsvc/vect-tsvc-s243.c    |    2 +-
 gcc/testsuite/gcc.dg/vect/vect-gather-5.c          |   42 +
 .../gcc.target/aarch64/advsimd-intrinsics/vld1x2.c |    2 +-
 .../gcc.target/aarch64/advsimd-intrinsics/vld1x3.c |    2 +-
 .../gcc.target/aarch64/advsimd-intrinsics/vld1x4.c |    2 +-
 .../gcc.target/i386/avx256-unaligned-load-1.c      |    4 +-
 .../gcc.target/i386/avx256-unaligned-store-1.c     |    4 +-
 .../gcc.target/i386/avx256-unaligned-store-2.c     |    4 +-
 .../gcc.target/i386/avx256-unaligned-store-3.c     |    6 +-
 gcc/testsuite/gcc.target/i386/pr106963.c           |   14 +
 gcc/testsuite/gcc.target/i386/pr106994.c           |   24 +
 gcc/testsuite/gcc.target/i386/pr53346-1.c          |   70 ++
 gcc/testsuite/gcc.target/i386/pr53346-2.c          |   59 ++
 gcc/testsuite/gcc.target/i386/pr53346-3.c          |   69 ++
 gcc/testsuite/gcc.target/i386/pr53346-4.c          |   59 ++
 gcc/testsuite/gcc.target/i386/pr94962-1.c          |   11 +
 gcc/testsuite/gcc.target/i386/pr94962-2.c          |   17 +
 gcc/testsuite/gcc.target/i386/pr94962-3.c          |   64 ++
 gcc/testsuite/gcc.target/i386/pr94962-4.c          |   49 +
 gcc/testsuite/gcc.target/powerpc/p9-extract-1.c    |    2 +-
 gcc/testsuite/gcc.target/powerpc/pr100645.c        |   13 +
 gcc/testsuite/gcc.target/powerpc/pr96072.c         |   14 +
 gcc/testsuite/gcc.target/s390/s390.exp             |    2 +-
 gcc/testsuite/gcc.target/s390/zvector/vec-cmp-2.c  |    2 +-
 gcc/testsuite/gdc.dg/torture/simd_store.d          |    2 +-
 gcc/testsuite/gfortran.dg/PR100103.f90             |   76 ++
 gcc/testsuite/gfortran.dg/PR100132.f90             |   75 ++
 .../gfortran.dg/actual_array_offset_1.f90          |    2 +-
 gcc/testsuite/gfortran.dg/associate_26a.f90        |   15 +
 gcc/testsuite/gfortran.dg/assumed_type_16.f90      |   14 +
 gcc/testsuite/gfortran.dg/assumed_type_17.f90      |   18 +
 gcc/testsuite/gfortran.dg/c-interop/c407b-2.f90    |    2 +-
 gcc/testsuite/gfortran.dg/ieee/rounding_3.f90      |   27 +
 gcc/testsuite/gfortran.dg/intent_optimize_10.f90   |   66 ++
 gcc/testsuite/gfortran.dg/intent_optimize_4.f90    |   43 +
 gcc/testsuite/gfortran.dg/intent_optimize_5.f90    |   24 +
 gcc/testsuite/gfortran.dg/intent_optimize_6.f90    |   34 +
 gcc/testsuite/gfortran.dg/intent_optimize_7.f90    |   45 +
 gcc/testsuite/gfortran.dg/intent_optimize_8.f90    |   45 +
 gcc/testsuite/gfortran.dg/intent_optimize_9.f90    |   42 +
 gcc/testsuite/gfortran.dg/intent_out_15.f90        |   27 +
 gcc/testsuite/gfortran.dg/pdt_15.f03               |    2 +-
 gcc/testsuite/gfortran.dg/pointer_array_8.f90      |    4 +-
 gcc/testsuite/gfortran.dg/pr106985.f90             |    8 +
 gcc/testsuite/gfortran.dg/pr106986.f90             |    8 +
 gcc/testsuite/lib/scanasm.exp                      |    7 +-
 gcc/testsuite/selftests/riscv/empty-func.rtl       |    8 +
 gcc/tree-data-ref.cc                               |    6 +-
 gcc/tree-ssa-dse.cc                                |   51 +-
 gcc/tree-ssa-sccvn.cc                              |  144 ++-
 gcc/tree-ssa-threadbackward.cc                     |   20 +-
 gcc/tree-vect-data-refs.cc                         |    1 +
 gcc/tree-vect-loop.cc                              |    5 +-
 gcc/tree-vect-slp.cc                               |   30 +-
 gcc/tree-vrp.cc                                    |    6 +-
 gcc/tsan.cc                                        |   13 +-
 gcc/value-query.cc                                 |    6 +-
 gcc/value-range-pretty-print.cc                    |   19 +-
 gcc/value-range-pretty-print.h                     |    1 +
 gcc/value-range.cc                                 |  110 +-
 gcc/value-range.h                                  |   95 +-
 libgcc/ChangeLog                                   |    7 +
 libgcc/unwind-dw2-fde.c                            |    4 +-
 libgfortran/ChangeLog                              |   10 +
 libgfortran/gfortran.map                           |    6 +
 libgfortran/ieee/ieee_arithmetic.F90               |   12 +-
 libgo/go/cmd/cgo/gcc.go                            |   77 +-
 libgo/go/cmd/cgo/main.go                           |    1 -
 libgo/go/cmd/cgo/out.go                            |   13 +-
 libgo/go/cmd/go/internal/load/pkg.go               |    8 +-
 libgo/go/runtime/cgo/cgo.go                        |   18 +
 libgomp/ChangeLog                                  |    5 +
 libgomp/testsuite/libgomp.c-c++-common/pr106981.c  |   19 +
 libiberty/ChangeLog                                |    4 +
 libiberty/README                                   |    2 +-
 libstdc++-v3/ChangeLog                             |  204 ++++
 .../doc/xml/manual/documentation_hacking.xml       |    4 +-
 .../doc/xml/manual/policy_data_structures.xml      |   12 +-
 libstdc++-v3/include/bits/alloc_traits.h           |    4 +-
 libstdc++-v3/include/bits/ptr_traits.h             |   27 +-
 libstdc++-v3/include/bits/ranges_base.h            |    1 +
 libstdc++-v3/include/c_compatibility/stdlib.h      |    3 +
 libstdc++-v3/include/debug/bitset                  |   43 +-
 libstdc++-v3/include/experimental/type_traits      |   24 +-
 libstdc++-v3/include/std/bitset                    |  255 +++--
 libstdc++-v3/include/std/type_traits               |   72 +-
 libstdc++-v3/include/std/version                   |    1 +
 libstdc++-v3/python/libstdcxx/v6/printers.py       |    5 -
 .../17_intro/headers/c++1998/all_attributes.cc     |    5 -
 .../17_intro/headers/c++2011/all_attributes.cc     |    5 -
 .../17_intro/headers/c++2014/all_attributes.cc     |    5 -
 .../17_intro/headers/c++2017/all_attributes.cc     |    5 -
 .../17_intro/headers/c++2020/all_attributes.cc     |    5 -
 libstdc++-v3/testsuite/17_intro/names.cc           |    1 +
 .../18_support/uncaught_exception/14026.cc         |    2 +-
 .../{23_containers => 20_util}/bitset/18604.cc     |    0
 .../{23_containers => 20_util}/bitset/45713.cc     |    0
 .../testsuite/20_util/bitset/access/constexpr.cc   |   57 +
 .../to_string => 20_util/bitset/access}/dr396.cc   |    0
 .../1.cc => 20_util/bitset/access/to_string.cc}    |    0
 .../1.cc => 20_util/bitset/access/to_ullong.cc}    |    0
 .../1.cc => 20_util/bitset/access/to_ulong.cc}     |    0
 .../{23_containers => 20_util}/bitset/cons/1.cc    |    0
 .../bitset/cons/16020.cc                           |    0
 .../{23_containers => 20_util}/bitset/cons/2.cc    |    0
 .../{23_containers => 20_util}/bitset/cons/3.cc    |    0
 .../bitset/cons/38244.cc                           |    0
 .../bitset/cons/50268.cc                           |    0
 .../{23_containers => 20_util}/bitset/cons/6282.cc |    0
 .../bitset/cons/constexpr.cc                       |    0
 .../20_util/bitset/cons/constexpr_c++23.cc         |   55 +
 .../bitset/cons/dr1325-1.cc                        |    0
 .../bitset/cons/dr1325-2.cc                        |    0
 .../bitset/cons/dr396.cc                           |    0
 .../testsuite/20_util/bitset/count/constexpr.cc    |   93 ++
 .../bitset/debug/invalidation/1.cc                 |    0
 .../{23_containers => 20_util}/bitset/ext/15361.cc |    0
 .../testsuite/20_util/bitset/ext/constexpr.cc      |   32 +
 .../{23_containers => 20_util}/bitset/hash/1.cc    |    0
 .../input/1.cc => 20_util/bitset/io/input.cc}      |    2 +-
 .../count => 20_util/bitset/observers}/6124.cc     |    0
 .../all/1.cc => 20_util/bitset/observers/all.cc}   |    0
 .../test/1.cc => 20_util/bitset/observers/test.cc} |    0
 .../bitset/operations/1.cc                         |    0
 .../bitset/operations/13838.cc                     |    0
 .../bitset/operations/2.cc                         |    0
 .../bitset/operations/96303.cc                     |    0
 .../bitset/operations/constexpr-2.cc               |    0
 .../bitset/operations/constexpr.cc                 |    0
 .../20_util/bitset/operations/constexpr_c++23.cc   |   31 +
 .../bitset/requirements/constexpr_functions.cc     |    0
 .../requirements/explicit_instantiation/1.cc       |    0
 .../requirements/explicit_instantiation/1_c++0x.cc |    0
 libstdc++-v3/testsuite/20_util/bitset/version.cc   |   10 +
 libstdc++-v3/testsuite/20_util/function/91456.cc   |    3 +
 .../headers/bitset/synopsis.cc                     |    9 +
 .../testsuite/20_util/headers/memory/synopsis.cc   |   66 +-
 .../20_util/is_assignable/requirements/access.cc   |   22 +
 .../testsuite/20_util/is_invocable/91456.cc        |   10 +-
 .../20_util/is_nothrow_convertible/value.cc        |    2 -
 .../value_ext.cc => is_nothrow_invocable/91456.cc} |   19 +-
 293 files changed, 8376 insertions(+), 3031 deletions(-)

             reply	other threads:[~2022-09-26 11:40 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-26 11:40 Gaius Mulley [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-14 12:30 Gaius Mulley
2022-12-07 19:51 Gaius Mulley
2022-12-01  0:32 Gaius Mulley
2022-11-18 12:25 Gaius Mulley
2022-11-15 23:00 Gaius Mulley
2022-11-02 23:24 Gaius Mulley
2022-10-22  1:58 Gaius Mulley
2022-10-12 12:57 Gaius Mulley
2022-10-04 11:47 Gaius Mulley
2022-09-20 15:20 Gaius Mulley
2022-09-14 18:58 Gaius Mulley
2022-09-12 20:46 Gaius Mulley
2022-09-08 15:03 Gaius Mulley
2022-09-02 15:27 Gaius Mulley
2022-08-29 13:42 Gaius Mulley
2022-08-25 22:53 Gaius Mulley
2022-08-12  8:40 Gaius Mulley
2022-08-08 12:01 Gaius Mulley
2022-07-29 16:23 Gaius Mulley
2022-07-26  0:28 Gaius Mulley
2022-07-11 23:17 Gaius Mulley
2022-07-06 20:03 Gaius Mulley
2022-05-30 13:25 Gaius Mulley
2022-05-23 22:02 Gaius Mulley
2022-05-20  1:41 Gaius Mulley
2022-05-15 22:44 Gaius Mulley
2022-05-12  9:02 Gaius Mulley
2022-05-10 11:05 Gaius Mulley
2022-05-06 12:28 Gaius Mulley
2022-05-05 19:37 Gaius Mulley
2022-05-03 12:08 Gaius Mulley
2022-04-29 20:01 Gaius Mulley
2022-04-29 15:22 Gaius Mulley
2022-04-28 15:14 Gaius Mulley
2022-04-27 11:17 Gaius Mulley
2022-04-26 17:23 Gaius Mulley
2022-04-25 19:40 Gaius Mulley
2022-04-22  8:09 Gaius Mulley
2022-04-20 11:35 Gaius Mulley
2022-04-01 19:20 Gaius Mulley
2022-03-24 23:10 Gaius Mulley
2022-03-16 20:33 Gaius Mulley
2022-03-02 18:47 Gaius Mulley
2022-02-14 17:00 Gaius Mulley
2022-02-05 13:34 Gaius Mulley
2022-01-29 11:11 Gaius Mulley
2022-01-25 18:58 Gaius Mulley
2022-01-21 20:48 Gaius Mulley
2022-01-20 12:42 Gaius Mulley
2022-01-18 13:54 Gaius Mulley
2022-01-14  0:26 Gaius Mulley
2022-01-06 21:41 Gaius Mulley
2021-12-19  1:19 Gaius Mulley
2021-12-09 21:59 Gaius Mulley
2021-11-27 13:22 Gaius Mulley
2021-11-19 18:30 Gaius Mulley
2021-11-07 15:22 Gaius Mulley
2021-10-27  8:45 Gaius Mulley
2021-10-19 22:57 Gaius Mulley
2021-10-08 14:03 Gaius Mulley
2021-09-16 12:03 Gaius Mulley
2021-09-14 11:39 Gaius Mulley
2021-09-02 15:49 Gaius Mulley
2021-08-27  0:43 Gaius Mulley
2021-08-18 14:24 Gaius Mulley
2021-08-10 13:57 Gaius Mulley
2021-07-28 18:59 Gaius Mulley

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=20220926114038.0AD9A3858289@sourceware.org \
    --to=gaius@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    --cc=libstdc++-cvs@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).