This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from abf915193fb tree-optimization/111123 - indirect clobbers thrown away too early
new 9aaec66917c analyzer: add logging to impl_path_context
new 5ef89c5c2f5 analyzer: handle symbolic bindings in scan_for_null_termina [...]
new 0ae07a7203d analyzer: reimplement kf_strcpy [PR105899]
new 603bdf906af analyzer: eliminate region_model::get_string_size [PR105899]
new 8556d0014ac analyzer: reimplement kf_memcpy_memmove
new d99d73c77d1 analyzer: handle strlen(INIT_VAL(STRING_REG)) [PR105899]
new 46cb27e56f3 analyzer: handle INIT_VAL(ELEMENT_REG(STRING_REG), CONSTANT [...]
new 2bad0eeb557 analyzer: handle strlen(BITS_WITHIN) [PR105899]
new bbdc0e0d004 analyzer: implement kf_strcat [PR105899]
The 9 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/analyzer/call-details.cc | 12 +-
gcc/analyzer/call-details.h | 5 +-
gcc/analyzer/engine.cc | 13 +-
gcc/analyzer/kf.cc | 116 ++++++---
gcc/analyzer/region-model-manager.cc | 19 ++
gcc/analyzer/region-model.cc | 261 ++++++++++++++++-----
gcc/analyzer/region-model.h | 22 +-
gcc/doc/invoke.texi | 1 +
.../gcc.dg/analyzer/out-of-bounds-diagram-16.c | 31 +++
gcc/testsuite/gcc.dg/analyzer/sprintf-1.c | 11 +
gcc/testsuite/gcc.dg/analyzer/strcat-1.c | 136 +++++++++++
gcc/testsuite/gcc.dg/analyzer/strcpy-1.c | 22 ++
gcc/testsuite/gcc.dg/analyzer/strcpy-3.c | 8 +
gcc/testsuite/gcc.dg/analyzer/strcpy-4.c | 51 ++++
14 files changed, 601 insertions(+), 107 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-16.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/strcat-1.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/strcpy-4.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 7564fe98657 libstdc++: Add test for illegal pointer arithmetic in forma [...]
new 0c78240fd7d Check that passes do not forget to define profile
new abf915193fb tree-optimization/111123 - indirect clobbers thrown away too early
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/auto-profile.cc | 1 +
gcc/cfg.cc | 1 +
gcc/cfg.h | 3 ++
gcc/graphite.cc | 2 ++
gcc/lto-streamer-in.cc | 4 +++
gcc/predict.cc | 1 +
gcc/symtab-thunks.cc | 1 +
.../g++.dg/warn/Wuninitialized-pr111123-1.C | 20 ++++++++++++
gcc/tree-cfg.cc | 36 ++++++++++++++++++++++
gcc/tree-inline.cc | 2 ++
gcc/tree-outof-ssa.cc | 32 ++++++++++++++++++-
gcc/tree-ssa-ccp.cc | 17 +---------
12 files changed, 103 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wuninitialized-pr111123-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 a6303a09f94 Fix profile update in gimple-harden-conditionals.cc
new 701ce3c7236 libstdc++: Declutter std::optional and std:variant pretty p [...]
new 3d2e240af77 libstdc++: Add pretty printer for std::locale
new d96659e34cd Fix confusion about load_p in vect_build_slp_tree_1
new c47430bba62 libstdc++: Implement new SI prefixes in <ratio> for C++23 ( [...]
new e64ad2c84f5 libstdc++: Tweak some preprocessor conditions for feature tests
new d6271d600d5 libstdc++: Fix -Wunused-but-set-variable in std::format_to test
new dd4bdb9eea4 libstdc++: fix illegal pointer arithmetic in format [PR111102]
new 7564fe98657 libstdc++: Add test for illegal pointer arithmetic in forma [...]
The 8 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/tree-vect-slp.cc | 42 +++++++++-------
libstdc++-v3/include/bits/version.def | 8 ++++
libstdc++-v3/include/bits/version.h | 11 +++++
libstdc++-v3/include/std/atomic | 28 +++++------
libstdc++-v3/include/std/format | 3 +-
libstdc++-v3/include/std/ostream | 6 +--
libstdc++-v3/include/std/ratio | 56 +++++++++++++++-------
libstdc++-v3/include/std/thread | 2 +-
libstdc++-v3/python/libstdcxx/v6/printers.py | 48 ++++++++++++++++++-
.../20_util/ratio/operations/ops_overflow_neg.cc | 6 +--
.../testsuite/libstdc++-prettyprinters/compat.cc | 8 ++--
.../testsuite/libstdc++-prettyprinters/cxx17.cc | 22 ++++-----
.../libstdc++-prettyprinters/libfundts.cc | 12 ++---
.../testsuite/libstdc++-prettyprinters/locale.cc | 36 ++++++++++++++
.../testsuite/std/format/functions/format_to.cc | 8 ++--
libstdc++-v3/testsuite/std/format/string.cc | 15 ++++++
16 files changed, 227 insertions(+), 84 deletions(-)
create mode 100644 libstdc++-v3/testsuite/libstdc++-prettyprinters/locale.cc
--
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 release/2.38/master
in repository glibc.
from 2af141bda3 malloc: Remove bin scanning from memalign (bug 30723)
new c8ecda6251 sysdeps: tst-bz21269: fix test parameter
new ad9b839953 sysdeps: tst-bz21269: handle ENOSYS & skip appropriately
new 1aed90c9c8 sysdeps: tst-bz21269: fix -Wreturn-type
The 3 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:
sysdeps/unix/sysv/linux/i386/tst-bz21269.c | 9 ++++++++-
1 file changed, 8 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_embed_check_gcc/master-thumb_m3_eabi
in repository toolchain/ci/base-artifacts.
from 506c9f9e235 onsuccess: #75: 0: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
new b22257a8b26 force: #77: 0: [TCWG CI] https://ci.linaro.org/job/tcwg_gnu [...]
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:
00-sumfiles/g++.log.xz | Bin 2582660 -> 2561544 bytes
00-sumfiles/gcc.log.xz | Bin 2192592 -> 2226208 bytes
00-sumfiles/libstdc++.log.xz | Bin 458036 -> 454012 bytes
01-reset_artifacts/console.log.xz | Bin 2276 -> 2300 bytes
02-prepare_abe/console.log.xz | Bin 2608 -> 2652 bytes
03-build_abe-binutils/console.log.xz | Bin 27112 -> 27676 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 17736 -> 17592 bytes
04-build_abe-stage1/console.log.xz | Bin 90212 -> 90232 bytes
04-build_abe-stage1/make-gcc-stage1.log.xz | Bin 70252 -> 69920 bytes
05-clean_sysroot/console.log.xz | Bin 372 -> 372 bytes
06-build_abe-newlib/console.log.xz | Bin 13000 -> 13164 bytes
06-build_abe-newlib/make-newlib.log.xz | Bin 7136 -> 7144 bytes
07-build_abe-stage2/console.log.xz | Bin 123104 -> 123416 bytes
07-build_abe-stage2/make-gcc-stage2.log.xz | Bin 94904 -> 94760 bytes
08-build_abe-gdb/console.log.xz | Bin 34460 -> 34936 bytes
08-build_abe-gdb/make-gdb.log.xz | Bin 26592 -> 26504 bytes
09-build_abe-qemu/console.log.xz | Bin 32912 -> 33016 bytes
09-build_abe-qemu/make-qemu.log.xz | Bin 22600 -> 22512 bytes
10-build_abe-dejagnu/console.log.xz | Bin 4316 -> 4340 bytes
10-build_abe-dejagnu/make-dejagnu.log.xz | Bin 584 -> 584 bytes
11-build_abe-check_gcc/check-gcc.log.xz | Bin 33656 -> 37312 bytes
11-build_abe-check_gcc/console.log.xz | Bin 8504 -> 8156 bytes
12-check_regression/console.log.xz | Bin 5704 -> 5684 bytes
git/gcc_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/notify-full.log | 648 +++++++++--------------------
jenkins/notify-init.log | 231 ++++------
jenkins/rewrite.log | 22 +-
jenkins/run-build.env | 16 +-
manifest.sh | 18 +-
notify/jira/comments.txt | 2 +-
notify/mail-body.txt | 33 +-
notify/mail-recipients.txt | 1 +
notify/mail-subject.txt | 2 +-
notify/results.compare | 4 +-
sumfiles/g++.sum | 2 +-
sumfiles/gcc.sum | 2 +-
37 files changed, 326 insertions(+), 659 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 releases/gcc-13
in repository gcc.
from ad42dcf501e tree-optimization/111070 - fix ICE with recent ifcombine fix
new d4648a00df7 omp-expand.cc: Fix wrong code with non-rectangular loop nes [...]
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/omp-expand.cc | 3 +-
.../libgomp.c-c++-common/non-rect-loop-1.c | 72 ++++++++++++++++++++++
2 files changed, 74 insertions(+), 1 deletion(-)
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/non-rect-loop-1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.