This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/c++-modules
in repository gcc.
from 413b4680768 Libcody by value
new 225c2bdd6fd Local-extern fix
new cdaf02a04df Local-extern fix
new 1a329887130 AIX sed fix
new 43d3295555c libcody fix
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:
ChangeLog.modules | 17 ++++++++++
gcc/Makefile.in | 2 +-
gcc/cp/Make-lang.in | 4 +--
gcc/cp/name-lookup.c | 46 +++++++++++++++++++++++++++
gcc/testsuite/g++.dg/modules/local-extern-2.H | 10 ++++++
5 files changed, 76 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/local-extern-2.H
--
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 users/ARM/morello-binutils-gdb-master
in repository binutils-gdb.
at cc7013e8cf8 [Morello] Add iclass to add/sub instructions
This branch includes the following new commits:
new 261dde89bc0 [AArch64] Prefer error messages from opcodes enabled in CPU [...]
new 3493da5c6bb [AArch64] Initial commit for Morello architecture
new 3979cf50965 [Morello] Add mapping symbol to identify C64 code sections
new 8b21361b836 [Morello] Set LSB for c64 symbols in object code
new c774f5076dd [AArch64] Remove section caches for section data
new f0070c1e156 [Morello] Identify branch source and target using mapping symbols
new ec145252252 [Morello] Add MOV and CPY instructions for capabilities
new dc64c2bac4f [Morello] ADD and SUB instructions
new 9e5e0b29b76 [Morello] Add BICFLGS
new adffaa8ee26 [Morello] Branch and return instructions
new 1ef7b7e1fee [Morello] Miscellaneous Morello Instructions
new 3e2ac3d2fa0 [Morello] CLRTAG, CLRPERM
new 0bd712333ef [Morello] Capability construction and modification instructions
new 7ce74d614e7 [Morello] Capability sealing and unsealing instructions
new f260da95d2a [Morello] Load and branch instructions
new e9af8aad338 [Morello] Load and store instructions.
new f7d2c6754ae [Morello] LDR immediate
new 324988cf332 [Morello] All remaining load and store instructions
new 477ec1217ef [Morello] Loads and stores with alternate base
new 08da6e93760 [Morello] altbase: LDR/STR
new ec87fc0fff8 [Morello] altbase: LDUR/STUR
new 7b45fa4fa1f [Morello] altbase: Remaining LD/ST
new cd0042b3a77 [Morello] Implement LDUR/STUR fallback for LDR/STR in altbase mode
new 321c4e1a055 [Morello] ADR, ADRP and ADRDP
new 801f0a7dada [Morello] Add Morello system registers
new bbb366834d0 [Morello] Make DC, IC capability aware in C64.
new 925041050d8 [Morello] Add Morello relocations for ADRP
new 40bbb79e5a3 [Morello] Capability data relocations
new d2beed31c50 [Morello] Allow lo12 relocations for alternate base ld/st
new f938669f01a [Morello] Expand GOT entry sizes for C64
new a1bdea65c73 [Morello] GOT Relocations
new 8d4edc5f8e3 [Morello] Add symbol markers for reloc section for static binaries
new a0b64c9957f [Morello] Linker tests for capability data relocations
new e19e9199119 [Morello] Implement branch relocations
new 50e192f0f26 [Morello] Add interworking and range extension veneers
new fa6ca5e254b [Morello] Capability support for exception headers
new 7ff36d1a856 [Morello] Pad section alignment to account for capability r [...]
new 4ca9b4065c4 [Morello] TLS Descriptor support
new 144cbdb3960 [Morello] Initial capability data structure support + Unit testing
new ae6ec5dfcb3 [General] Add new builtin types to support capabilities
new a93ee8c21d4 [General] Add support for capability types and modifier in GDB
new c65dd777559 [General] gdbarch update to include code_capability_bit, da [...]
new 6664edc5a9f [General] Add target description support for capability types
new 164cbcebeae [Morello] Add new DWARF defines for capabilities
new cd9c3437715 [Morello] Add feature check constant for capabilities
new 5ea4625bb20 [Morello] Add Morello target description XML and registers
new 1bdd3dce2f7 [Morello] Generate target descriptions based on runtime cap [...]
new 698c89836e2 [Morello] Add capability register set support
new efb06fe149c [Morello] Capability address_class support and testcase
new 5052b3e2337 [General] More capability type handling (merge with others)
new feae0585b51 [Morello] Add set/show ABI command for AArch64
new c8c305cdab5 [Morello] Add capability fault codes and report fault information
new 3ee5808b7c8 [Morello] Add support for capability/pointer/integer conversions
new bf9797c1124 [General] Add capability casts to scalar types
new 51e95f5515a [General] Accept capabilities as a type of pointer
new 1e52b45a4c4 [Morello] Mask the LSB from cap mode addresses
new 33f0202df43 [Morello] Add support for Morello sigreturn/sigcontext frame
new a02532506a9 [Morello] Fix displaced stepping LSB adjustment and add deb [...]
new 41f42a0b51d [Morello] Disable displaced stepping for Morello
new d54450ebb6b [Morello] Add register aliases for Morello (cfp, clr, c31, [...]
new 69552c4272f [Morello] Add static ABI detection based on the __cap_reloc [...]
new 837afe9d9f6 [Morello] Record mapping symbols and mark C64 function symb [...]
new 32487f77d33 [General/Morello] Fetch and display register capability tag [...]
new b34767fcc89 [Morello] Add 'C' augmentation character support
new e862249e6e5 [Morello] Enable DWARF unwinding with C registers
new 9e9a064bf40 [Morello] Unwinding: Restore CLR and PCC properly
new db4f31a23fc [Morello] Fixup manual unwinding without DWARF
new c778c6aa016 [Morello] Add preliminary core file register set support
new cc7013e8cf8 [Morello] Add iclass to add/sub instructions
The 69 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.
--
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 f9915b964c25 Merge tag 'drm-next-2020-10-19' of git://anongit.freedeskt [...]
new 8fada2d4c213 power: supply: Add dependency to lego-ev3-battery Kconfig options
new 93d660de3f31 power: supply: bq2515x: Constify static variables
new ef805f217709 dt-bindings: power: reset: Convert reboot-mode to YAML
new 2d52f7102b1d power: supply: smb347-charger: Use resource-managed API
new 873e63267bde dt-bindings: battery: Add temperature properties
new c1f90759b3d5 dt-bindings: power: supply: Add device-tree binding for Su [...]
new 00cda13e339c power: supply: Support battery temperature device-tree properties
new 364bec7557ec power: supply: smb347-charger: Implement device-tree support
new de76fd29a7dc power: supply: smb347-charger: Support SMB345 and SMB358
new db14d3b45b4d power: supply: smb347-charger: Remove virtual smb347-battery
new 99298de5df92 power: supply: smb347-charger: Replace mutex with IRQ disa [...]
new 5ca937fb5d68 power: supply: add wireless type
new 4024810c5aad power: supply: bq27xxx: Simplify with dev_err_probe()
new ec744270c927 power: supply: cpcap: Simplify with dev_err_probe()
new 52a023a14ea9 power: supply: gpio-charger: Simplify with dev_err_probe()
new 31873dc23c3f power: supply: ingenic: Simplify with dev_err_probe()
new e03e3601fb9f power: supply: lego_ev3: Simplify with dev_err_probe()
new 17529bcf0ae2 power: supply: gpio-charger: Convert to GPIO descriptors
new 39e95bbbac67 Merge tag 'psy-arm-gpio-charger-immutable-for-5.10-signed' [...]
new be2919d8355e power: supply: gpio-charger: add charge-current-limit feature
new 52bef41f606b power: supply: sbs-battery: remove unused enable_detection flags
new 2c4bf6983402 power: supply: sbs-battery: combine get_presence_and_health
new c24b9a741b5f power: supply: pm2301_charger: fix spelling mistake "charg [...]
new 44ff56c022c0 power: bq27xxx: Update to SPDX licensing
new b6f3e21b928a power: supply: smb347-charger: Drop pdata support
new f385e2fcc596 power: supply: smb347-charger: Use generic property framework
new 395a7251dc2b power: supply: sbs-battery: don't assume i2c errors as bat [...]
new 1426dffad0dd power: supply: Add support for RN5T618/RC5T619 charger and [...]
new 033dea165c8a power: supply: charger-manager: Swap private uevent for po [...]
new 9584051f3cf3 power: supply: charger-manager: Remove cm_notify_event function
new cdaeb15157cd power: supply: charger-manager: Always use POWER_SUPPLY_PROP_TEMP
new 0a9e0f94bfcf power: supply: charger-manager: Correct usage of CHARGE_NOW/FULL
new dfc63825aa15 power: supply: charger-manager: Collect all power_supply_c [...]
new e132fc6bb89b power: supply: charger-manager: Make decisions focussed on [...]
new 9434e4530d46 power: supply: charger-manager: Don't start charging in ca [...]
new c1f73028f75d power: supply: charger-manager: Update extcon functions
new 683aa86eb16a power: supply: charger-manager: Count cm-chargers property [...]
new d8483f31487c dt-bindings: power: supply: Cleanup charger-manager bindings
new 8d58ca2754f1 dt-bindings: power: Convert ingenic,battery.txt to YAML
new 5fb768a5a47a dt-bindings: power: ingenic,battery: add new compatibles
new 3f41e742ee94 power: supply: ds278x: fix spelling typo
new 724083293e18 power: supply: bq25890: support IBAT compensation
new c8db568375fa power: supply: bq25890: document IBAT compensation DT properties
new ec3af53aa4ed power: supply: ab8500-fg: fix spelling typo
new 3c8b5fb9983b MAINTAINERS: Remove Andrew F. Davis
new 81196e2e57fc power: supply: ucs1002: fix some health status issues
new 3e8282a36029 dt-bindings: power: bq27xxx: add bq34z100
new 7bf738ba1107 power: supply: bq27xxx: report "not charging" on all types
new bffa569fc985 power: supply: bq27xxx: adjust whitespace and use BIT() fo [...]
new c02ca2019866 power: supply: bq27xxx: add separate flag for single SoC register
new 7be64ae0bf36 power: supply: bq27xxx: add separate flag for capacity inaccurate
new 41a7431dbaa3 power: supply: bq27xxx: add support for TI bq34z100
new 05f94eb98907 power: supply: document current direction
new e55a50613d91 power: supply: max17040: Use devm_ to automate remove
new 6455a8a84bdf power: supply: max17040: Use regmap i2c
new 11a2bdc10f5b dt-bindings: power: supply: Extend max17040 compatibility
new 4f7f8e87c49e power: supply: max17040: Support compatible devices
new b973c9d51819 dt-bindings: power: supply: max17040: Add maxim,rcomp
new 1779c6e3496a power: supply: max17040: Support setting rcomp
new ee2d433cb473 power: supply: max17040: Support soc alert
new 7da9f17fc2b9 power: supply: bq24257: skip 'struct acpi_device_id' when [...]
new 66ac8df5e0fd power: supply: bq2515x: fix kerneldoc
new 02067dc96c60 power: supply: bq25890: skip 'struct acpi_device_id' when [...]
new 439cd7eddc77 power: supply: goldfish: skip 'struct acpi_device_id' when [...]
new 5bcb3dae01da power: supply: rt9455: skip 'struct acpi_device_id' when ! [...]
new c22b90db5451 power: supply: charger-manager: drop unused charger assignment
new f87d092fe4d4 power: supply: pm2301: drop duplicated i2c_device_id
new c07fa6c16313 power: supply: test_power: add missing newlines when print [...]
new 304bff2fb8e9 power: supply: fix spelling mistake "unprecise" -> "imprecise"
new 6d3dd362fa03 dt-binding: bq25980: Add the bq25980 flash charger
new 5069185fc18e power: supply: bq25980: Add support for the BQ259xx family
new 8ae237ec0af9 power: supply: sbs-battery: keep error code when get_prope [...]
new 312e95c6e921 dt-bindings: reset: ocelot: Add Sparx5 support
new ec871696b777 power: reset: ocelot: Add support for Sparx5
new 4b464bad37c6 power: supply: bq25980: remove redundant zero check on ret
new d4fbca833b72 power: supply: bq25980: Fix uninitialized wd_reg_val
new 7f977e64370d power: supply: max17040: Fix ptr to enum cast
new 10a4357f4aeb power: supply: charger-manager: fix incorrect check on cha [...]
new 411643e949f4 power: supply: test-power: revise parameter printing to us [...]
new 58d1620c4ded power: supply: ltc2941: Fix ptr to enum cast
new 6c59a17b0d59 power: supply: bq25980: Fix uninitialized wd_reg_val and overrun
new 7007fab4ae82 power: reset: POWER_RESET_OCELOT_RESET should depend on Oc [...]
new 38525c6919e2 Merge tag 'for-v5.10' of git://git.kernel.org/pub/scm/linu [...]
The 83 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/ABI/testing/sysfs-class-power | 8 +-
.../bindings/power/reset/ocelot-reset.txt | 7 +-
.../bindings/power/reset/reboot-mode.txt | 25 -
.../bindings/power/reset/reboot-mode.yaml | 47 +
.../devicetree/bindings/power/supply/battery.yaml | 24 +
.../devicetree/bindings/power/supply/bq25890.txt | 4 +
.../devicetree/bindings/power/supply/bq25980.yaml | 114 ++
.../devicetree/bindings/power/supply/bq27xxx.yaml | 1 +
.../bindings/power/supply/charger-manager.txt | 30 +-
.../bindings/power/supply/gpio-charger.yaml | 31 +
.../bindings/power/supply/ingenic,battery.txt | 31 -
.../bindings/power/supply/ingenic,battery.yaml | 61 +
.../bindings/power/supply/max17040_battery.txt | 21 +-
.../power/supply/summit,smb347-charger.yaml | 152 +++
MAINTAINERS | 4 +-
arch/arm/mach-pxa/tosa.c | 12 +-
arch/arm/mach-sa1100/collie.c | 14 +-
drivers/power/reset/Kconfig | 4 +-
drivers/power/reset/ocelot-reset.c | 55 +-
drivers/power/supply/Kconfig | 36 +-
drivers/power/supply/Makefile | 2 +
drivers/power/supply/ab8500_fg.c | 4 +-
drivers/power/supply/bq24257_charger.c | 2 +
drivers/power/supply/bq2515x_charger.c | 14 +-
drivers/power/supply/bq25890_charger.c | 17 +-
drivers/power/supply/bq25980_charger.c | 1314 ++++++++++++++++++++
drivers/power/supply/bq25980_charger.h | 178 +++
drivers/power/supply/bq27xxx_battery.c | 102 +-
drivers/power/supply/bq27xxx_battery_hdq.c | 9 +-
drivers/power/supply/bq27xxx_battery_i2c.c | 12 +-
drivers/power/supply/charger-manager.c | 578 +++------
drivers/power/supply/cpcap-battery.c | 7 +-
drivers/power/supply/ds2780_battery.c | 6 +-
drivers/power/supply/ds2781_battery.c | 6 +-
drivers/power/supply/goldfish_battery.c | 2 +
drivers/power/supply/gpio-charger.c | 172 ++-
drivers/power/supply/ingenic-battery.c | 8 +-
drivers/power/supply/lego_ev3_battery.c | 24 +-
drivers/power/supply/ltc2941-battery-gauge.c | 3 +-
drivers/power/supply/max17040_battery.c | 489 +++++---
drivers/power/supply/pm2301_charger.c | 7 +-
drivers/power/supply/power_supply_core.c | 19 +
drivers/power/supply/power_supply_sysfs.c | 1 +
drivers/power/supply/rn5t618_power.c | 556 +++++++++
drivers/power/supply/rt9455_charger.c | 2 +
drivers/power/supply/sbs-battery.c | 125 +-
drivers/power/supply/smb347-charger.c | 692 ++++++-----
drivers/power/supply/test_power.c | 26 +-
drivers/power/supply/ucs1002_power.c | 75 +-
include/dt-bindings/power/summit,smb347-charger.h | 19 +
include/linux/power/bq27xxx_battery.h | 1 +
include/linux/power/charger-manager.h | 41 +-
include/linux/power/gpio-charger.h | 6 -
include/linux/power/smb347-charger.h | 114 --
include/linux/power_supply.h | 7 +
55 files changed, 3938 insertions(+), 1383 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/power/reset/reboot-mode.txt
create mode 100644 Documentation/devicetree/bindings/power/reset/reboot-mode.yaml
create mode 100644 Documentation/devicetree/bindings/power/supply/bq25980.yaml
delete mode 100644 Documentation/devicetree/bindings/power/supply/ingenic,battery.txt
create mode 100644 Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml
create mode 100644 Documentation/devicetree/bindings/power/supply/summit,smb347-ch [...]
create mode 100644 drivers/power/supply/bq25980_charger.c
create mode 100644 drivers/power/supply/bq25980_charger.h
create mode 100644 drivers/power/supply/rn5t618_power.c
create mode 100644 include/dt-bindings/power/summit,smb347-charger.h
delete mode 100644 include/linux/power/smb347-charger.h
--
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 84b3d60d4f5 libstdc++: Fix doxygen comment for std::any_of
new 34b80171b2f libstdc++: Add C++11 member functions for ios::failure in old ABI
new a8f4ed53b3b libstdc++: Enable tests that incorrectly require cxx11-abi
new a109beccd84 libstdc++: Implement LWG 3706 for COW strings
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:
libstdc++-v3/include/bits/basic_string.h | 12 ++++++++-
libstdc++-v3/include/bits/basic_string.tcc | 8 ------
libstdc++-v3/include/bits/ios_base.h | 18 +++++++++++++
.../basic_string/allocator/char/minimal.cc | 8 +++---
.../basic_string/allocator/wchar_t/minimal.cc | 8 +++---
.../21_strings/basic_string/cons/char/deduction.cc | 1 -
.../basic_string/cons/wchar_t/deduction.cc | 1 -
.../testsuite/27_io/basic_fstream/cons/base.cc | 1 -
.../testsuite/27_io/ios_base/failure/cxx11.cc | 3 ++-
.../ios_base/failure/error_code.cc} | 31 ++++++++++++----------
10 files changed, 54 insertions(+), 37 deletions(-)
copy libstdc++-v3/testsuite/{25_algorithms/fill/94013.cc => 27_io/ios_base/failure [...]
--
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 6267bb7a11f lto-wrapper: Fix -save-temps filename commit
new 522307281ce syscall: remove Sendfile on NetBSD
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/go/gofrontend/MERGE | 2 +-
libgo/go/syscall/libcall_bsd_regfile.go | 2 +-
libgo/go/syscall/{libcall_bsd.go => libcall_bsd_sendfile.go} | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
rename libgo/go/syscall/{libcall_bsd.go => libcall_bsd_sendfile.go} (88%)
--
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 4fb0ee84ad8 AArch64: Add FLAG for get/set reg intrinsics [PR94442]
new 6267bb7a11f lto-wrapper: Fix -save-temps filename commit
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/lto-wrapper.c | 2 +-
gcc/testsuite/gcc.misc-tests/outputs.exp | 24 ++++++++++++------------
2 files changed, 13 insertions(+), 13 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 linux.
from 5c7e3f3f5cbc Merge tag 'iommu-fix-v5.10' of git://git.kernel.org/pub/sc [...]
new 44264591a8c4 drm/amd/display: Fix module load hangs when connected to an eDP
new 02a1bea65bb3 drm/amdgpu/swsmu: init the baco mutex in early_init
new c0e35ed924e4 drm/amd/display: kernel-doc: document force_timing_sync
new 39ec39d77170 docs: amdgpu: fix a warning when building the documentation
new 83da6eea3af6 drm/amd/pm: increase mclk switch threshold to 200 us
new 187561dd7653 drm/amdgpu: vcn and jpeg ring synchronization
new 8f4729e88064 drm/amdkfd: Use kvfree in destroy_crat_image
new 941947d29eb7 Merge tag 'amd-drm-fixes-5.10-2020-10-14' of git://people. [...]
new c46a40ff13dc drm/amd/display: Fix incorrect dsc force enable logic
new f0b707c125a2 drm/i915: Fix TGL DKL PHY DP vswing handling
new 214bba50616f drm/i915: Set all unused color plane offsets to ~0xfff again
new 40b99050455b Merge tag 'drm-intel-next-fixes-2020-10-15' of git://anong [...]
new f9915b964c25 Merge tag 'drm-next-2020-10-19' of git://anongit.freedeskt [...]
The 13 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/gpu/amdgpu.rst | 4 ++--
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 2 ++
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h | 1 +
drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.c | 24 +++++++++++++++++--
drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c | 28 ++++++++++++++++++----
drivers/gpu/drm/amd/amdgpu/vcn_v1_0.h | 3 ++-
drivers/gpu/drm/amd/amdkfd/kfd_crat.c | 2 +-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 2 ++
.../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 2 +-
drivers/gpu/drm/amd/display/dc/core/dc.c | 10 ++++----
.../gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c | 2 +-
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 7 +++---
drivers/gpu/drm/i915/display/intel_ddi.c | 2 +-
drivers/gpu/drm/i915/display/intel_display.c | 17 ++++---------
14 files changed, 72 insertions(+), 34 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 257bbf154cd c++: Fix P0846 (ADL and function templates) in template [PR97010]
new 64b07803bbf c++: Fix last change.
new 88462e62a64 libstdc++: Fix misnamed configure option in manual
new 0fa9ec49e37 libstdc++: Fix documentation for return values of copy algos
new 84b3d60d4f5 libstdc++: Fix doxygen comment for std::any_of
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:
gcc/cp/pt.c | 2 +-
libstdc++-v3/doc/html/manual/configure.html | 3 ++-
libstdc++-v3/doc/xml/manual/configure.xml | 3 ++-
libstdc++-v3/include/bits/stl_algo.h | 2 +-
libstdc++-v3/include/bits/stl_algobase.h | 8 ++++----
5 files changed, 10 insertions(+), 8 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 dbcc6b1577b preprocessor: Further fix for EOF in macro args [PR97471]
new 5d53ec27015 Saturate overflows return from SCEV in ranger.
new 16e4f1ad44e Refactor range handling of builtins in vr_values and ranger.
new 4fb0ee84ad8 AArch64: Add FLAG for get/set reg intrinsics [PR94442]
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/config/aarch64/aarch64-simd-builtins.def | 36 +-
gcc/gimple-range.cc | 40 ++-
gcc/gimple-range.h | 4 +-
gcc/testsuite/gcc.dg/pr97501.c | 14 +
gcc/vr-values.c | 508 ++++++++++++++-------------
gcc/vr-values.h | 3 +-
6 files changed, 327 insertions(+), 278 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr97501.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.