public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/egallager/heads/CI)] Merge branch 'me/CI' of github.com:cooljeanius/gcc into me/CI
@ 2023-10-16  8:27 Eric Gallager
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Gallager @ 2023-10-16  8:27 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2f81295d8b6683899a38f78efbcb186273193bac

commit 2f81295d8b6683899a38f78efbcb186273193bac
Merge: 646365856cd 6129fa551c2
Author: Eric Gallager <egallager@gcc.gnu.org>
Date:   Mon Oct 16 04:26:27 2023 -0400

    Merge branch 'me/CI' of github.com:cooljeanius/gcc into me/CI

Diff:

 ChangeLog                                          |   5 +
 Makefile.def                                       |   1 +
 Makefile.in                                        |   1 +
 gcc/ChangeLog                                      |  94 ++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/c-family/ChangeLog                             |   7 +
 gcc/c-family/c-warn.cc                             |   2 +-
 gcc/combine.cc                                     |   4 +-
 gcc/config/i386/i386-expand.cc                     |   6 +
 gcc/config/i386/i386.md                            |  38 +++
 gcc/config/i386/mmx.md                             | 355 +++++++++++++++++--
 gcc/config/i386/sse.md                             |  72 +++-
 gcc/config/riscv/vector-iterators.md               |   2 +-
 gcc/cp/ChangeLog                                   |   6 +
 gcc/d/ChangeLog                                    |  29 ++
 gcc/d/d-builtins.cc                                |   3 +-
 gcc/d/d-diagnostic.cc                              |   5 +-
 gcc/d/d-lang.cc                                    | 169 ++++++----
 gcc/d/dmd/MERGE                                    |   2 +-
 gcc/d/dmd/VERSION                                  |   2 +-
 gcc/d/dmd/attrib.d                                 |   2 +-
 gcc/d/dmd/blockexit.d                              | 107 +++---
 gcc/d/dmd/canthrow.d                               |   2 +-
 gcc/d/dmd/chkformat.d                              |  32 +-
 gcc/d/dmd/clone.d                                  |  20 +-
 gcc/d/dmd/cond.d                                   |   2 +-
 gcc/d/dmd/cparse.d                                 |  11 +-
 gcc/d/dmd/cppmangle.d                              |   2 -
 gcc/d/dmd/ctfeexpr.d                               |   6 +-
 gcc/d/dmd/dcast.d                                  |  13 +-
 gcc/d/dmd/dclass.d                                 |   6 +-
 gcc/d/dmd/declaration.d                            |   7 +-
 gcc/d/dmd/delegatize.d                             |   1 -
 gcc/d/dmd/denum.d                                  |   2 -
 gcc/d/dmd/dinterpret.d                             |  14 +-
 gcc/d/dmd/dmacro.d                                 |  56 ++-
 gcc/d/dmd/dmodule.d                                |   4 +-
 gcc/d/dmd/doc.d                                    | 353 +++++++++----------
 gcc/d/dmd/doc.h                                    |   3 +-
 gcc/d/dmd/dscope.d                                 |   1 +
 gcc/d/dmd/dstruct.d                                |   1 +
 gcc/d/dmd/dsymbol.d                                |   1 +
 gcc/d/dmd/dsymbolsem.d                             |  58 +++-
 gcc/d/dmd/dtemplate.d                              |  24 +-
 gcc/d/dmd/dtoh.d                                   |  10 +-
 gcc/d/dmd/errors.h                                 |   3 +-
 gcc/d/dmd/errorsink.d                              |   1 +
 gcc/d/dmd/escape.d                                 |  40 ++-
 gcc/d/dmd/expression.d                             |  47 +--
 gcc/d/dmd/expression.h                             |   3 +-
 gcc/d/dmd/expressionsem.d                          | 109 +++---
 gcc/d/dmd/func.d                                   |  21 +-
 gcc/d/dmd/globals.d                                |  33 +-
 gcc/d/dmd/globals.h                                |  35 +-
 gcc/d/dmd/hdrgen.d                                 | 375 +++++++++++----------
 gcc/d/dmd/hdrgen.h                                 |   4 +-
 gcc/d/dmd/iasmgcc.d                                |   2 +-
 gcc/d/dmd/id.d                                     |   2 +
 gcc/d/dmd/init.d                                   |   2 +-
 gcc/d/dmd/initsem.d                                |  31 +-
 gcc/d/dmd/json.d                                   |  23 +-
 gcc/d/dmd/json.h                                   |   2 +-
 gcc/d/dmd/lexer.d                                  |  88 ++++-
 gcc/d/dmd/location.d                               |  20 +-
 gcc/d/dmd/module.h                                 |   2 +-
 gcc/d/dmd/mtype.d                                  |  55 ++-
 gcc/d/dmd/mtype.h                                  |   5 +-
 gcc/d/dmd/opover.d                                 |   8 +-
 gcc/d/dmd/optimize.d                               |  28 +-
 gcc/d/dmd/parse.d                                  | 110 ++++--
 gcc/d/dmd/printast.d                               |   2 +-
 gcc/d/dmd/safe.d                                   |  23 +-
 gcc/d/dmd/semantic2.d                              |  53 +++
 gcc/d/dmd/semantic3.d                              |  14 +-
 gcc/d/dmd/statement.d                              | 117 +------
 gcc/d/dmd/statement.h                              |   3 +-
 gcc/d/dmd/statementsem.d                           | 293 ++++++++--------
 gcc/d/dmd/tokens.d                                 |  22 +-
 gcc/d/dmd/tokens.h                                 |   1 +
 gcc/d/dmd/traits.d                                 |   2 +-
 gcc/d/dmd/typesem.d                                |  19 +-
 gcc/d/dmd/utils.d                                  |  24 +-
 gcc/d/expr.cc                                      |  15 +-
 gcc/d/modules.cc                                   |   9 +-
 gcc/doc/invoke.texi                                |  27 +-
 gcc/fortran/ChangeLog                              |  30 ++
 gcc/fortran/scanner.cc                             |   4 +-
 gcc/m2/ChangeLog                                   |   4 +
 gcc/m2/Make-lang.in                                |   6 +
 gcc/optabs.cc                                      |  47 +--
 gcc/testsuite/ChangeLog                            |  34 ++
 .../gcc.target/i386/part-vect-hf-convert-1.c       | 111 ++++++
 gcc/testsuite/gcc.target/i386/part-vect-roundhf.c  | 217 ++++++++++++
 gcc/testsuite/gcc.target/i386/part-vect-sqrtph-1.c |  20 ++
 gcc/testsuite/gdc.dg/analyzer/analyzer.exp         |  51 +++
 gcc/testsuite/gdc.dg/analyzer/pr111537.d           |   7 +
 .../gdc.test/compilable/dtoh_StructDeclaration.d   |  15 +
 gcc/testsuite/gdc.test/compilable/dtoh_functions.d |   4 +-
 gcc/testsuite/gdc.test/compilable/issue22682.d     |   8 +
 gcc/testsuite/gdc.test/compilable/obsolete_body.d  |   5 +
 .../gdc.test/compilable/shortened_methods.d        |   5 +
 gcc/testsuite/gdc.test/compilable/test23145.d      |  13 +-
 gcc/testsuite/gdc.test/compilable/test24066.d      |  11 +
 gcc/testsuite/gdc.test/compilable/test24107.d      |  17 +
 gcc/testsuite/gdc.test/compilable/test24109.d      |  17 +
 gcc/testsuite/gdc.test/compilable/test24118.d      |  15 +
 gcc/testsuite/gdc.test/fail_compilation/aa_init.d  |  16 +
 gcc/testsuite/gdc.test/fail_compilation/body.d     |  11 -
 .../gdc.test/fail_compilation/chkformat.d          |   2 +
 .../gdc.test/fail_compilation/dephexstrings.d      |   9 -
 .../gdc.test/fail_compilation/diag10169.d          |   3 +-
 .../gdc.test/fail_compilation/diag10783.d          |   5 +-
 .../gdc.test/fail_compilation/diag12063.d          |  42 ++-
 .../gdc.test/fail_compilation/diag12829.d          |  13 +-
 .../gdc.test/fail_compilation/diag13609a.d         |   7 +-
 .../gdc.test/fail_compilation/diag14145.d          |   9 +-
 .../gdc.test/fail_compilation/diag15713.d          |   9 +-
 gcc/testsuite/gdc.test/fail_compilation/diag3913.d |   6 +-
 gcc/testsuite/gdc.test/fail_compilation/diag5385.d |  24 +-
 gcc/testsuite/gdc.test/fail_compilation/diag7477.d |   4 +-
 gcc/testsuite/gdc.test/fail_compilation/diag8697.d |   3 +-
 gcc/testsuite/gdc.test/fail_compilation/diag8894.d |  12 +-
 .../fail_compilation/dip1000_deprecation.d         |  19 +-
 gcc/testsuite/gdc.test/fail_compilation/dip22a.d   |  12 +-
 .../gdc.test/fail_compilation/enum_function.d      |   9 +-
 .../gdc.test/fail_compilation/fail10528.d          |  20 +-
 .../gdc.test/fail_compilation/fail10534.d          |  32 +-
 gcc/testsuite/gdc.test/fail_compilation/fail109.d  |   2 +-
 gcc/testsuite/gdc.test/fail_compilation/fail121.d  |   5 +-
 gcc/testsuite/gdc.test/fail_compilation/fail136.d  |   2 +-
 .../gdc.test/fail_compilation/fail17570.d          |   7 +-
 .../gdc.test/fail_compilation/fail17969.d          |   3 +-
 .../gdc.test/fail_compilation/fail18219.d          |   9 +-
 .../gdc.test/fail_compilation/fail18892.d          |   6 +-
 .../gdc.test/fail_compilation/fail18970.d          |  10 +-
 .../gdc.test/fail_compilation/fail18979.d          |   3 +-
 gcc/testsuite/gdc.test/fail_compilation/fail1900.d |   6 +-
 .../gdc.test/fail_compilation/fail19076.d          |   5 +-
 .../gdc.test/fail_compilation/fail19103.d          |   8 +-
 gcc/testsuite/gdc.test/fail_compilation/fail196.d  |  49 +--
 .../gdc.test/fail_compilation/fail20637.d          |   3 +-
 .../gdc.test/fail_compilation/fail22054.d          |  10 +-
 .../gdc.test/fail_compilation/fail22529.d          |   2 +-
 .../gdc.test/fail_compilation/fail23109.d          |   2 +
 gcc/testsuite/gdc.test/fail_compilation/fail61.d   |  11 +-
 gcc/testsuite/gdc.test/fail_compilation/fail7861.d |   3 +-
 gcc/testsuite/gdc.test/fail_compilation/fail9.d    |   3 +-
 .../gdc.test/fail_compilation/fail_scope.d         |  30 +-
 .../gdc.test/fail_compilation/faildottypeinfo.d    |   5 +-
 .../gdc.test/fail_compilation/fnconstraint.d       |  11 +-
 .../gdc.test/fail_compilation/goto_skip.d          |  57 ++++
 gcc/testsuite/gdc.test/fail_compilation/ice10713.d |   3 +-
 gcc/testsuite/gdc.test/fail_compilation/ice10938.d |   5 +-
 gcc/testsuite/gdc.test/fail_compilation/ice11518.d |   6 +-
 gcc/testsuite/gdc.test/fail_compilation/ice11982.d |  20 +-
 gcc/testsuite/gdc.test/fail_compilation/ice8100.d  |   7 +-
 .../gdc.test/fail_compilation/issue12652.d         |  24 --
 .../gdc.test/fail_compilation/issue22682.d         |  18 +
 gcc/testsuite/gdc.test/fail_compilation/lexer1.d   |   4 +-
 gcc/testsuite/gdc.test/fail_compilation/lexer2.d   |   8 +-
 gcc/testsuite/gdc.test/fail_compilation/main.d     |   9 +
 .../gdc.test/fail_compilation/match_func_ptr.d     |  17 +
 .../fail_compilation/misc_parser_err_cov1.d        |   3 +-
 gcc/testsuite/gdc.test/fail_compilation/nogc3.d    |  18 +-
 .../gdc.test/fail_compilation/noreturn_expr.d      |  16 +
 .../gdc.test/fail_compilation/noreturn_expr2.d     |  14 +
 .../gdc.test/fail_compilation/operator_undefined.d |  20 ++
 gcc/testsuite/gdc.test/fail_compilation/parseStc.d |   6 +-
 gcc/testsuite/gdc.test/fail_compilation/retscope.d |   2 +-
 gcc/testsuite/gdc.test/fail_compilation/skip.d     |   6 +-
 .../gdc.test/fail_compilation/switch_skip.d        |  48 +++
 gcc/testsuite/gdc.test/fail_compilation/switches.d |  68 +---
 .../gdc.test/fail_compilation/test13536.d          |   7 +-
 .../gdc.test/fail_compilation/test15785.d          |   5 +-
 .../gdc.test/fail_compilation/test15897.d          |   3 +-
 .../gdc.test/fail_compilation/test16188.d          |   1 +
 .../gdc.test/fail_compilation/test16193.d          |   5 +-
 .../gdc.test/fail_compilation/test16365.d          |   9 +-
 .../gdc.test/fail_compilation/test17380spec.d      |   7 +-
 .../gdc.test/fail_compilation/test20655.d          |  32 ++
 .../gdc.test/fail_compilation/test21353.d          |  13 +-
 .../gdc.test/fail_compilation/test21912.d          |  20 +-
 .../gdc.test/fail_compilation/test22329.d          |   3 +-
 .../gdc.test/fail_compilation/test23112.d          |   3 +-
 .../gdc.test/fail_compilation/test24015.d          |  20 ++
 .../gdc.test/fail_compilation/test24036.d          |  21 ++
 .../gdc.test/fail_compilation/test24065.d          |  18 +
 .../gdc.test/fail_compilation/test24084.d          |  28 ++
 .../gdc.test/fail_compilation/test24110.d          |  12 +
 .../gdc.test/fail_compilation/testOpApply.d        |  16 +-
 gcc/testsuite/gdc.test/fail_compilation/testsemi.d |   3 +-
 gcc/testsuite/gdc.test/runnable/staticaa.d         | 126 +++++++
 gcc/testsuite/gdc.test/runnable/test24078.d        |   6 +
 gcc/testsuite/gdc.test/runnable/test24139.d        |  25 ++
 gcc/testsuite/lib/gdc-utils.exp                    |   3 +
 gcc/tree-ssa-loop-niter.cc                         |  10 +-
 gcc/value-range-pretty-print.cc                    |   9 +-
 gcc/value-range.cc                                 |   9 +-
 gcc/wide-int-print.cc                              |  24 +-
 gcc/wide-int-print.h                               |  36 ++
 gcc/wide-int.cc                                    |  12 +-
 libgomp/ChangeLog                                  |  37 ++
 libgomp/libgomp.texi                               | 186 +++++-----
 libgomp/testsuite/libgomp.fortran/allocate-6.f90   |   5 +-
 libphobos/ChangeLog                                |  12 +
 libphobos/libdruntime/MERGE                        |   2 +-
 libphobos/libdruntime/Makefile.am                  |   6 +-
 libphobos/libdruntime/Makefile.in                  |  37 +-
 libphobos/libdruntime/core/internal/newaa.d        | 144 ++++++++
 libphobos/libdruntime/core/stdc/math.d             |  13 +-
 libphobos/libdruntime/core/stdcpp/string.d         |   6 +-
 libphobos/libdruntime/core/sys/posix/fcntl.d       |  21 ++
 libphobos/libdruntime/core/sys/posix/signal.d      |  22 +-
 .../libdruntime/core/sys/posix/sys/resource.d      |  35 +-
 libphobos/libdruntime/core/sys/windows/sql.d       |   4 +
 libphobos/libdruntime/core/sys/windows/sqlext.d    |   4 +
 libphobos/libdruntime/core/sys/windows/sqltypes.d  |   4 +
 libphobos/libdruntime/core/sys/windows/sqlucode.d  |   4 +
 libphobos/libdruntime/core/sys/windows/winnt.d     |   2 +-
 libphobos/libdruntime/object.d                     |   8 +
 libphobos/libdruntime/rt/aaA.d                     |  19 ++
 libphobos/libdruntime/rt/minfo.d                   |  14 +-
 libphobos/src/MERGE                                |   2 +-
 libphobos/src/std/int128.d                         |  46 ++-
 libphobos/src/std/string.d                         |   1 +
 libphobos/testsuite/libphobos.hash/test_hash.d     |   4 +-
 libphobos/testsuite/libphobos.phobos/phobos.exp    |   2 +-
 .../libphobos.phobos_shared/phobos_shared.exp      |   2 +-
 228 files changed, 4135 insertions(+), 1691 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gcc(refs/users/egallager/heads/CI)] Merge branch 'me/CI' of github.com:cooljeanius/gcc into me/CI
