This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 33baa20c5cd forwprop: Don't add uses to dce list if debug statement [PR116156]
new 370a0dee555 c++, coroutines: Fix a typo in checking for void expression types.
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/cp/coroutines.cc | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from 4b9ba9cee95 c: Add support for byte arrays in C2Y
new 33baa20c5cd forwprop: Don't add uses to dce list if debug statement [PR116156]
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/c-c++-common/torture/pr116156-1.c | 30 +++++++++++++++++++++++++
gcc/tree-ssa-forwprop.cc | 16 +++++++------
2 files changed, 39 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/torture/pr116156-1.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 06201faa637 libstdc++: Add missing <cstdint> to test
new 1fbce3252bc i386: Fix comment/naming for APX NDD constraints
new 4b9ba9cee95 c: Add support for byte arrays in C2Y
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/c/c-decl.cc | 15 +++++++++--
gcc/config/i386/constraints.md | 13 ++++-----
gcc/config/i386/predicates.md | 22 ++++++++-------
gcc/testsuite/gcc.dg/c2y-byte-alias-1.c | 46 ++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/c2y-byte-alias-2.c | 43 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/c2y-byte-alias-3.c | 47 +++++++++++++++++++++++++++++++++
6 files changed, 168 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/c2y-byte-alias-1.c
create mode 100644 gcc/testsuite/gcc.dg/c2y-byte-alias-2.c
create mode 100644 gcc/testsuite/gcc.dg/c2y-byte-alias-3.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 releases/gcc-14
in repository gcc.
from 30f4fa3f53e i386: Add non-optimize prefetchi intrins
new a295076bee2 Refine constraint "Bk" to define_special_memory_constraint.
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/constraints.md | 2 +-
gcc/testsuite/gcc.target/i386/pr116043.c | 33 ++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr116043.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 binutils-gdb.
from b6e1210536c Automatic date update in version.in
new 3615e5db8d0 gas: correctly deal with line comments when not preprocessing
new 4a9843c301e gas: drop unnecessary use of tc_comment_chars
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:
gas/config/tc-cris.c | 2 +-
gas/config/tc-cris.h | 5 -----
gas/config/tc-mmix.c | 2 +-
gas/config/tc-mmix.h | 3 ---
gas/config/tc-or1k.c | 4 +---
gas/config/tc-or1k.h | 3 ---
gas/config/tc-visium.c | 5 ++---
gas/config/tc-visium.h | 3 ---
gas/read.c | 13 ++++++++-----
gas/read.h | 8 ++++++++
gas/testsuite/gas/all/gas.exp | 4 ++++
gas/testsuite/gas/all/line-comment.d | 12 ++++++++++++
gas/testsuite/gas/all/line-comment.s | 4 ++++
gas/testsuite/gas/i386/i386.exp | 1 +
gas/testsuite/gas/i386/line-comment.d | 13 +++++++++++++
gas/testsuite/gas/i386/line-comment.s | 6 ++++++
16 files changed, 61 insertions(+), 27 deletions(-)
create mode 100644 gas/testsuite/gas/all/line-comment.d
create mode 100644 gas/testsuite/gas/all/line-comment.s
create mode 100644 gas/testsuite/gas/i386/line-comment.d
create mode 100644 gas/testsuite/gas/i386/line-comment.s
--
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 ce7f7b92505 ada: Fix handling of SPARK_Mode on standalone child subprogram
new 06201faa637 libstdc++: Add missing <cstdint> to test
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:
libstdc++-v3/testsuite/libstdc++-prettyprinters/shared_ptr.cc | 1 +
1 file changed, 1 insertion(+)
--
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 d80dcff99f3 i386: Fix memory constraint for APX NF
new 99337cb2385 ada: Fix detection of suspicious loop patterns
new 058e5fd2bd1 ada: Fix crash on expression function returning tagged type [...]
new b1dc668b71b ada: Fix layout of GNAT reference manual section
new dc72d4dca9e ada: Improve documenation about security of PRGNs
new 3067fdd87bf ada: Implement No_Raise aspect & pragma on subprograms
new a846b4cfc73 ada: Type conversion in instance incorrectly rejected.
new e2fe0b18a66 ada: Reject illegal uses of type/subtype current instance
new d32a5294de9 ada: Fix handling reference warnings with slices
new 04fd9ee0386 ada: Finish up support for relaxed finalization
new 30ba62d91ff ada: Compiler accepts illegal assignment to reference type target.
new ee7945e367c ada: Reject ambiguous function calls in interpolated string [...]
new 8239a5f75df ada: Update doc of Style_Checks pragma
new 384283f91d2 ada: Add leap second support to conversion of Unix_Time
new 3e64ad03530 ada: Clean up handling of inlining of finalizer procedures
new 342e3cdc8b2 ada: Remove unreferenced procedure
new eb43eb5c1a9 ada: Ensure variable is initialized before use
new 425eceb75d0 ada: Add contracts to Ada.Strings.Unbounded and adapt imple [...]
new 54acd24d5f8 ada: Tweak container aggregate expansion code
new 5f3902ed1d9 ada: Plug loophole in handling of No_Raise pragma
new 32c4a7278fd ada: Errors on legal container aggregates with iterated_ele [...]
new 4d9dfa0082e ada: Simplify code by reusing Choice_List
new 72ae355328f ada: Refactor negated conjuncts
new 913fa164832 ada: Simplify manipulation of the list with loop actions
new 637b27b9807 ada: Remove unused null branch
new d8a27bb9a7d ada: Fix handling of iterated component associations with s [...]
new ce7f7b92505 ada: Fix handling of SPARK_Mode on standalone child subprogram
The 26 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/aspects.adb | 8 +-
gcc/ada/aspects.ads | 5 +
gcc/ada/checks.adb | 85 ++
gcc/ada/checks.ads | 5 +
gcc/ada/doc/gnat_rm/gnat_language_extensions.rst | 7 +-
.../doc/gnat_rm/implementation_defined_aspects.rst | 6 +
.../implementation_defined_characteristics.rst | 9 +-
.../doc/gnat_rm/implementation_defined_pragmas.rst | 98 +-
gcc/ada/doc/gnat_rm/standard_library_routines.rst | 6 +-
gcc/ada/doc/gnat_rm/the_gnat_library.rst | 4 +-
gcc/ada/einfo-utils.adb | 9 -
gcc/ada/einfo-utils.ads | 1 -
gcc/ada/einfo.ads | 8 +-
gcc/ada/exp_aggr.adb | 65 +-
gcc/ada/exp_ch11.adb | 2 +
gcc/ada/exp_ch3.adb | 1 +
gcc/ada/exp_ch4.adb | 43 -
gcc/ada/exp_ch6.adb | 17 +-
gcc/ada/exp_ch7.adb | 59 +
gcc/ada/exp_util.adb | 42 +-
gcc/ada/exp_util.ads | 9 +
gcc/ada/freeze.adb | 180 ++-
gcc/ada/gen_il-fields.ads | 3 +
gcc/ada/gen_il-gen-gen_entities.adb | 3 +
gcc/ada/gen_il-gen-gen_nodes.adb | 2 +
gcc/ada/gnat_rm.texi | 1603 +++++++++++---------
gcc/ada/gnat_ugn.texi | 2 +-
gcc/ada/libgnat/a-calend.adb | 135 +-
gcc/ada/libgnat/a-except.adb | 15 +
gcc/ada/libgnat/a-nudira.ads | 2 +
gcc/ada/libgnat/a-strunb.adb | 110 +-
gcc/ada/libgnat/a-strunb.ads | 1039 ++++++++++++-
gcc/ada/libgnat/a-strunb__shared.adb | 150 +-
gcc/ada/libgnat/a-strunb__shared.ads | 1029 ++++++++++++-
gcc/ada/par-ch2.adb | 2 +
gcc/ada/par-ch3.adb | 4 -
gcc/ada/par-ch4.adb | 12 +-
gcc/ada/par-ch5.adb | 12 -
gcc/ada/par-prag.adb | 1 +
gcc/ada/scng.adb | 1 +
gcc/ada/sem_aggr.adb | 19 +-
gcc/ada/sem_ch10.adb | 12 +-
gcc/ada/sem_ch12.adb | 13 +-
gcc/ada/sem_ch13.adb | 31 +
gcc/ada/sem_ch2.adb | 242 ++-
gcc/ada/sem_ch5.adb | 14 +-
gcc/ada/sem_ch8.adb | 24 +-
gcc/ada/sem_elab.adb | 26 +-
gcc/ada/sem_prag.adb | 76 +
gcc/ada/sem_res.adb | 15 +-
gcc/ada/sem_util.adb | 36 +-
gcc/ada/sinfo.ads | 15 +-
gcc/ada/snames.ads-tmpl | 3 +
gcc/ada/types.ads | 15 +-
gcc/ada/types.h | 5 +-
55 files changed, 3942 insertions(+), 1398 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 108d199c tcwg-lnt/create-server.sh: Remove extra "/" from path
new f1784160 tcwg-start-container.sh: Fix thinko in backup container cleanup
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-start-container.sh | 2 +-
1 file changed, 1 insertion(+), 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 24b3c640a Add entry 35f09cd5d7fdd1a64f4d1751e73c3495bef1ed99 from https [...]
new 8ab2af1d3 Add entry 35f09cd5d7fdd1a64f4d1751e73c3495bef1ed99 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/summary | 2 +-
.../jira/yaml | 6 +-
.../status-summary.txt | 2 +-
.../status.txt | 4 +
.../master-arm/details.txt | 87 ++++++++++++++--------
.../reproduction_instructions.txt | 4 +-
.../master-arm/status-summary.txt | 1 +
.../master-arm/status.txt | 6 +-
.../tcwg_gnu_native_check_gdb/status-summary.txt | 2 +-
.../tcwg_gnu_native_check_gdb/status.txt | 4 +
11 files changed, 83 insertions(+), 39 deletions(-)
copy gdb/sha1/{18e62b794632622c44684909edd447cf914eac44 => 35f09cd5d7fdd1a64f4d175 [...]
copy gdb/sha1/35f09cd5d7fdd1a64f4d1751e73c3495bef1ed99/tcwg_gnu_native_check_gdb/{ [...]
create mode 100644 gdb/sha1/35f09cd5d7fdd1a64f4d1751e73c3495bef1ed99/tcwg_gnu_nati [...]
copy {gcc/sha1/bed6ec161be8c5ca2f24195900ce3c9b81c3e141 => gdb/sha1/35f09cd5d7fdd1 [...]
--
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 d2eddfd8b Add entry 35f09cd5d7fdd1a64f4d1751e73c3495bef1ed99 from https [...]
new 24b3c640a Add entry 35f09cd5d7fdd1a64f4d1751e73c3495bef1ed99 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_native_check_gdb/master-arm/build_url | 2 +-
.../tcwg_gnu_native_check_gdb/{master-aarch64 => master-arm}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {binutils/sha1/14317f7f05d0290586f456d02176dd77a81aee69 => gdb/sha1/35f09cd5d [...]
copy gdb/sha1/35f09cd5d7fdd1a64f4d1751e73c3495bef1ed99/tcwg_gnu_native_check_gdb/{ [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.