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 5bb6119070a Fortran: Fix for class functions as associated target [PR98565].
new 19f2f22d59f Fortran: Correct missing structure constructor comps. [PR97612].
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/fortran/primary.c | 32 ++++++++++++++--------
.../gfortran.dg/structure_constructor_17.f90 | 21 ++++++++++++++
2 files changed, 42 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/structure_constructor_17.f90
--
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 25d45b5dd41 Fortran: Fix some select rank issues [PR97694 and 97723].
new 755299ea93d Fortran: Fix for class functions as associated target [PR98565].
new 80b1492b2de Fortran: Correct missing structure constructor comps. [PR97612].
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/fortran/primary.c | 32 +++++---
gcc/fortran/trans-intrinsic.c | 8 +-
gcc/testsuite/gfortran.dg/associated_target_7.f90 | 87 ++++++++++++++++++++++
.../gfortran.dg/structure_constructor_17.f90 | 21 ++++++
4 files changed, 136 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/associated_target_7.f90
create mode 100644 gcc/testsuite/gfortran.dg/structure_constructor_17.f90
--
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 e99f23c5bf59 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
new 3d53afea525f MAINTAINERS: Change Rafael's e-mail address
new 0654cf05d17b ACPI: CPPC: Introduce cppc_get_nominal_perf()
new 46573fd6369f cpufreq: intel_pstate: hybrid: Rework HWP calibration
new d216bfb4d798 PM: sleep: wakeirq: drop useless parameter from dev_pm_att [...]
new 4a9344cd0aa4 PM: sleep: core: Avoid setting power.must_resume to false
new ca67408ad57a PM: EM: fix kernel-doc comments
new d62aab8ff711 Documentation: power: include kernel-doc in Energy Model doc
new be2d24336f88 Merge branches 'pm-cpufreq', 'pm-sleep' and 'pm-em'
new d6498af58f5c Merge tag 'pm-5.15-rc1-3' of git://git.kernel.org/pub/scm/ [...]
new 22d692baba0a ACPICA: Update the list of maintainers
new 66e0aeaa8bae ACPI: scan: Remove unneeded header linux/nls.h
new 3265cc3ec52e ACPI: PRM: Find PRMT table before parsing it
new 8fbc1c5b9113 Merge branches 'acpi-scan' and 'acpi-prm'
new 926de8c4326c Merge tag 'acpi-5.15-rc1-3' of git://git.kernel.org/pub/sc [...]
The 14 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:
Documentation/power/energy-model.rst | 15 ++-
MAINTAINERS | 21 ++--
drivers/acpi/cppc_acpi.c | 47 ++++++---
drivers/acpi/prmt.c | 10 +-
drivers/acpi/scan.c | 1 -
drivers/base/power/main.c | 2 +-
drivers/base/power/wakeirq.c | 11 +--
drivers/cpufreq/intel_pstate.c | 185 ++++++++++++++---------------------
include/acpi/cppc_acpi.h | 5 +
include/linux/energy_model.h | 8 +-
10 files changed, 147 insertions(+), 158 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-9
in repository gcc.
from acfdc0b662e Fortran: Improve resolution of associate variables. [PR93701].
new 5bb6119070a Fortran: Fix for class functions as associated target [PR98565].
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/fortran/trans-intrinsic.c | 8 ++-
gcc/testsuite/gfortran.dg/associated_target_7.f90 | 87 +++++++++++++++++++++++
2 files changed, 94 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/associated_target_7.f90
--
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 56defe31918 Fortran: Improve resolution of associate variables. [PR93701].
new 25d45b5dd41 Fortran: Fix some select rank issues [PR97694 and 97723].
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/fortran/check.c | 13 +++++----
gcc/fortran/resolve.c | 5 ++--
gcc/fortran/trans-stmt.c | 2 +-
gcc/testsuite/gfortran.dg/select_rank_5.f90 | 44 +++++++++++++++++++++++++++++
4 files changed, 55 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/select_rank_5.f90
--
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-9
in repository gcc.
from c101105e785 Fortran: Fix ICE due to elemental procedure pointers [PR98472].
new acfdc0b662e Fortran: Improve resolution of associate variables. [PR93701].
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/fortran/resolve.c | 9 ++++++++
gcc/testsuite/gfortran.dg/associate_54.f90 | 34 ++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/associate_55.f90 | 35 +++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/associate_56.f90 | 36 ++++++++++++++++++++++++++++++
4 files changed, 114 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/associate_54.f90
create mode 100644 gcc/testsuite/gfortran.dg/associate_55.f90
create mode 100644 gcc/testsuite/gfortran.dg/associate_56.f90
--
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 0a79a5457a1 Fortran: Fix ICE due to elemental procedure pointers [PR98472].
new 56defe31918 Fortran: Improve resolution of associate variables. [PR93701].
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/fortran/resolve.c | 9 ++++++++
gcc/testsuite/gfortran.dg/associate_54.f90 | 34 ++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/associate_55.f90 | 35 +++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/associate_56.f90 | 36 ++++++++++++++++++++++++++++++
4 files changed, 114 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/associate_54.f90
create mode 100644 gcc/testsuite/gfortran.dg/associate_55.f90
create mode 100644 gcc/testsuite/gfortran.dg/associate_56.f90
--
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 d7d1029e626 [gdb/testsuite] Fix DUPLICATE in gdb.base/global-var-nested [...]
new cf9c1c753c1 [gdb/testsuite] Reimplement gdb.gdb/python-selftest.exp as [...]
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/python/python.c | 46 +++++++++++++++++++++++++++++++
gdb/testsuite/gdb.gdb/python-selftest.exp | 30 --------------------
2 files changed, 46 insertions(+), 30 deletions(-)
delete mode 100644 gdb/testsuite/gdb.gdb/python-selftest.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-9
in repository gcc.
from f6928565173 Fortran: Fix host associated PDT entity initialization
new c101105e785 Fortran: Fix ICE due to elemental procedure pointers [PR98472].
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/fortran/trans-array.c | 4 +-
gcc/testsuite/gfortran.dg/elemental_function_5.f90 | 46 ++++++++++++++++++++++
2 files changed, 48 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/elemental_function_5.f90
--
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 714b85f6fce Fortran: Fix host associated PDT entity initialization
new 0a79a5457a1 Fortran: Fix ICE due to elemental procedure pointers [PR98472].
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/fortran/trans-array.c | 4 +-
gcc/testsuite/gfortran.dg/elemental_function_5.f90 | 46 ++++++++++++++++++++++
2 files changed, 48 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/elemental_function_5.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.