This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9
in repository gcc.
from 170b863585d Daily bump.
new 6fa3b3bbac9 accept <case> and [cond] in ChangeLog
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:
contrib/gcc-changelog/git_commit.py | 16 ++++++++--------
contrib/gcc-changelog/test_email.py | 4 ++++
contrib/gcc-changelog/test_patches.txt | 35 ++++++++++++++++++++++++++++++++++
3 files changed, 47 insertions(+), 8 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-8
in repository gcc.
from d32be852172 Daily bump.
new 978bacb758d accept <case> and [cond] in ChangeLog
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:
contrib/gcc-changelog/git_commit.py | 16 ++++++++--------
contrib/gcc-changelog/test_email.py | 4 ++++
contrib/gcc-changelog/test_patches.txt | 35 ++++++++++++++++++++++++++++++++++
3 files changed, 47 insertions(+), 8 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-10
in repository gcc.
from f887a36851a libbacktrace: test linker support for DWARF 5
new ecd56bc4156 aarch64: Fix arm_sve_vector_bits on typedefs [PR95105]
new ecdb4e8d30b accept <case> and [cond] in ChangeLog
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:
contrib/gcc-changelog/git_commit.py | 16 +--
contrib/gcc-changelog/test_email.py | 4 +
contrib/gcc-changelog/test_patches.txt | 35 ++++++
gcc/config/aarch64/aarch64-sve-builtins.cc | 35 ++++--
.../aarch64/sve/acle/general-c++/attributes_1.C | 122 +++++++++++++++++++++
.../aarch64/sve/acle/general/attributes_8.c | 101 +++++++++++++++++
6 files changed, 295 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/g++.target/aarch64/sve/acle/general-c++/attributes_1.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/attributes_8.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 4070208f238 rs6000: Add len_load/len_store optab support
new a51de1af063 c++: Better diagnostic for decltype(auto) in C++11 [PR96103]
new 760df6d296b expr: Fix REDUCE_BIT_FIELD for constants [PR95694]
new 19036072c6f [Ada] Small tweak to Narrow_Large_Operation procedure
new 3452f4b72db [Ada] Check predicates for subtypes of private types
new 964a8141e19 [Ada] Extend optimization to True/False prefixed with Standard
new 8e3342889e8 [Ada] Style cleanups related to Current_Condition
new 530b30d9b3c [Ada] Allow boolean expressions in aspect Relaxed_Initialization
new 0f2d27e5fe8 [Ada] Fix inaccurate -gnatR output for derived untagged types
new 85f6d7e2d27 [Ada] Static expression function problems with -gnatc and - [...]
new c0ffadd6eab [Ada] Minor refactoring
new 5fae483372b [Ada] Remove excessive validity checks on in-parameters
new 01f27c64770 [Ada] Add expected and actual size to "bit number out of ra [...]
new c1fece377a9 [Ada] Add utility function to recognize attribute 'Loop_Entry
new ff49b8053d1 [Ada] Ada_2020 AI12-0250 : Implement Iterator filters.
new 64b15a17a15 [Ada] Typo corrections, plus minor reformatting in comments
new 6091c2e0fa1 [Ada] Disallow Predicate_Failure without predicate
new 4b5838e086b [Ada] Update entities on class-wide condition function creation
new cf6bd6a3ef1 [Ada] ACATS 4.1R - BD10001 - Error missed
new 6b52c24dd18 [Ada] Analyze aspects once generic subprograms are recognized
new 720425fa2dc [Ada] Accept aspect Relaxed_Initialization on generic subprograms
new 5c63fd2c904 [Ada] Add comment on implementation choice for byte-packed [...]
new 98ceb796329 [Ada] Minor reformatting and typo fix
new 1567ebf93ab [Ada] Fix incorrect placement of freeze node with predicate
new a1014c8136a [Ada] Fix internal error on string type comparision with predicate
new 72145c1ee83 [Ada] Fix typo and layout in comments about matching
new b19c922bf47 [Ada] Optional warning on build-in-place function calls
new eafbde5131d [Ada] Clean up in Interfaces.C.Extensions
new d387808d8bd [Ada] Fix recent regression on _Master declaration
new 9e8102b3507 [Ada] Do not apply constraint checks on allocator with No_I [...]
new 19ddfb317fc [Ada] Fix warnings in C runtime files on Windows
new 6c8b9020a8b [Ada] Fix C miss parentheses warning on Windows
new 0cb1b7276d0 [Ada] Disable warning about unsafe use of __builtin_frame_address
The 32 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/adaint.h | 5 +-
gcc/ada/bindo-writers.adb | 2 +-
gcc/ada/debug.adb | 6 +-
gcc/ada/einfo.ads | 2 +-
gcc/ada/erroutc.adb | 12 +--
gcc/ada/exp_attr.adb | 2 +
gcc/ada/exp_ch2.adb | 2 -
gcc/ada/exp_ch4.adb | 13 ++-
gcc/ada/exp_ch5.adb | 45 +++++++--
gcc/ada/exp_ch6.adb | 62 +++++-------
gcc/ada/exp_ch7.adb | 15 ++-
gcc/ada/exp_ch9.adb | 13 ++-
gcc/ada/exp_util.adb | 4 +-
gcc/ada/expect.c | 7 +-
gcc/ada/freeze.adb | 116 +++++++++++++++++------
gcc/ada/inline.adb | 7 ++
gcc/ada/libgnat/a-calcon.adb | 1 -
gcc/ada/libgnat/a-calcon.ads | 3 +-
gcc/ada/libgnat/i-cexten.ads | 4 +-
gcc/ada/libgnat/s-mmap.ads | 2 -
gcc/ada/par-ch4.adb | 38 +++++++-
gcc/ada/par-ch5.adb | 24 ++++-
gcc/ada/par.adb | 5 +
gcc/ada/raise-gcc.c | 2 +-
gcc/ada/repinfo.adb | 23 +++--
gcc/ada/sem_aggr.adb | 12 +++
gcc/ada/sem_attr.adb | 14 ++-
gcc/ada/sem_ch12.adb | 14 +--
gcc/ada/sem_ch13.adb | 119 ++++++++++++++++--------
gcc/ada/sem_ch5.adb | 10 +-
gcc/ada/sem_ch6.adb | 13 +++
gcc/ada/sem_eval.adb | 8 ++
gcc/ada/sem_prag.adb | 27 +++++-
gcc/ada/sem_util.adb | 75 ++++++++++++---
gcc/ada/sem_util.ads | 28 +++---
gcc/ada/sinfo.adb | 26 +++++-
gcc/ada/sinfo.ads | 41 +++++---
gcc/ada/socket.c | 36 ++++---
gcc/ada/sysdep.c | 2 +-
gcc/ada/terminals.c | 97 +++++++++----------
gcc/ada/tracebak.c | 3 +
gcc/cp/parser.c | 23 +++--
gcc/expr.c | 15 +--
gcc/testsuite/g++.dg/cpp0x/decltype77.C | 10 ++
gcc/testsuite/gcc.dg/{pr68835-2.c => pr95694.c} | 2 +-
45 files changed, 673 insertions(+), 317 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype77.C
copy gcc/testsuite/gcc.dg/{pr68835-2.c => pr95694.c} (82%)
--
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_bmk_tx1/llvm-release-aarch64-spec2k6-O3
in repository toolchain/ci/llvm-project.
from 77d76b71d7d [libc++] Fix recursive instantiation in std::array.
adds 70919a46fac [tests] Speculative fix for buildbot breakage from c5f7c039efe7
adds ef32c611aa2 [tests] Revert unhelpful change from d73eed42d1dc
No new revisions were added by this update.
Summary of changes:
llvm/test/CodeGen/X86/asm-modifier2.ll | 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 linaro-local/ci/tcwg_bmk_tx1/llvm-release-aarch64-spec2k6-O3
in repository toolchain/ci/glibc.
from 1ba9ebfce3 nss_compat: internal_end*ent may clobber errno, hiding ERANG [...]
adds 520aaef712 Fix avx2 strncmp offset compare condition check [BZ #25933]
adds 94abcef26e NEWS: Mention BZ 25933 fix
No new revisions were added by this update.
Summary of changes:
NEWS | 1 +
sysdeps/x86_64/multiarch/strcmp-avx2.S | 15 +++++++++++++++
2 files changed, 16 insertions(+)
--
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_bmk_tx1/llvm-release-aarch64-spec2k6-O3
in repository toolchain/ci/base-artifacts.
discards 00a5da8d 4: update: binutils-gcc-glibc-llvm: 1
new ddf4f811 4: update: binutils-gcc-glibc-llvm: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (00a5da8d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/llvm-release-aar [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 173 +-
02-prepare_abe/console.log | 106 +-
03-build_abe-binutils/console.log | 11169 +--
04-build_abe-stage1/console.log | 13813 ++--
05-build_abe-linux/console.log | 308 +-
06-build_abe-glibc/console.log | 38668 +++++----
07-build_abe-stage2/console.log | 36682 ++++-----
08-build_llvm-true/console.log | 12726 +--
10-benchmark--O3/benchmark-start.log | 2 +-
10-benchmark--O3/benchmark.log | 37 +-
10-benchmark--O3/console.log | 341 +-
11-check_regression/console.log | 2542 +-
11-check_regression/results-0.csv | 2153 +-
11-check_regression/results-1.csv | 2114 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 3 +-
11-check_regression/results-full.csv | 2308 +-
11-check_regression/results.csv | 161 +-
11-check_regression/results.log | 2332 +-
12-update_baseline/console.log | 5070 +-
12-update_baseline/results-1.csv | 2114 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-compare.csv | 3 +-
12-update_baseline/results-full.csv | 2112 +-
12-update_baseline/results.csv | 159 +-
12-update_baseline/results.log | 1788 +-
12-update_baseline/results.regressions | 2 +-
console.log | 121648 +++++++++++++++--------------
jenkins/manifest.sh | 20 +-
results_id | 2 +-
30 files changed, 129344 insertions(+), 129288 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 glibc.
from c7aa8596de rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handling
new dbfefbdc3a Rewrite abi-note.S in C.
new 1b0a4f58f5 aarch64: configure test for BTI support
new 2a4c2dde49 aarch64: Rename place holder .S files to .c
new 91181954f9 aarch64: Add BTI support to assembly files
new fddbd7c0ef aarch64: fix swapcontext for BTI
new 5f846c8b0d aarch64: fix RTLD_START for BTI
new 605338745b aarch64: enable BTI at runtime
new de9301c02e aarch64: ensure objects are BTI compatible
new 9e1751e6d6 aarch64: configure check for pac-ret code generation
new 1be3d6eb82 aarch64: Add pac-ret support to assembly files
new c94767712b aarch64: fix pac-ret support in _mcount
new d174ec248d aarch64: redefine RETURN_ADDRESS to strip PAC
new a2a83bf6d9 aarch64: add NEWS entry about branch protection support
The 13 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:
NEWS | 11 +++
config.h.in | 6 ++
csu/{abi-note.S => abi-note.c} | 25 ++++---
sysdeps/aarch64/Makefile | 12 ++++
sysdeps/aarch64/{bsd-_setjmp.S => bsd-_setjmp.c} | 0
sysdeps/aarch64/{bsd-setjmp.S => bsd-setjmp.c} | 0
sysdeps/aarch64/configure | 83 ++++++++++++++++++++++
sysdeps/aarch64/configure.ac | 41 +++++++++++
sysdeps/aarch64/crti.S | 10 +++
sysdeps/aarch64/crtn.S | 8 +++
sysdeps/aarch64/dl-bti.c | 54 ++++++++++++++
sysdeps/aarch64/dl-machine.h | 5 +-
sysdeps/{generic => aarch64}/dl-prop.h | 32 ++++++---
sysdeps/aarch64/dl-tlsdesc.S | 11 +++
sysdeps/aarch64/dl-trampoline.S | 20 ++++++
sysdeps/aarch64/linkmap.h | 3 +
sysdeps/aarch64/machine-gmon.h | 3 +-
sysdeps/aarch64/{memmove.S => memmove.c} | 0
sysdeps/aarch64/multiarch/memset_emag.S | 2 +
sysdeps/aarch64/multiarch/memset_falkor.S | 1 +
sysdeps/aarch64/multiarch/memset_generic.S | 2 +
sysdeps/aarch64/multiarch/rtld-memset.S | 2 +
sysdeps/aarch64/start.S | 1 +
sysdeps/aarch64/sysdep.h | 58 ++++++++++++++-
sysdeps/arm/abi-note.S | 8 ---
sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h | 1 +
.../unix/sysv/linux/{x86 => aarch64}/bits/mman.h | 13 ++--
sysdeps/unix/sysv/linux/aarch64/cpu-features.c | 3 +
sysdeps/unix/sysv/linux/aarch64/cpu-features.h | 2 +
sysdeps/unix/sysv/linux/aarch64/swapcontext.S | 14 +++-
30 files changed, 389 insertions(+), 42 deletions(-)
rename csu/{abi-note.S => abi-note.c} (89%)
rename sysdeps/aarch64/{bsd-_setjmp.S => bsd-_setjmp.c} (100%)
rename sysdeps/aarch64/{bsd-setjmp.S => bsd-setjmp.c} (100%)
create mode 100644 sysdeps/aarch64/dl-bti.c
copy sysdeps/{generic => aarch64}/dl-prop.h (67%)
rename sysdeps/aarch64/{memmove.S => memmove.c} (100%)
delete mode 100644 sysdeps/arm/abi-note.S
copy sysdeps/unix/sysv/linux/{x86 => aarch64}/bits/mman.h (72%)
--
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 dejagnu.
from 33f82a7 Add entries
adds 57edff8 Add early_flags to default_target_compile
adds c8beff4 Add Rust support to default_target_compile
adds 2e88e03 Add Go support to default_target_compile
adds 26de735 Document find_* procedures imported from GDB testsuite
adds 3a4313d Fix up upstreamed GDB testsuite patches
adds a641e48 Add "linker=" option to target_compile to support testing
adds 862a6a5 Add tests for new features in default_target_compile
adds 024297c Update NEWS
adds e572af7 Merge branch 'gdb-upstream-for-1.6.3'
adds 5096a3c Add "testsuite can call api" feature test API
adds 71ad088 Add "testcase group" API
adds 8c750f7 Fix Info node connectivity and formatting mistake
adds 376dacc Merge branch 'new-api-for-1.6.3'
adds 04668d6 remote: Use `catch' in killing pending force-kills
adds 1b09d3a remote: Fix a stuck remote call pipeline causing testing to hang
adds ed7ed28 Update ChangeLog
adds 4348c51 Merge branch 'timeout-fix-for-1.6.3'
adds c5b21f1 Allow testing to continue after an undefined command is called
adds 6cb7c43 Add new testsuite files to TESTSUITE_FILES in Makefile.am
adds e7f39bc Propagate return value of auto-loaded command
adds 38e913f Merge branch 'pr41914' into 'PR41824'
adds cbba4db Add tests for handling arithmetic errors in auto-loaded procedures
adds d45310c Use consistent behavior for Tcl errors in test scripts
adds f7dea4f Reword NEWS entries
adds c3252e3 Add tests for handling arithmetic errors in non-auto-loaded p [...]
adds a53c564 Update ChangeLog
adds 5bc0f51 Add option to stop immediately at Tcl errors and continue by default
adds 2c7ae25 Record Tcl errors and dump them again at the end of a run
adds a149ae3 Withdraw proposed --keep_going and --no_keep_going options
adds 556eb77 Document use of UNRESOLVED results to mark test script crashes
adds 61dc0ca Add separator lines when repeating error messages
adds 9dac619 Merge branch 'PR41918'
adds 5c847ce Fix missing name in ChangeLog entry
adds 5d954c5 Adjust NEWS
No new revisions were added by this update.
Summary of changes:
ChangeLog | 233 ++++++++++++++-
Makefile.am | 7 +-
Makefile.in | 2 +-
NEWS | 40 ++-
doc/dejagnu.texi | 137 ++++++++-
doc/runtest.1 | 3 -
lib/framework.exp | 191 +++++++++++-
lib/libgloss.exp | 40 +++
lib/remote.exp | 23 +-
lib/target.exp | 104 ++++++-
runtest.exp | 25 +-
testsuite/runtest.libs/target.test | 319 ++++++++++++++++++++-
testsuite/runtest.libs/testcase_group.test | 61 ++++
testsuite/runtest.libs/testsuite_can.test | 29 ++
testsuite/runtest.main/error.exp | 81 ++++++
.../error/testsuite/error.test/error-al-dbz.exp | 28 +-
.../error/testsuite/error.test/error-dbz.exp} | 15 +-
.../error/testsuite/error.test/error-undef.exp | 12 +-
.../error/testsuite/error.test/simple.exp | 8 +-
19 files changed, 1285 insertions(+), 73 deletions(-)
create mode 100644 testsuite/runtest.libs/testcase_group.test
create mode 100644 testsuite/runtest.libs/testsuite_can.test
create mode 100644 testsuite/runtest.main/error.exp
copy config/default.exp => testsuite/runtest.main/error/testsuite/error.test/error [...]
copy testsuite/{libdejagnu/tunit.exp => runtest.main/error/testsuite/error.test/er [...]
copy baseboards/tx39-sim.exp => testsuite/runtest.main/error/testsuite/error.test/ [...]
copy baseboards/tx39-sim.exp => testsuite/runtest.main/error/testsuite/error.test/ [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.