This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from bce897412c2 [PATCH v2] RISC-V: avlprop: Scale AVL by subreg ratio [PR122445].
new 98eedbea61d [Ada] Fix formal parameter incorrectly visible from outside [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ada/sem_type.adb | 11 +++++++----
gcc/testsuite/gnat.dg/specs/generic_inst7.ads | 17 +++++++++++++++++
gcc/testsuite/gnat.dg/specs/generic_inst8.ads | 18 ++++++++++++++++++
3 files changed, 42 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst7.ads
create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst8.ads
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 73ab5590626 gdb: LoongArch: Change default char data type to signed
new 040b85bd572 MIPS/LD/testsuite: Run HI16/LO16 tests for VxWorks too
new 6b218502034 MIPS: Add o32 RELA relocations for VxWorks targets
new b1e3a6b5941 MIPS/GAS: Fix microMIPS TLS reloc classification
new ad26c67309c MIPS/GAS: Add HI16/LO16 pairing for REL TLS relocs
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bfd/elf32-mips.c | 1888 ++++++++++++++++++--
bfd/elfxx-mips.c | 5 +-
gas/config/tc-mips.c | 69 +-
gas/testsuite/gas/mips/micromips-tls-hilo-addend.d | 62 +
gas/testsuite/gas/mips/micromips-tls-hilo-match.d | 31 +
gas/testsuite/gas/mips/mips-tls-hilo-match.s | 72 +
gas/testsuite/gas/mips/mips.exp | 10 +
gas/testsuite/gas/mips/mips16-tls-hilo-addend.d | 63 +
gas/testsuite/gas/mips/mips16-tls-hilo-match.d | 31 +
gas/testsuite/gas/mips/vxworks-micromips-hilo.d | 5 +
gas/testsuite/gas/mips/vxworks-mips-hilo.d | 5 +
gas/testsuite/gas/mips/vxworks-mips16-hilo.d | 5 +
gas/testsuite/gas/mips/vxworks-mips16e2-hilo.d | 5 +
gas/testsuite/gas/mips/vxworks-pcrel-hilo.d | 5 +
ld/testsuite/ld-mips-elf/mips-elf.exp | 16 +
15 files changed, 2078 insertions(+), 194 deletions(-)
create mode 100644 gas/testsuite/gas/mips/micromips-tls-hilo-addend.d
create mode 100644 gas/testsuite/gas/mips/micromips-tls-hilo-match.d
create mode 100644 gas/testsuite/gas/mips/mips-tls-hilo-match.s
create mode 100644 gas/testsuite/gas/mips/mips16-tls-hilo-addend.d
create mode 100644 gas/testsuite/gas/mips/mips16-tls-hilo-match.d
create mode 100644 gas/testsuite/gas/mips/vxworks-micromips-hilo.d
create mode 100644 gas/testsuite/gas/mips/vxworks-mips-hilo.d
create mode 100644 gas/testsuite/gas/mips/vxworks-mips16-hilo.d
create mode 100644 gas/testsuite/gas/mips/vxworks-mips16e2-hilo.d
create mode 100644 gas/testsuite/gas/mips/vxworks-pcrel-hilo.d
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from aa4fbe88595 s390: Do not generate incomplete opcode table
new f06e09588da gdb/testsuite: Add LoongArch case in my-syscalls.S
new 73ab5590626 gdb: LoongArch: Change default char data type to signed
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/loongarch-tdep.c | 2 +-
gdb/testsuite/lib/my-syscalls.S | 11 +++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 4b738eecc00 Sanity check elf_sym_hashes indexing
new aa4fbe88595 s390: Do not generate incomplete opcode table
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
opcodes/Makefile.am | 3 ++-
opcodes/Makefile.in | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 363a668a668 Adjust gcc.dg/tree-ssa/pr92834.c
new 44c27171c36 [PATCH][PR tree-optimization/122478] match.pd: fix simplify [...]
new bce897412c2 [PATCH v2] RISC-V: avlprop: Scale AVL by subreg ratio [PR122445].
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/config/riscv/riscv-avlprop.cc | 41 ++++++++++++++++++++++
gcc/match.pd | 6 ++--
gcc/testsuite/gcc.dg/tree-ssa/pr122478.c | 17 +++++++++
.../gcc.target/riscv/rvv/autovec/pr122445.c | 26 ++++++++++++++
4 files changed, 88 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr122478.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr122445.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7fc6024998c lra: Fix computing reg class for hard register constraints [...]
new 3474482bb57 [i386] Fix type in ix86_move_max setup
new 363a668a668 Adjust gcc.dg/tree-ssa/pr92834.c
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/config/i386/i386-options.cc | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr92834.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 54a172402a8 PR modula2/122485: add spell checking to module names
new 7fc6024998c lra: Fix computing reg class for hard register constraints [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/lra-constraints.cc | 5 ++++-
gcc/testsuite/gcc.target/avr/pr121198.c | 10 ++++++++++
2 files changed, 14 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/avr/pr121198.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7ea81ee5e57 Swap operands during SLP discovery for mismatching STMT_VIN [...]
new 54a172402a8 PR modula2/122485: add spell checking to module names
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/m2/gm2-compiler/M2Comp.mod | 11 ++-
gcc/m2/gm2-compiler/M2MetaError.mod | 29 +++++--
gcc/m2/gm2-compiler/M2Quads.mod | 59 +++++++-------
gcc/m2/gm2-compiler/M2StackSpell.def | 10 +++
gcc/m2/gm2-compiler/M2StackSpell.mod | 93 ++++++++++++++++++++---
gcc/testsuite/gm2.dg/spell/iso/fail/badimport.mod | 14 ++++
6 files changed, 163 insertions(+), 53 deletions(-)
create mode 100644 gcc/testsuite/gm2.dg/spell/iso/fail/badimport.mod
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c45a8fb11ae 386: Make better use of overflow flags in codegen of min/ma [...]
new 7ea81ee5e57 Swap operands during SLP discovery for mismatching STMT_VIN [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/testsuite/gcc.dg/vect/slp-reduc-13.c | 66 ++++++++++++++++++++++++++++++++
gcc/tree-vect-slp.cc | 23 ++++++++++-
2 files changed, 87 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/slp-reduc-13.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 24bc02b1eda gimple-fold: Remove assume_aligned folding
new c45a8fb11ae 386: Make better use of overflow flags in codegen of min/ma [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/config/i386/i386.md | 66 ++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr116815.c | 57 +++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr116815.c | 31 +++++++++++++++
3 files changed, 154 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr116815.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr116815.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.