This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13
in repository gcc.
from 7067b7e556c Daily bump.
new e54d9091185 ada: Storage_Error in indirect call to function returning l [...]
new 02025fb144f Add testcase for PR ada/114398
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/ada/exp_ch6.adb | 11 ++++--
gcc/ada/sem_ch6.adb | 12 +++---
gcc/testsuite/gnat.dg/access11.adb | 80 ++++++++++++++++++++++++++++++++++++++
3 files changed, 95 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/access11.adb
--
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 releases/gcc-14
in repository gcc.
from 6bd8a3a7a89 libgcc/aarch64: also provide AT_HWCAP2 fallback
new a1bec0455fb ada: Storage_Error in indirect call to function returning l [...]
new 72a59a1b8d4 Add testcase for PR ada/114398
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/ada/exp_ch6.adb | 11 ++++--
gcc/ada/sem_ch6.adb | 12 +++---
gcc/testsuite/gnat.dg/access11.adb | 80 ++++++++++++++++++++++++++++++++++++++
3 files changed, 95 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/access11.adb
--
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 4ed9c5df7ef tree-optimization/115395 - wrong-code with SLP reduction in epilog
new e1c1f128d1c Add testcase for PR ada/114398
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/gnat.dg/access11.adb | 80 ++++++++++++++++++++++++++++++++++++++
1 file changed, 80 insertions(+)
create mode 100644 gcc/testsuite/gnat.dg/access11.adb
--
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 62724447794 ada: Add support for No_Implicit_Conditionals to nonbinary [...]
new 4ed9c5df7ef tree-optimization/115395 - wrong-code with SLP reduction in epilog
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/pr115395.c | 27 +++++++++++++++++++++++++++
gcc/tree-vect-loop.cc | 27 ++++++++-------------------
2 files changed, 35 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr115395.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 21fd8c67ad2 IBM Z: Fix ICE in expand_perm_as_replicate
new 9b0f70bf939 ada: Refactor checks for Refined_Global in generic instances
new 7ec7b5ae9f1 ada: Refactor checks for Refined_Depends in generic instances
new 731824d0810 ada: Remove unnecessary guard against empty list
new 8d711859139 ada: Fix handling of aspects CPU and Interrupt_Priority
new a53e5e7aee9 ada: Cleanup building of error messages for class-wide contracts
new 8ce93cc22e0 ada: Refactor common code for dynamic and static class-wide [...]
new ba1b04fb59f ada: Add switch to disable expansion of assertions in CodeP [...]
new b849df9a981 ada: Enable inlining for subprograms with multiple return s [...]
new 025fd3eabc1 ada: Simplify check for type without stream operations
new e425edc5802 ada: Skip processing of NUL character for attribute Type_Key
new 3da7847e82e ada: Adjust comments and doc about the new use of restricti [...]
new 2d20aaaa8a3 ada: Cleanup repeated code in expansion of stream attributes
new eb822805b51 ada: Fix incorrect lower bound presumption in gnatlink
new e12e69b1f5b ada: Remove incorrect assertion in run-time
new aec9d8c9f5d ada: Fix usage of SetThreadIdealProcessor
new c5aa1535e13 ada: Fix usage of SetThreadAffinityMask
new 8a27ded7923 ada: Remove streaming facilities from generics for formal c [...]
new d97f81d3558 ada: Tune code related to potentially unevaluated expressions
new d9553e44dcf ada: Fix references to Ada RM in comments
new fd545623567 ada: Further refine 'Super attribute
new 7158a64fe92 ada: Unreferenced warning on abstract subprogram
new c9363050769 ada: Crash checking accessibility level on private type
new d8e73ea45fb ada: Iterator filter ignored on formal loop
new 5ae21dd349b ada: Missing style check for extra parentheses in operators
new 3fb45d7fe1e ada: Resolve compilation issues with container aggregates i [...]
new f32d2d14452 ada: For freezing, treat an extension or delta aggregate li [...]
new 9bf9e60e262 ada: Minor code adjustment to "not Present" test
new f5e372e2a31 ada: Derived type with convention C must override conventio [...]
new add6d89eaed ada: Storage_Error in indirect call to function returning l [...]
new 62724447794 ada: Add support for No_Implicit_Conditionals to nonbinary [...]
The 30 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/accessibility.adb | 2 +-
gcc/ada/ali.adb | 2 +-
gcc/ada/debug.adb | 7 +-
.../doc/gnat_rm/implementation_defined_pragmas.rst | 6 -
...ard_and_implementation_defined_restrictions.rst | 6 +
gcc/ada/einfo.ads | 2 +-
gcc/ada/exp_attr.adb | 40 +++---
gcc/ada/exp_ch11.adb | 2 +-
gcc/ada/exp_ch3.adb | 7 +-
gcc/ada/exp_ch4.adb | 134 +++++++++++---------
gcc/ada/exp_ch5.adb | 45 +++++--
gcc/ada/exp_ch6.adb | 50 ++++----
gcc/ada/exp_ch7.adb | 2 +-
gcc/ada/exp_disp.adb | 4 +
gcc/ada/freeze.adb | 6 +-
gcc/ada/gnat1drv.adb | 8 +-
gcc/ada/gnat_rm.texi | 14 +--
gcc/ada/gnat_ugn.texi | 4 +-
gcc/ada/gnatlink.adb | 17 ++-
gcc/ada/inline.adb | 91 ++------------
gcc/ada/lib-list.adb | 4 +-
gcc/ada/lib-writ.adb | 3 +-
gcc/ada/libgnarl/s-taprop__mingw.adb | 19 ++-
gcc/ada/libgnat/a-chtgfo.adb | 68 ----------
gcc/ada/libgnat/a-chtgfo.ads | 24 ----
gcc/ada/libgnat/a-stbuut.ads | 2 +-
gcc/ada/libgnat/s-os_lib.adb | 22 ++--
gcc/ada/libgnat/s-winext.ads | 2 +-
gcc/ada/par-ch5.adb | 25 ++++
gcc/ada/sem_aggr.adb | 26 +++-
gcc/ada/sem_attr.adb | 14 ++-
gcc/ada/sem_ch12.adb | 2 +-
gcc/ada/sem_ch13.adb | 11 +-
gcc/ada/sem_ch3.adb | 8 +-
gcc/ada/sem_ch6.adb | 12 +-
gcc/ada/sem_ch7.adb | 2 +-
gcc/ada/sem_prag.adb | 138 +++++++--------------
gcc/ada/sem_util.adb | 12 +-
gcc/ada/sem_util.ads | 2 +-
gcc/ada/sem_warn.adb | 12 +-
40 files changed, 383 insertions(+), 474 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 5617ab8f7 Add entry fcfce55c85f842ed843cbc4aabe744c6a004dead from https [...]
new feb40b60c Add entry c7c5666aac543a49b485a133f4a94865e2613a43 from https [...]
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:
.../first_url | 2 +-
.../llvm-aarch64-master-O3_LTO}/build_url | 2 +-
.../tcwg_bmk-code_vect-cpu2017fast/llvm-aarch64-master-O3_LTO/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy llvm/sha1/{ad8fd5b18545f90a2c3abcd056e9c566721d8711 => c7c5666aac543a49b485a1 [...]
copy llvm/sha1/{8009bbec59d1c5d47ae06c431647ebee6d886ff2/tcwg_bmk-code_vect-cpu201 [...]
create mode 100644 llvm/sha1/c7c5666aac543a49b485a133f4a94865e2613a43/tcwg_bmk-cod [...]
--
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 1e3c814459d gas: extend \+ support to .rept
new 3ee50921cb4 [gdb/testsuite] Don't use set auto-solib-add off
new 8ebb6fcd075 gdb: re-add necessary includes in tui/tui-win.c
new f3f71a5ca0b x86/APX: support extended SETcc form
new cf037c0de24 x86: disassembler macro for condition code
new d1c2dd6f4de x86/APX: convert ZU to operand constraint
The 5 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:
gas/config/tc-i386.c | 6 +-
.../gas/i386/x86-64-apx-evex-promoted-intel.d | 48 +-
.../gas/i386/x86-64-apx-evex-promoted-wig.d | 48 +-
gas/testsuite/gas/i386/x86-64-apx-evex-promoted.d | 48 +-
gas/testsuite/gas/i386/x86-64-apx-zu-intel.d | 3 +
gas/testsuite/gas/i386/x86-64-apx-zu.d | 3 +
gas/testsuite/gas/i386/x86-64-apx-zu.s | 3 +
gas/testsuite/gas/i386/x86-64-apx_f-evex.d | 24 +-
gas/testsuite/gas/i386/x86-64-cmpccxadd-intel.d | 192 +-
gas/testsuite/gas/i386/x86-64-cmpccxadd.d | 192 +-
gdb/testsuite/gdb.base/gold-gdb-index.exp | 4 +-
gdb/testsuite/gdb.base/info-types.exp.tcl | 3 +-
gdb/testsuite/gdb.base/print-symbol-loading.exp | 4 +-
gdb/testsuite/gdb.dwarf2/dw2-zero-range.exp | 6 +-
gdb/testsuite/gdb.fortran/allocated.exp | 3 -
gdb/testsuite/gdb.fortran/array-slices-bad.exp | 3 -
.../gdb.fortran/array-slices-sub-slices.exp | 3 -
gdb/testsuite/gdb.fortran/array-slices.exp | 3 -
gdb/testsuite/gdb.fortran/info-modules.exp | 3 -
gdb/testsuite/gdb.fortran/lbound-ubound.exp | 3 -
gdb/testsuite/gdb.fortran/module.exp | 3 -
gdb/testsuite/gdb.fortran/subarray.exp | 3 -
gdb/testsuite/gdb.mi/mi-fortran-modules.exp | 3 -
gdb/testsuite/gdb.mi/mi-var-child-f.exp | 3 -
gdb/tui/tui-win.c | 2 +
opcodes/i386-dis-evex-prefix.h | 113 +-
opcodes/i386-dis-evex.h | 64 +-
opcodes/i386-dis.c | 175 +-
opcodes/i386-gen.c | 1 -
opcodes/i386-opc.h | 6 +-
opcodes/i386-opc.tbl | 12 +-
opcodes/i386-tbl.h | 9174 ++++++++++----------
32 files changed, 5090 insertions(+), 5071 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 14c5eb33d Add entry fcfce55c85f842ed843cbc4aabe744c6a004dead from https [...]
new 5617ab8f7 Add entry fcfce55c85f842ed843cbc4aabe744c6a004dead from https [...]
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:
.../jira/description | 4 +++
.../jira/yaml | 4 +++
.../status.txt | 4 +++
.../master-thumb_m23_soft_eabi}/details.txt | 31 ++++++++++++++--------
.../reproduction_instructions.txt | 4 +--
.../master-thumb_m23_soft_eabi}/status-summary.txt | 0
.../status.txt | 4 +--
.../tcwg_gnu_embed_check_gcc/status.txt | 4 +++
8 files changed, 40 insertions(+), 15 deletions(-)
copy gcc/sha1/{867d1264fe71d4291194373d1a1c409cac97a597/tcwg_gnu_embed_check_gcc/m [...]
copy gcc/sha1/fcfce55c85f842ed843cbc4aabe744c6a004dead/tcwg_gnu_embed_check_gcc/{m [...]
copy gcc/sha1/{02917ac4528e32d1b2d0da5f45ef5937c56942cd => fcfce55c85f842ed843cbc4 [...]
copy gcc/sha1/fcfce55c85f842ed843cbc4aabe744c6a004dead/tcwg_gnu_embed_check_gcc/{m [...]
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from b729cc8d4 Add entry 867d1264fe71d4291194373d1a1c409cac97a597 from https [...]
new 14c5eb33d Add entry fcfce55c85f842ed843cbc4aabe744c6a004dead from https [...]
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:
.../tcwg_gnu_embed_check_gcc/master-thumb_m23_soft_eabi}/build_url | 2 +-
.../{master-arm_eabi => master-thumb_m23_soft_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{021077b94741c9300dfff3a24e95b3ffa3f508a7/tcwg_gnu_embed_check_gcc/m [...]
copy gcc/sha1/fcfce55c85f842ed843cbc4aabe744c6a004dead/tcwg_gnu_embed_check_gcc/{m [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.