This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 00956e55dd2 C/C++: Better notification if misused a function like macro [...]
new cb0d29db88e RISC-V: Fix ABI vector passing on stack and GPR [PR123824].
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/riscv/riscv.cc | 75 +++++++++++++++++--------
gcc/testsuite/gcc.target/riscv/abi/vls-gpr-1.c | 15 +++++
gcc/testsuite/gcc.target/riscv/abi/vls-gpr-10.c | 17 ++++++
gcc/testsuite/gcc.target/riscv/abi/vls-gpr-11.c | 15 +++++
gcc/testsuite/gcc.target/riscv/abi/vls-gpr-12.c | 19 +++++++
gcc/testsuite/gcc.target/riscv/abi/vls-gpr-13.c | 19 +++++++
gcc/testsuite/gcc.target/riscv/abi/vls-gpr-14.c | 12 ++++
gcc/testsuite/gcc.target/riscv/abi/vls-gpr-2.c | 15 +++++
gcc/testsuite/gcc.target/riscv/abi/vls-gpr-3.c | 16 ++++++
gcc/testsuite/gcc.target/riscv/abi/vls-gpr-4.c | 19 +++++++
gcc/testsuite/gcc.target/riscv/abi/vls-gpr-5.c | 21 +++++++
gcc/testsuite/gcc.target/riscv/abi/vls-gpr-6.c | 12 ++++
gcc/testsuite/gcc.target/riscv/abi/vls-gpr-7.c | 14 +++++
gcc/testsuite/gcc.target/riscv/abi/vls-gpr-8.c | 15 +++++
gcc/testsuite/gcc.target/riscv/abi/vls-gpr-9.c | 17 ++++++
15 files changed, 279 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/abi/vls-gpr-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/abi/vls-gpr-10.c
create mode 100644 gcc/testsuite/gcc.target/riscv/abi/vls-gpr-11.c
create mode 100644 gcc/testsuite/gcc.target/riscv/abi/vls-gpr-12.c
create mode 100644 gcc/testsuite/gcc.target/riscv/abi/vls-gpr-13.c
create mode 100644 gcc/testsuite/gcc.target/riscv/abi/vls-gpr-14.c
create mode 100644 gcc/testsuite/gcc.target/riscv/abi/vls-gpr-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/abi/vls-gpr-3.c
create mode 100644 gcc/testsuite/gcc.target/riscv/abi/vls-gpr-4.c
create mode 100644 gcc/testsuite/gcc.target/riscv/abi/vls-gpr-5.c
create mode 100644 gcc/testsuite/gcc.target/riscv/abi/vls-gpr-6.c
create mode 100644 gcc/testsuite/gcc.target/riscv/abi/vls-gpr-7.c
create mode 100644 gcc/testsuite/gcc.target/riscv/abi/vls-gpr-8.c
create mode 100644 gcc/testsuite/gcc.target/riscv/abi/vls-gpr-9.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 baaa412ae73 d: Fix ICE: in expand_asm_stmt, at cfgexpand.cc:3445 [PR121477]
new 00956e55dd2 C/C++: Better notification if misused a function like macro [...]
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/c-family/known-headers.cc | 20 ++++++++++++++++++++
gcc/c-family/known-headers.h | 13 +++++++++++++
gcc/c/c-decl.cc | 12 +++++++++++-
gcc/cp/name-lookup.cc | 12 +++++++++++-
gcc/testsuite/c-c++-common/function-like-macro-1.c | 10 ++++++++++
gcc/testsuite/c-c++-common/function-like-macro-2.c | 11 +++++++++++
6 files changed, 76 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/function-like-macro-1.c
create mode 100644 gcc/testsuite/c-c++-common/function-like-macro-2.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 releases/gcc-14
in repository gcc.
from 0ea3b542545 d: RVO/NRVO not done when returning a copy constructor
new 6d7b1c9e599 d: Fix ICE: in expand_asm_stmt, at cfgexpand.cc:3445 [PR121477]
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 | 6 +++++-
gcc/testsuite/gdc.dg/pr121477.d | 12 ++++++++++++
2 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gdc.dg/pr121477.d
--
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 8c9345901ba d: RVO/NRVO not done when returning a copy constructor
new edd69382d89 d: Fix ICE: in expand_asm_stmt, at cfgexpand.cc:3445 [PR121477]
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 | 6 +++++-
gcc/testsuite/gdc.dg/pr121477.d | 12 ++++++++++++
2 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gdc.dg/pr121477.d
--
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-15
in repository gcc.
from 5e31b24e474 d: RVO/NRVO not done when returning a copy constructor
new e49b8f2a46d d: Fix ICE: in expand_asm_stmt, at cfgexpand.cc:3445 [PR121477]
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 | 6 +++++-
gcc/testsuite/gdc.dg/pr121477.d | 12 ++++++++++++
2 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gdc.dg/pr121477.d
--
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 da65c9d0ae2 [PR121571, LRA]: Reprocess asm insn with different preferen [...]
new baaa412ae73 d: Fix ICE: in expand_asm_stmt, at cfgexpand.cc:3445 [PR121477]
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 | 6 +++++-
gcc/testsuite/gdc.dg/pr121477.d | 12 ++++++++++++
2 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gdc.dg/pr121477.d
--
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 linux.
from 1f97d9dcf536 Merge tag 'vfio-v6.19-rc8' of https://github.com/awilliam/ [...]
new 28f240683871 pinctrl: meson: mark the GPIO controller as sleeping
new 1fbe3abb449c pinctrl: qcom: sm8350-lpass-lpi: Merge with SC7280 to fix [...]
new 304c3ebcaff3 pinctrl: th1520: Fix typo
new 4f0d22ec60ce pinctrl: lpass-lpi: implement .get_direction() for the GPI [...]
new f58442788fda dt-bindings: pinctrl: marvell,armada3710-xb-pinctrl: fix ' [...]
new 8dfce8991b95 Merge tag 'pinctrl-v6.19-3' of git://git.kernel.org/pub/sc [...]
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:
.../pinctrl/marvell,armada3710-xb-pinctrl.yaml | 2 +-
arch/arm64/configs/defconfig | 1 -
drivers/pinctrl/meson/pinctrl-meson.c | 2 +-
drivers/pinctrl/pinctrl-th1520.c | 2 +-
drivers/pinctrl/qcom/Kconfig | 15 +-
drivers/pinctrl/qcom/Makefile | 1 -
drivers/pinctrl/qcom/pinctrl-lpass-lpi.c | 17 +++
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c | 3 +
drivers/pinctrl/qcom/pinctrl-sm8350-lpass-lpi.c | 151 ---------------------
9 files changed, 26 insertions(+), 168 deletions(-)
delete mode 100644 drivers/pinctrl/qcom/pinctrl-sm8350-lpass-lpi.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 releases/gcc-15
in repository gcc.
from c3fa37ceeb5 Daily bump.
new 5e31b24e474 d: RVO/NRVO not done when returning a copy constructor
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/expr.cc | 2 +-
gcc/d/toir.cc | 57 +++++++++++++++++++++++----------
gcc/testsuite/gdc.dg/torture/pr123422.d | 25 +++++++++++++++
3 files changed, 66 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gdc.dg/torture/pr123422.d
--
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-14
in repository gcc.
from 2cf99ca5fbf Daily bump.
new 0ea3b542545 d: RVO/NRVO not done when returning a copy constructor
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/expr.cc | 2 +-
gcc/d/toir.cc | 57 +++++++++++++++++++++++----------
gcc/testsuite/gdc.dg/torture/pr123422.d | 25 +++++++++++++++
3 files changed, 66 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gdc.dg/torture/pr123422.d
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.