This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross
in repository toolchain/ci/interesting-commits.
from d286826 Add regression a6e2dc45099d5d23dfeae245617f316e95ac646b from [...]
new af066d4 Add regression 5e1e8bb00b0f1e446ac27cdd8a7845c0d81a8ee4 from [...]
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 | 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 binutils-gdb.
from 82b946165d1 ld/emultempl/msp430.em: Remove unused variable
new b0191216046 readelf: MSP430: Fix incorrect usage of "msp430x" in functi [...]
new b2b38aa45ba Fix advance/until and inline frames (PR gdb/26523)
new df63178325a Fix advance/until and multiple locations (PR gdb/26524)
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:
binutils/ChangeLog | 9 ++
binutils/readelf.c | 8 +-
gdb/ChangeLog | 22 ++++
gdb/breakpoint.c | 77 ++++++-----
gdb/inline-frame.c | 6 +-
gdb/testsuite/ChangeLog | 7 +
.../advance-until-multiple-locations.cc} | 45 +++++--
.../gdb.base/advance-until-multiple-locations.exp | 142 +++++++++++++++++++++
8 files changed, 256 insertions(+), 60 deletions(-)
copy gdb/testsuite/{gdb.multi/multi-kill.c => gdb.base/advance-until-multiple-loca [...]
create mode 100644 gdb/testsuite/gdb.base/advance-until-multiple-locations.exp
--
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 b1b96e62170 rs6000, restrict bfloat convert intrinsic to Power 10.
new 7fc590329c3 Fix shadd-2.c scan assembler count.
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.target/hppa/shadd-2.c | 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 71e9716137d libstdc++: Fix arithmetic bug in chrono::year_month::operator+
new 33a55fdb1e7 Fix shadd-2.c scan assembler count.
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.target/hppa/shadd-2.c | 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 binutils-gdb.
from 48b076bbca0 gdb/testsuite: use multi_line in gdb.dwarf2/dw2-reg-undefined.exp
new 82b946165d1 ld/emultempl/msp430.em: Remove unused variable
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:
ld/ChangeLog | 4 ++++
ld/emultempl/msp430.em | 4 +---
2 files changed, 5 insertions(+), 3 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 8323d09e823 Fortran : ICE for division by zero in declaration PR95882
new b1b96e62170 rs6000, restrict bfloat convert intrinsic to Power 10.
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/rs6000-builtin.def | 12 ++++++++++--
gcc/config/rs6000/rs6000-call.c | 4 ++--
2 files changed, 12 insertions(+), 4 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 gcc.
from 04df5e7de2f ia32: Fix alignment of _Atomic fields [PR65146]
new 7b743c67f04 libstdc++: Fix operator overload ambiguity with calendar types
new 71e9716137d libstdc++: Fix arithmetic bug in chrono::year_month::operator+
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:
libstdc++-v3/include/std/chrono | 286 ++++++++++++---------
libstdc++-v3/testsuite/std/time/year_month/1.cc | 12 +
.../std/time/{make24/1.cc => year_month/2.cc} | 27 +-
.../std/time/{make24/1.cc => year_month_day/2.cc} | 27 +-
.../time/{make24/1.cc => year_month_day_last/2.cc} | 27 +-
.../time/{make24/1.cc => year_month_weekday/2.cc} | 27 +-
.../{make24/1.cc => year_month_weekday_last/2.cc} | 27 +-
7 files changed, 244 insertions(+), 189 deletions(-)
copy libstdc++-v3/testsuite/std/time/{make24/1.cc => year_month/2.cc} (60%)
copy libstdc++-v3/testsuite/std/time/{make24/1.cc => year_month_day/2.cc} (58%)
copy libstdc++-v3/testsuite/std/time/{make24/1.cc => year_month_day_last/2.cc} (57%)
copy libstdc++-v3/testsuite/std/time/{make24/1.cc => year_month_weekday/2.cc} (56%)
copy libstdc++-v3/testsuite/std/time/{make24/1.cc => year_month_weekday_last/2.cc} (54%)
--
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 c2015ce4a40 gdb/testsuite: make test names unique in gdb.arch/*.exp
new fc5d6901ad4 gdb: fix whitespace issues in ChangeLog files
new 48b076bbca0 gdb/testsuite: use multi_line in gdb.dwarf2/dw2-reg-undefined.exp
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:
gdb/ChangeLog | 2 +-
gdb/testsuite/ChangeLog | 10 +++++++---
gdb/testsuite/gdb.dwarf2/dw2-reg-undefined.exp | 7 ++++++-
3 files changed, 14 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.