This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards b99f7143 4: update: binutils-gcc-linux-qemu: 33
new 90d9b246 4: update: binutils-gcc-linux-qemu: 33
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 (b99f7143)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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.xz | Bin 1640 -> 1716 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 30336 -> 31068 bytes
04-build_abe-stage1/console.log.xz | Bin 91128 -> 91972 bytes
05-build_abe-qemu/console.log.xz | Bin 31200 -> 31516 bytes
06-build_linux/console.log.xz | Bin 5112 -> 5868 bytes
08-check_regression/console.log.xz | Bin 476 -> 476 bytes
09-update_baseline/console.log | 210 +++++++++++++++++------------------
jenkins/manifest.sh | 22 ++--
9 files changed, 116 insertions(+), 116 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 linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/gdb.
from 2cb10f02b0 LoongArch: Add testcases for new relocate types.
new 4f46c0bc36 opcodes: add new sub-mnemonic disassembler style
new 36d94bd42b libopcodes/ppc: add support for disassembler styling
new 90ed159321 gdb: handle dis_style_sub_mnemonic disassembler style
new eea2d83593 Remove dead code from windows_nat_target::detach
new 42e11f363c gdb/arm: Use if-else if instead of switch
new a6e4a48c02 gdb/arm: Sync sp with other *sp registers
The 6 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:
binutils/objdump.c | 2 +
gdb/arm-tdep.c | 103 ++++++++++++++++++++++++++++++++++++++------
gdb/disasm.c | 1 +
gdb/windows-nat.c | 14 ++----
include/dis-asm.h | 7 +++
opcodes/disassemble.c | 1 +
opcodes/ppc-dis.c | 115 +++++++++++++++++++++++++++++++++++++-------------
7 files changed, 189 insertions(+), 54 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 linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/gcc.
from 718cf8d0bd3 docs: remove recently added trailing whitespaces
adds eb966d393df aarch64: Implement ACLE Data Intrinsics
adds 613e3b86955 middle-end/106414 - fix mistake in ~(x ^ y) -> x == y pattern
new 556b816b820 RTEMS: Do not define _GNU_SOURCE by default
new 4c6567b4090 c++: -Woverloaded-virtual false positive [PR87729]
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/aarch64/aarch64-builtins.cc | 71 ++++
gcc/config/aarch64/aarch64.md | 13 +-
gcc/config/aarch64/arm_acle.h | 53 +++
gcc/config/rs6000/rtems.h | 3 +
gcc/cp/class.cc | 11 +-
gcc/match.pd | 3 +-
gcc/testsuite/g++.dg/warn/Woverloaded-virt4.C | 7 +
gcc/testsuite/gcc.dg/torture/pr106414-1.c | 12 +
gcc/testsuite/gcc.dg/torture/pr106414-2.c | 12 +
.../gcc.target/aarch64/acle/data-intrinsics.c | 468 +++++++++++++++++++++
10 files changed, 645 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Woverloaded-virt4.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr106414-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr106414-2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/data-intrinsics.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/binutils-gdb.
from 2cb10f02b0 LoongArch: Add testcases for new relocate types.
new 4f46c0bc36 opcodes: add new sub-mnemonic disassembler style
new 36d94bd42b libopcodes/ppc: add support for disassembler styling
new 90ed159321 gdb: handle dis_style_sub_mnemonic disassembler style
new eea2d83593 Remove dead code from windows_nat_target::detach
new 42e11f363c gdb/arm: Use if-else if instead of switch
new a6e4a48c02 gdb/arm: Sync sp with other *sp registers
The 6 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:
binutils/objdump.c | 2 +
gdb/arm-tdep.c | 103 ++++++++++++++++++++++++++++++++++++++------
gdb/disasm.c | 1 +
gdb/windows-nat.c | 14 ++----
include/dis-asm.h | 7 +++
opcodes/disassemble.c | 1 +
opcodes/ppc-dis.c | 115 +++++++++++++++++++++++++++++++++++++-------------
7 files changed, 189 insertions(+), 54 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 linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 049d9269 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 20acae86 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (049d9269)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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.xz | Bin 1604 -> 1636 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2760 bytes
04-build_abe-binutils/console.log.xz | Bin 31228 -> 31044 bytes
05-build_abe-stage1/console.log.xz | Bin 92024 -> 91532 bytes
06-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
07-build_abe-linux/console.log.xz | Bin 8900 -> 8920 bytes
08-build_abe-glibc/console.log.xz | Bin 233968 -> 233664 bytes
09-build_abe-stage2/console.log.xz | Bin 222840 -> 223960 bytes
10-build_abe-gdb/console.log.xz | Bin 37484 -> 37796 bytes
11-build_abe-qemu/console.log.xz | Bin 31412 -> 31184 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 18 +++++++++---------
jenkins/manifest.sh | 20 ++++++++++----------
13 files changed, 19 insertions(+), 19 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 linaro-local/ci/tcwg_kernel/llvm-master-aarch64-norov-allnoconfig
in repository toolchain/ci/qemu.
from fe16c833fd Merge tag 'pull-migration-20220720c' of https://gitlab.com/d [...]
adds 1ca1a7ec36 monitor: add support for boolean statistics
adds 105bb7cdbe kvm: add support for boolean statistics
adds 3746b8ca3e util: Fix broken build on Haiku
adds 5288bee45f Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu [...]
No new revisions were added by this update.
Summary of changes:
accel/kvm/kvm-all.c | 10 +++++++++-
linux-headers/linux/kvm.h | 1 +
monitor/hmp-cmds.c | 2 ++
qapi/stats.json | 4 +++-
4 files changed, 15 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-norov-allnoconfig
in repository toolchain/ci/base-artifacts.
discards e49a86b2 0: update: binutils-llvm-linux-qemu: boot
new 9ed6393c 0: update: binutils-llvm-linux-qemu: boot
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 (e49a86b2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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.xz | Bin 1636 -> 1660 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2736 bytes
03-build_abe-binutils/console.log.xz | Bin 30552 -> 30672 bytes
04-build_kernel_llvm/console.log.xz | Bin 64484 -> 65952 bytes
05-build_abe-qemu/console.log.xz | Bin 31560 -> 31212 bytes
06-build_linux/console.log.xz | Bin 3696 -> 4108 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 18 +++++++++---------
9 files changed, 10 insertions(+), 10 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 ca4d3ea513 manual: Add documentation for arc4random functions
new 0c5605989f Linux: dirent/tst-readdir64-compat needs to use TEST_COMPAT [...]
new 794c27446f struct stat is not posix conformant on microblaze with __USE [...]
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:
sysdeps/unix/sysv/linux/Makefile | 10 ++++------
sysdeps/unix/sysv/linux/microblaze/bits/struct_stat.h | 2 +-
sysdeps/unix/sysv/linux/tst-readdir64-compat.c | 4 ++++
3 files changed, 9 insertions(+), 7 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 linaro-local/ci/tcwg_gnu_cross_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 7c0ef05f 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 29432bdf 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (7c0ef05f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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.xz | Bin 1640 -> 1624 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 31420 -> 31032 bytes
05-build_abe-stage1/console.log.xz | Bin 73624 -> 73212 bytes
06-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
07-build_abe-linux/console.log.xz | Bin 9096 -> 8776 bytes
08-build_abe-glibc/console.log.xz | Bin 239408 -> 240988 bytes
09-build_abe-stage2/console.log.xz | Bin 205304 -> 205452 bytes
10-build_abe-gdb/console.log.xz | Bin 38280 -> 38064 bytes
11-build_abe-qemu/console.log.xz | Bin 31496 -> 30960 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
13 files changed, 14 insertions(+), 14 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 binutils-gdb.
from 90ed1593211 gdb: handle dis_style_sub_mnemonic disassembler style
new eea2d835934 Remove dead code from windows_nat_target::detach
new 42e11f363c5 gdb/arm: Use if-else if instead of switch
new a6e4a48c02a gdb/arm: Sync sp with other *sp registers
new f7f904e4fda binutils-gdb/git: highlight whitespace errors in source files
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:
.gitattributes | 15 ++++++++
gdb/arm-tdep.c | 103 ++++++++++++++++++++++++++++++++++++++++++++++--------
gdb/windows-nat.c | 14 +++-----
3 files changed, 108 insertions(+), 24 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 binutils-gdb.
from 36d94bd42b7 libopcodes/ppc: add support for disassembler styling
new 90ed1593211 gdb: handle dis_style_sub_mnemonic disassembler style
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:
gdb/disasm.c | 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 556b816b820 RTEMS: Do not define _GNU_SOURCE by default
new 4c6567b4090 c++: -Woverloaded-virtual false positive [PR87729]
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/class.cc | 11 +++++++----
gcc/testsuite/g++.dg/warn/Woverloaded-virt4.C | 7 +++++++
2 files changed, 14 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Woverloaded-virt4.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards f6492710 0: update: binutils-gcc: 1
new e0745ef1 0: update: binutils-gcc: 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 (f6492710)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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.xz | Bin 1616 -> 1760 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2736 bytes
03-build_abe-binutils/console.log.xz | Bin 38940 -> 38056 bytes
04-build_abe-gcc/console.log.xz | Bin 214832 -> 213264 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3840 -> 3820 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2788 -> 2668 bytes
07-check_regression/console.log.xz | Bin 2808 -> 2792 bytes
07-check_regression/results.compare | 31 +-
07-check_regression/results.compare2 | 103 +-
08-update_baseline/console.log | 314 ++-
08-update_baseline/results.compare | 31 +-
08-update_baseline/results.compare2 | 103 +-
jenkins/manifest.sh | 10 +-
sumfiles/g++.log.xz | Bin 3535752 -> 3525688 bytes
sumfiles/g++.sum | 122 +-
sumfiles/gcc.log.xz | Bin 3049740 -> 3052760 bytes
sumfiles/gcc.sum | 4741 +++++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 1033512 -> 1038340 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2184 -> 2188 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 204604 -> 205048 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2552 -> 2552 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 444688 -> 444308 bytes
sumfiles/libstdc++.sum | 10 +-
27 files changed, 2856 insertions(+), 2675 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 linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards d6ab31df 0: update: binutils-gcc: 2
new eeaba627 0: update: binutils-gcc: 2
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 (d6ab31df)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-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.xz | Bin 1572 -> 1636 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 37844 -> 38288 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 330964 -> 328812 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 15 insertions(+), 15 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 linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards f13c8397 0: update: binutils-gcc: 2
new 3bb035c0 0: update: binutils-gcc: 2
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 (f13c8397)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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.xz | Bin 1612 -> 1616 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2724 bytes
04-build_abe-binutils/console.log.xz | Bin 52524 -> 51604 bytes
05-build_abe-bootstrap_lto/console.log.xz | Bin 476236 -> 472220 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 37 ++++++++++++++++++++++++++++++
jenkins/manifest.sh | 14 +++++------
7 files changed, 44 insertions(+), 7 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 binutils-gdb.
from 2cb10f02b0e LoongArch: Add testcases for new relocate types.
new 4f46c0bc364 opcodes: add new sub-mnemonic disassembler style
new 36d94bd42b7 libopcodes/ppc: add support for disassembler styling
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:
binutils/objdump.c | 2 +
include/dis-asm.h | 7 +++
opcodes/disassemble.c | 1 +
opcodes/ppc-dis.c | 115 +++++++++++++++++++++++++++++++++++++-------------
4 files changed, 95 insertions(+), 30 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-11
in repository gcc.
from 02cae430dff Daily bump.
new 750324e5320 RTEMS: Do not define _GNU_SOURCE by default
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/rs6000/rtems.h | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.