This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b61b3e19f94 debug/110885 - fix split-dwarf / debug-types interaction
new a28bb06b3e2 Ada: Fix spurious visibility error from limited_with clause [...]
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/ada/sem_ch10.adb | 44 +++++++++++++++++++---
...ited_with3-child-grandchild-grandgrandchild.ads | 5 +++
.../specs/limited_with3-child-grandchild.ads | 5 +++
.../gnat.dg/specs/limited_with3-child.ads | 7 ++++
gcc/testsuite/gnat.dg/specs/limited_with3.ads | 4 ++
5 files changed, 59 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/specs/limited_with3-child-grandchild-gran [...]
create mode 100644 gcc/testsuite/gnat.dg/specs/limited_with3-child-grandchild.ads
create mode 100644 gcc/testsuite/gnat.dg/specs/limited_with3-child.ads
create mode 100644 gcc/testsuite/gnat.dg/specs/limited_with3.ads
--
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 12c95fc1adf libatomic: Don't install libatomic_asneeded.{so,a} if corre [...]
new b61b3e19f94 debug/110885 - fix split-dwarf / debug-types interaction
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/dwarf2out.cc | 1 +
gcc/testsuite/g++.dg/debug/dwarf2/pr110885.C | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/pr110885.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 919b6fa6adc d: Merge upstream dmd, druntime 1017635a96, phobos 5a142da0a
new cffe5fd7c98 fold-const: Fix implicit cast to nullptr_t typedef [PR123790]
new 238d2fc116c match.pd: Fix up __imag__ .MUL_OVERFLOW simplification [PR123864]
new 12c95fc1adf libatomic: Don't install libatomic_asneeded.{so,a} if corre [...]
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:
gcc/fold-const.cc | 6 ++++++
gcc/match.pd | 2 +-
gcc/testsuite/g++.dg/cpp0x/nullptr47.C | 10 +++++++++
gcc/testsuite/gcc.c-torture/execute/pr123864.c | 24 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr123864.c | 28 ++++++++++++++++++++++++++
libatomic/Makefile.am | 16 +++++++--------
libatomic/Makefile.in | 16 +++++++--------
7 files changed, 85 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nullptr47.C
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr123864.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr123864.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 1297b7204ac libcpp: Fix up comment handling in -fdirectives-only prepro [...]
new de23c4ad413 openmp: Handle asm goto in diagnose_sb_2 [PR123876]
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-low.cc | 13 +++++++
gcc/testsuite/gcc.dg/gomp/pr123876.c | 69 ++++++++++++++++++++++++++++++++++++
2 files changed, 82 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr123876.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 0779f131256 aarch64: Fix gating of fp8 intrinsics [PR123206]
new 1297b7204ac libcpp: Fix up comment handling in -fdirectives-only prepro [...]
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/cpp/dir-only-10.c | 5 +++++
gcc/testsuite/c-c++-common/cpp/dir-only-11.c | 6 ++++++
libcpp/lex.cc | 10 ++++++++--
3 files changed, 19 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/cpp/dir-only-10.c
create mode 100644 gcc/testsuite/c-c++-common/cpp/dir-only-11.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 6f3d4f12587 d: Refactor for changes to dmd front-end inteface
new 0779f131256 aarch64: Fix gating of fp8 intrinsics [PR123206]
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/aarch64/aarch64-builtins.cc | 2 +-
.../aarch64/aarch64-simd-pragma-builtins.def | 36 +++++++++++-----------
gcc/testsuite/gcc.target/aarch64/pr123206.c | 7 +++++
3 files changed, 26 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr123206.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 9f0f81c5150 d: Fix ICE in dwarf2out_abstract_function, at dwarf2out.cc: [...]
new 6f3d4f12587 d: Refactor for changes to dmd front-end inteface
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/d/decl.cc | 20 ++++++------
gcc/d/expr.cc | 5 ++-
gcc/d/modules.cc | 92 ++++++++++++++++++++++++++++++-------------------------
gcc/d/typeinfo.cc | 24 +++++++++------
gcc/d/types.cc | 4 ++-
5 files changed, 84 insertions(+), 61 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 4fe48225fa4 tree-optimization/109410 - ICE with noreturn and -g
new 9f0f81c5150 d: Fix ICE in dwarf2out_abstract_function, at dwarf2out.cc: [...]
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/d/d-codegen.cc | 18 +++++++++++-------
gcc/testsuite/gdc.dg/debug/pr123263.d | 10 ++++++++++
2 files changed, 21 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gdc.dg/debug/pr123263.d
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.