@ 2023-10-28 17:49 Eric Gallager
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Gallager @ 2023-10-28 17:49 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0b38d181dea8db3d32b19a64545230bd984576b6

commit 0b38d181dea8db3d32b19a64545230bd984576b6
Merge: a9b9ba371899 3ab36d8b8073
Author: Eric Gallager <egallager@gcc.gnu.org>
Date:   Sat Oct 28 13:47:48 2023 -0400

    Merge branch 'me/CI' of github.com:cooljeanius/gcc into me/CI

Diff:

 .github/workflows/linux.yaml                       |   2 +
 gcc/ChangeLog                                      | 489 +++++++++++
 gcc/DATESTAMP                                      |   2 +-
 gcc/Makefile.in                                    |   1 +
 gcc/c/ChangeLog                                    |  17 +
 gcc/c/c-decl.cc                                    |  24 +-
 gcc/c/c-typeck.cc                                  |   3 +
 gcc/cfgbuild.cc                                    |  95 ++-
 gcc/cfgbuild.h                                     |   1 +
 gcc/common.opt                                     |   4 +
 gcc/common/config/i386/cpuinfo.h                   |  14 +
 gcc/common/config/i386/i386-common.cc              |   6 +
 gcc/common/config/i386/i386-cpuinfo.h              |   2 +
 gcc/config.gcc                                     |   2 +-
 gcc/config.in                                      |   6 +
 gcc/config/aarch64/aarch64-simd.md                 | 116 ++-
 gcc/config/aarch64/aarch64.cc                      | 229 +++---
 gcc/config/aarch64/aarch64.h                       |   9 +-
 gcc/config/arc/arc.md                              |  16 +
 gcc/config/darwin.cc                               |  34 +-
 gcc/config/i386/driver-i386.cc                     |  89 +-
 gcc/config/i386/i386-c.cc                          |  14 +
 gcc/config/i386/i386-options.cc                    |   8 +-
 gcc/config/i386/i386.cc                            |   9 +-
 gcc/config/i386/i386.h                             |   5 +
 gcc/config/i386/i386.opt                           |   2 +-
 gcc/config/i386/mmx.md                             | 152 +++-
 gcc/config/i386/x86-tune.def                       | 113 ++-
 gcc/config/loongarch/loongarch.cc                  |   3 +-
 gcc/config/loongarch/loongarch.h                   |   5 -
 gcc/config/loongarch/loongarch.md                  |   2 +-
 gcc/config/nvptx/nvptx.cc                          |   5 +-
 gcc/config/pru/pru.cc                              |  36 +
 gcc/config/riscv/riscv-protos.h                    |   5 +-
 gcc/config/riscv/riscv-string.cc                   | 155 ++++
 gcc/config/riscv/riscv-v.cc                        |  85 ++
 gcc/config/riscv/riscv-vector-costs.cc             | 125 ++-
 gcc/config/riscv/riscv.cc                          | 155 ----
 gcc/config/s390/vector.md                          |  16 +-
 gcc/configure                                      |  33 +
 gcc/configure.ac                                   |   8 +
 gcc/cp/ChangeLog                                   |  51 ++
 gcc/cp/constexpr.cc                                |  19 +-
 gcc/cp/constraint.cc                               |   3 +-
 gcc/cp/cp-gimplify.cc                              |  52 +-
 gcc/cp/cp-tree.h                                   |  12 +-
 gcc/cp/mangle.cc                                   |  85 +-
 gcc/cp/parser.cc                                   |  30 +-
 gcc/cp/pt.cc                                       |   4 +-
 gcc/cp/semantics.cc                                |  25 +-
 gcc/cp/typeck2.cc                                  |  10 +-
 gcc/cse.cc                                         |   7 +
 gcc/d/ChangeLog                                    |  53 ++
 gcc/d/d-diagnostic.cc                              |   4 +-
 gcc/d/d-lang.cc                                    |  86 +-
 gcc/d/d-tree.h                                     |   3 +-
 gcc/d/decl.cc                                      |   4 +-
 gcc/d/dmd/MERGE                                    |   2 +-
 gcc/d/dmd/access.d                                 |   3 +-
 gcc/d/dmd/aggregate.d                              |  11 +-
 gcc/d/dmd/aggregate.h                              |   1 +
 gcc/d/dmd/arrayop.d                                |  11 +-
 gcc/d/dmd/attrib.d                                 |   7 +-
 gcc/d/dmd/blockexit.d                              |  19 +-
 gcc/d/dmd/canthrow.d                               |  43 +-
 gcc/d/dmd/clone.d                                  |   2 +-
 gcc/d/dmd/compiler.d                               |   1 -
 gcc/d/dmd/cond.d                                   |   4 +
 gcc/d/dmd/constfold.d                              |  18 +-
 gcc/d/dmd/cparse.d                                 |   5 +-
 gcc/d/dmd/cppmangle.d                              |  10 +-
 gcc/d/dmd/ctfe.h                                   |   1 -
 gcc/d/dmd/ctfeexpr.d                               |   8 +-
 gcc/d/dmd/dcast.d                                  |  53 +-
 gcc/d/dmd/dclass.d                                 |  58 +-
 gcc/d/dmd/declaration.d                            |  16 +-
 gcc/d/dmd/denum.d                                  |   5 +-
 gcc/d/dmd/dimport.d                                |   2 +-
 gcc/d/dmd/dinterpret.d                             | 296 +++----
 gcc/d/dmd/dmangle.d                                |  20 +-
 gcc/d/dmd/dmodule.d                                |  44 +-
 gcc/d/dmd/doc.d                                    |   2 +-
 gcc/d/dmd/dstruct.d                                |   2 +-
 gcc/d/dmd/dsymbol.d                                |  87 +-
 gcc/d/dmd/dsymbol.h                                |   4 -
 gcc/d/dmd/dsymbolsem.d                             | 306 +++----
 gcc/d/dmd/dtemplate.d                              |  69 +-
 gcc/d/dmd/dtoh.d                                   |  20 +
 gcc/d/dmd/dversion.d                               |  13 +-
 gcc/d/dmd/expression.d                             | 336 +++-----
 gcc/d/dmd/expression.h                             |   6 +-
 gcc/d/dmd/expressionsem.d                          | 439 +++++-----
 gcc/d/dmd/func.d                                   |  36 +-
 gcc/d/dmd/globals.d                                |  57 +-
 gcc/d/dmd/globals.h                                |  48 +-
 gcc/d/dmd/hdrgen.d                                 | 760 +++++++++--------
 gcc/d/dmd/iasm.d                                   |   1 +
 gcc/d/dmd/id.d                                     |   2 +
 gcc/d/dmd/importc.d                                |   5 +-
 gcc/d/dmd/init.d                                   |   8 -
 gcc/d/dmd/init.h                                   |   2 -
 gcc/d/dmd/initsem.d                                |  31 +-
 gcc/d/dmd/json.d                                   |   4 +-
 gcc/d/dmd/lexer.d                                  |  75 +-
 gcc/d/dmd/mtype.d                                  |   6 +-
 gcc/d/dmd/mustuse.d                                |   3 +-
 gcc/d/dmd/nogc.d                                   |   4 +-
 gcc/d/dmd/nspace.d                                 |   3 +-
 gcc/d/dmd/ob.d                                     |  20 +-
 gcc/d/dmd/objc.d                                   |  32 +-
 gcc/d/dmd/opover.d                                 |  32 +-
 gcc/d/dmd/optimize.d                               |  53 +-
 gcc/d/dmd/parse.d                                  |  15 +-
 gcc/d/dmd/root/filename.d                          |   7 +-
 gcc/d/dmd/root/rootobject.d                        |   6 +-
 gcc/d/dmd/semantic2.d                              |  34 +-
 gcc/d/dmd/semantic3.d                              |  48 +-
 gcc/d/dmd/sideeffect.d                             |   9 +-
 gcc/d/dmd/statement.d                              | 167 +---
 gcc/d/dmd/statement.h                              |   8 +-
 gcc/d/dmd/statementsem.d                           | 192 ++++-
 gcc/d/dmd/staticcond.d                             |   3 +-
 gcc/d/dmd/traits.d                                 | 104 +--
 gcc/d/dmd/typesem.d                                |  42 +-
 gcc/d/dmd/typinf.d                                 |   4 +
 gcc/d/expr.cc                                      |   3 +
 gcc/d/intrinsics.cc                                |  47 +-
 gcc/d/intrinsics.def                               | 128 +--
 gcc/diagnostic-core.h                              |   3 +
 gcc/diagnostic.cc                                  |  82 +-
 gcc/doc/extend.texi                                |   6 +
 gcc/doc/invoke.texi                                |  57 +-
 gcc/explow.cc                                      |   5 +-
 gcc/expr.cc                                        |  16 +-
 gcc/fold-const.cc                                  | 120 ++-
 gcc/fold-mem-offsets.cc                            | 901 +++++++++++++++++++++
 gcc/fortran/ChangeLog                              |  17 +
 gcc/fortran/frontend-passes.cc                     |   2 +-
 gcc/fortran/intrinsic.texi                         |  27 +-
 gcc/function.cc                                    |   4 +
 gcc/gimple-fold.cc                                 |   6 +-
 gcc/gimple-range-fold.cc                           |   4 +-
 gcc/gimple-ssa-warn-access.cc                      |   2 +-
 gcc/gimplify.cc                                    |  18 +-
 gcc/m2/ChangeLog                                   | 183 +++++
 gcc/m2/Make-lang.in                                | 201 +++--
 gcc/m2/README                                      |  21 -
 gcc/m2/gm2-compiler/M2Comp.mod                     | 876 ++++++++++++++++----
 gcc/m2/gm2-compiler/M2GCCDeclare.mod               |  11 +-
 gcc/m2/gm2-compiler/M2Options.def                  | 171 ++--
 gcc/m2/gm2-compiler/M2Options.mod                  | 227 +++++-
 gcc/m2/gm2-compiler/M2Preprocess.def               |  25 +-
 gcc/m2/gm2-compiler/M2Preprocess.mod               | 254 +++---
 gcc/m2/gm2-compiler/M2Search.def                   |   2 -
 gcc/m2/gm2-compiler/SymbolTable.mod                |   4 +-
 gcc/m2/gm2-gcc/m2options.h                         |  19 +-
 gcc/m2/gm2-lang.cc                                 |  66 +-
 gcc/m2/lang-specs.h                                |  10 +-
 gcc/match.pd                                       |  91 ++-
 gcc/passes.def                                     |   1 +
 gcc/pretty-print.h                                 |   5 +-
 gcc/testsuite/ChangeLog                            | 230 ++++++
 gcc/testsuite/g++.dg/concepts/diagnostic3.C        |   4 +-
 gcc/testsuite/g++.dg/cpp0x/hog1.C                  |  77 ++
 gcc/testsuite/g++.dg/cpp1y/constexpr-diag1.C       |  21 +
 gcc/testsuite/g++.dg/cpp1z/fold3.C                 |  62 +-
 gcc/testsuite/g++.dg/cpp2a/consteval36.C           |  22 +
 gcc/testsuite/g++.dg/diagnostic/sys-narrow.h       |   2 +
 gcc/testsuite/g++.dg/diagnostic/sys-narrow1.C      |   4 +
 gcc/testsuite/g++.dg/diagnostic/sys-narrow1a.C     |   5 +
 gcc/testsuite/g++.dg/diagnostic/sys-narrow1b.C     |   5 +
 gcc/testsuite/g++.dg/diagnostic/sys-narrow1c.C     |   5 +
 gcc/testsuite/g++.dg/diagnostic/sys-narrow1d.C     |   5 +
 gcc/testsuite/g++.dg/diagnostic/sys-narrow1e.C     |   5 +
 gcc/testsuite/g++.dg/diagnostic/sys-narrow1f.C     |   5 +
 gcc/testsuite/g++.dg/diagnostic/sys-narrow1g.C     |   5 +
 gcc/testsuite/g++.dg/diagnostic/sys-narrow1h.C     |   6 +
 gcc/testsuite/g++.dg/diagnostic/sys-narrow1i.C     |   6 +
 gcc/testsuite/g++.dg/ext/integer-pack2.C           |   2 +-
 gcc/testsuite/g++.dg/parse/error65.C               |  10 +
 gcc/testsuite/g++.target/i386/mv16.C               |  12 +
 gcc/testsuite/gcc.c-torture/execute/pr110817-1.c   |  13 +
 gcc/testsuite/gcc.c-torture/execute/pr110817-2.c   |  16 +
 gcc/testsuite/gcc.c-torture/execute/pr110817-3.c   |  14 +
 gcc/testsuite/gcc.c-torture/execute/pr111863-1.c   |  16 +
 gcc/testsuite/gcc.dg/pr101285-1.c                  |  10 +
 gcc/testsuite/gcc.dg/pr101364-1.c                  |   8 +
 gcc/testsuite/gcc.dg/pr111708-1.c                  |  42 +
 gcc/testsuite/gcc.dg/pr111708-2.c                  |  21 +
 gcc/testsuite/gcc.dg/pr111845.c                    |  16 +
 gcc/testsuite/gcc.dg/torture/pr111807.c            |  12 +
 gcc/testsuite/gcc.dg/torture/pr111818.c            |  11 +
 gcc/testsuite/gcc.dg/tree-ssa/bitops-7.c           |  24 +
 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-36.c         |  51 ++
 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-37.c         |  24 +
 gcc/testsuite/gcc.dg/tree-ssa/pr31531-1.c          |  19 +
 gcc/testsuite/gcc.dg/tree-ssa/pr31531-2.c          |  34 +
 .../vect/costmodel/riscv/rvv/dynamic-lmul2-7.c     |  25 +
 .../vect/costmodel/riscv/rvv/no-dynamic-lmul-1.c   |  64 ++
 gcc/testsuite/gcc.dg/vect/pr111846.c               |  12 +
 .../gcc.target/aarch64/sve/pcs/stack_clash_2.c     |   6 +-
 .../aarch64/sve/pcs/stack_clash_2_1024.c           |   6 +-
 .../gcc.target/aarch64/sve/pcs/stack_clash_2_128.c |   6 +-
 .../aarch64/sve/pcs/stack_clash_2_2048.c           |   6 +-
 .../gcc.target/aarch64/sve/pcs/stack_clash_2_256.c |   6 +-
 .../gcc.target/aarch64/sve/pcs/stack_clash_2_512.c |   6 +-
 .../gcc.target/aarch64/sve/pre_cond_share_1.c      | 132 +++
 gcc/testsuite/gcc.target/aarch64/test_frame_10.c   |   4 +-
 gcc/testsuite/gcc.target/aarch64/test_frame_2.c    |   4 +-
 gcc/testsuite/gcc.target/aarch64/test_frame_4.c    |   4 +-
 gcc/testsuite/gcc.target/aarch64/test_frame_7.c    |   4 +-
 gcc/testsuite/gcc.target/i386/funcspec-56.inc      |   2 +
 gcc/testsuite/gcc.target/i386/large-data.c         |  13 +
 .../gcc.target/i386/part-vect-fmaddsubhf-1.c       |  22 +
 gcc/testsuite/gcc.target/i386/part-vect-fmahf-1.c  |  58 ++
 gcc/testsuite/gcc.target/i386/pr111845.c           |  47 ++
 gcc/testsuite/gcc.target/i386/pr52146.c            |   2 +-
 .../loongarch/vector/lasx/lasx-vec-init-1.c        |  14 +
 gcc/testsuite/gcc.target/riscv/fle-ieee.c          |   3 +-
 gcc/testsuite/gcc.target/riscv/fle-snan.c          |   3 +-
 gcc/testsuite/gcc.target/riscv/fle.c               |   3 +-
 gcc/testsuite/gcc.target/riscv/flef-ieee.c         |   3 +-
 gcc/testsuite/gcc.target/riscv/flef-snan.c         |   3 +-
 gcc/testsuite/gcc.target/riscv/flef.c              |   3 +-
 gcc/testsuite/gcc.target/riscv/flt-ieee.c          |   3 +-
 gcc/testsuite/gcc.target/riscv/flt-snan.c          |   3 +-
 gcc/testsuite/gcc.target/riscv/fltf-ieee.c         |   3 +-
 gcc/testsuite/gcc.target/riscv/fltf-snan.c         |   3 +-
 .../gcc.target/riscv/fold-mem-offsets-1.c          |  16 +
 .../gcc.target/riscv/fold-mem-offsets-2.c          |  24 +
 .../gcc.target/riscv/fold-mem-offsets-3.c          |  17 +
 gcc/testsuite/gcc.target/riscv/pr111466.c          |  15 +
 .../riscv/rvv/autovec/vls-vlmax/consecutive-1.c    |  21 +
 .../riscv/rvv/autovec/vls-vlmax/consecutive-2.c    |  45 +
 .../rvv/autovec/vls-vlmax/consecutive_run-1.c      |  27 +
 .../rvv/autovec/vls-vlmax/consecutive_run-2.c      |  51 ++
 .../riscv/rvv/autovec/vls/consecutive-1.c          |  94 +++
 .../riscv/rvv/autovec/vls/consecutive-2.c          |  68 ++
 .../riscv/rvv/autovec/vls/consecutive-3.c          |  68 ++
 .../gcc.target/riscv/rvv/autovec/vls/def.h         |   6 +
 gcc/testsuite/gcc.target/riscv/rvv/base/cpymem-1.c |  12 +-
 gcc/testsuite/gcc.target/riscv/rvv/rvv.exp         |  10 +-
 gcc/testsuite/gdc.dg/builtins_reject.d             |  17 +
 gcc/testsuite/gdc.dg/intrinsics_reject.d           |  87 ++
 .../gdc.test/compilable/dtoh_TemplateDeclaration.d |   2 -
 gcc/testsuite/gdc.test/compilable/issue24174.d     |  36 +
 .../testpull1810.d                                 |   2 +-
 .../{fail_compilation => compilable}/warn12809.d   |  28 +-
 gcc/testsuite/gdc.test/fail_compilation/ccast.d    |  10 +-
 gcc/testsuite/gdc.test/fail_compilation/fail235.d  |   4 +-
 .../gdc.test/fail_compilation/hexstring.d          |  18 +
 gcc/testsuite/gdc.test/fail_compilation/ice6538.d  |   2 +-
 .../gdc.test/fail_compilation/issue11070.d         |  17 +
 .../gdc.test/fail_compilation/issue3396.d          |  24 +
 .../gdc.test/fail_compilation/reserved_version.d   |  98 ++-
 .../fail_compilation/reserved_version_switch.d     |  12 +
 .../gdc.test/fail_compilation/test20522.d          |  23 +
 gcc/testsuite/gdc.test/runnable/issue11070.d       |  19 +
 gcc/testsuite/gdc.test/runnable/staticaa.d         |  27 +
 gcc/testsuite/gdc.test/runnable/template9.d        |   7 +
 gcc/testsuite/gfortran.dg/gomp/allocate-13a.f90    |  34 +
 gcc/testsuite/gfortran.dg/implied_do_io_8.f90      |  18 +
 gcc/tree-cfg.cc                                    |   3 +
 gcc/tree-dfa.cc                                    |   5 +-
 gcc/tree-if-conv.cc                                | 152 ++--
 gcc/tree-loop-distribution.cc                      |   3 +-
 gcc/tree-pass.h                                    |   1 +
 gcc/tree-pretty-print.cc                           |   7 +-
 gcc/tree-scalar-evolution.cc                       |  10 +-
 gcc/tree-scalar-evolution.h                        |   1 +
 gcc/tree-sra.cc                                    |   2 +-
 gcc/tree-ssa-math-opts.cc                          |  48 +-
 gcc/tree-ssa.cc                                    |  17 +-
 gcc/tree-ssanames.cc                               |   4 -
 gcc/tree-vect-data-refs.cc                         |   3 +-
 gcc/tree-vect-loop-manip.cc                        | 483 +++++------
 gcc/tree-vect-loop.cc                              | 245 ++++--
 gcc/tree-vect-slp.cc                               |   2 +
 gcc/tree-vect-stmts.cc                             | 108 ++-
 gcc/tree-vectorizer.cc                             |   2 +
 gcc/tree-vectorizer.h                              |  42 +-
 gcc/wide-int-print.cc                              |  55 +-
 gcc/wide-int-print.h                               |   2 +-
 libgcc/config/avr/libf7/ChangeLog                  |  19 +
 libgcc/config/avr/libf7/asm-defs.h                 |   6 +-
 libgcc/config/avr/libf7/f7-renames.h               |   8 +-
 libgcc/config/avr/libf7/libf7-asm.sx               | 163 +++-
 libgcc/config/avr/libf7/libf7-common.mk            |   2 +-
 libgcc/config/avr/libf7/libf7.h                    |   1 +
 libgcc/config/avr/libf7/t-libf7                    |   2 +-
 libphobos/ChangeLog                                |   5 +
 libphobos/libdruntime/MERGE                        |   2 +-
 libphobos/libdruntime/core/stdc/errno.d            | 103 +++
 libphobos/libdruntime/core/stdc/fenv.d             |  31 +
 libphobos/libdruntime/core/stdc/math.d             |   7 +
 libphobos/libdruntime/core/sys/linux/dlfcn.d       |  14 +
 libphobos/libdruntime/core/sys/linux/epoll.d       |   8 +
 libphobos/libdruntime/core/sys/linux/link.d        |   6 +
 libphobos/libdruntime/core/sys/linux/perf_event.d  |   4 +
 libphobos/libdruntime/core/sys/linux/sys/eventfd.d |   6 +
 libphobos/libdruntime/core/sys/linux/sys/inotify.d |   5 +
 libphobos/libdruntime/core/sys/linux/sys/mman.d    |  24 +
 libphobos/libdruntime/core/sys/posix/dlfcn.d       |  12 +
 libphobos/libdruntime/core/sys/posix/fcntl.d       |  35 +-
 libphobos/libdruntime/core/sys/posix/setjmp.d      |  15 +
 libphobos/libdruntime/core/sys/posix/signal.d      |  34 +
 libphobos/libdruntime/core/sys/posix/sys/mman.d    |   2 +
 libphobos/libdruntime/core/sys/posix/sys/msg.d     |   1 +
 libphobos/libdruntime/core/sys/posix/sys/socket.d  |  34 +
 libphobos/libdruntime/core/sys/posix/sys/stat.d    |  60 ++
 libphobos/libdruntime/core/sys/posix/sys/types.d   |  12 +
 libphobos/libdruntime/core/sys/posix/ucontext.d    |  27 +
 libphobos/libdruntime/core/thread/fiber.d          |  26 +
 libphobos/src/MERGE                                |   2 +-
 libphobos/src/std/algorithm/iteration.d            |   6 +-
 libphobos/src/std/range/primitives.d               |  24 +-
 316 files changed, 10247 insertions(+), 3815 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-28 17:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-16  8:27 [gcc(refs/users/egallager/heads/CI)] Merge branch 'me/CI' of github.com:cooljeanius/gcc into me/CI Eric Gallager
2023-10-28 17:49 Eric Gallager

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).