https://gcc.gnu.org/g:0d90ad11fb42573a4186c69117edc892f6fb9151
commit 0d90ad11fb42573a4186c69117edc892f6fb9151
Author: Alexandre Oliva
Date: Fri Sep 13 02:13:50 2024 -0300
relax ifcombine to accept vuses
Diff:
---
gcc/config/i386/t-i386 | 2 ++
gcc/testsuite/gcc.dg/field-m
The branch 'aoliva/heads/testme' was updated to point to:
0d90ad11fb42... relax ifcombine to accept vuses
It previously pointed to:
cfc10ee04079... relax ifcombine to accept vuses
Diff:
!!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):
--
https://gcc.gnu.org/g:cfc10ee040798637c72487435d0ab8668e05c386
commit cfc10ee040798637c72487435d0ab8668e05c386
Author: Alexandre Oliva
Date: Fri Sep 13 02:13:50 2024 -0300
relax ifcombine to accept vuses
Diff:
---
gcc/config/i386/t-i386 | 2 ++
gcc/testsuite/gcc.dg/field-m
The branch 'aoliva/heads/testme' was updated to point to:
cfc10ee04079... relax ifcombine to accept vuses
It previously pointed to:
70860fa4cab8... relax ifcombine to accept vuses
Diff:
!!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):
--
https://gcc.gnu.org/g:5d9486c29938d79beb798dce1a5509da54fe8c9f
commit r15-3619-g5d9486c29938d79beb798dce1a5509da54fe8c9f
Author: Thomas Koenig
Date: Fri Sep 13 07:47:24 2024 +0200
Fix endianness issue on unsigned_21.f90.
gcc/testsuite/ChangeLog:
PR fortran/116653
https://gcc.gnu.org/g:70860fa4cab8ad90645027582ac5775716495819
commit 70860fa4cab8ad90645027582ac5775716495819
Author: Alexandre Oliva
Date: Fri Sep 13 02:13:50 2024 -0300
relax ifcombine to accept vuses
Diff:
---
gcc/config/i386/t-i386| 2 ++
gcc/tree-ssa-ifcombine.cc | 2 +-
2 file
The branch 'aoliva/heads/testme' was updated to point to:
70860fa4cab8... relax ifcombine to accept vuses
It previously pointed to:
d82778e46cec... relax ifcombine to accept vuses
Diff:
!!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):
--
https://gcc.gnu.org/g:d82778e46cecd7879b647471b126fa156e6672f2
commit d82778e46cecd7879b647471b126fa156e6672f2
Author: Alexandre Oliva
Date: Fri Sep 13 02:13:50 2024 -0300
relax ifcombine to accept vuses
Diff:
---
gcc/tree-ssa-ifcombine.cc | 2 +-
1 file changed, 1 insertion(+), 1 deleti
https://gcc.gnu.org/g:1494b67efaa0c4c3ebd46b7fcaee5a3389124d4b
commit 1494b67efaa0c4c3ebd46b7fcaee5a3389124d4b
Author: Alexandre Oliva
Date: Fri Aug 18 00:51:23 2023 -0300
fold truth-and only in ifcombine
Diff:
---
gcc/gimple-fold.cc| 2 ++
gcc/tree-ssa-ifcombine.cc | 24 +++
https://gcc.gnu.org/g:163a7691962e2a60402d2b75fb2243bfd33b3595
commit 163a7691962e2a60402d2b75fb2243bfd33b3595
Author: Alexandre Oliva
Date: Thu Jul 27 05:15:20 2023 -0300
check for mergeable loads, choose insertion points accordingly
Diff:
---
gcc/gimple-fold.cc | 253 ++
https://gcc.gnu.org/g:e4f6196e7a16de0ceb4b9f4b68993a1f8454a7fc
commit e4f6196e7a16de0ceb4b9f4b68993a1f8454a7fc
Author: Alexandre Oliva
Date: Tue Sep 29 12:55:20 2020 -0300
rework truth_andor folding into tree-ssa-ifcombine
Diff:
---
gcc/fold-const.cc | 1048 +-
@@ -1 +1 @@
-20240912
+20240913
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index c54bdfddd516..b1ef6d1bf3b6 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,32 @@
+2024-09-12 Marek Polacek
+
+ Backported from master:
+ 2024-09-12 Marek Polacek
+
+ PR c
/gcc/DATESTAMP b/gcc/DATESTAMP
index 8dcf10768ee4..bc2400990747 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240912
+20240913
a/gcc/DATESTAMP b/gcc/DATESTAMP
index 8dcf10768ee4..bc2400990747 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240912
+20240913
unction): Use
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 8dcf10768ee4..bc2400990747 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240912
+20240913
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 4ca7193b6bc1..d0dbaa141454 100644
--- a/gcc/c-family/ChangeLog
+++ b/
https://gcc.gnu.org/g:66212571a719e4cfcedb59103eb8fd7dc52e84f8
commit 66212571a719e4cfcedb59103eb8fd7dc52e84f8
Author: Alexandre Oliva
Date: Tue Sep 29 04:08:46 2020 -0300
assorted improvements for fold_truth_andor_1
This patch introduces various improvements to the logic that mer
https://gcc.gnu.org/g:90eb457e05f73d5bd81beb3419b5803bb68491b1
commit 90eb457e05f73d5bd81beb3419b5803bb68491b1
Author: Alexandre Oliva
Date: Thu Sep 12 20:03:53 2024 -0300
testsuite: a few more hostedlib adjustments
This adjusts some recently-added tests that won't compile without
The branch 'aoliva/heads/testme' was updated to point to:
66212571a719... assorted improvements for fold_truth_andor_1
It previously pointed to:
6af7fe931d94... testsuite: a few more hostedlib adjustments
Diff:
!!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):
-
https://gcc.gnu.org/g:6af7fe931d949dbf453fed41d2198abe2abd766c
commit 6af7fe931d949dbf453fed41d2198abe2abd766c
Author: Alexandre Oliva
Date: Thu Sep 12 20:03:53 2024 -0300
testsuite: a few more hostedlib adjustments
This adjusts some recently-added tests that won't compile without
https://gcc.gnu.org/g:5c5b83b5ad497638c9bf250d2ea33d67d758cc77
commit 5c5b83b5ad497638c9bf250d2ea33d67d758cc77
Author: Alexandre Oliva
Date: Tue Sep 29 04:08:46 2020 -0300
assorted improvements for fold_truth_andor_1
This patch introduces various improvements to the logic that mer
https://gcc.gnu.org/g:1aaa4dcb3e9afa976972eb00b57477dc3697d219
commit 1aaa4dcb3e9afa976972eb00b57477dc3697d219
Author: Michael Meissner
Date: Thu Sep 12 16:50:55 2024 -0400
Update ChangeLog.*
Diff:
---
gcc/ChangeLog.dmf | 449 +-
1 file
https://gcc.gnu.org/g:6a4bc9883d33b45e567ac0d334c78227ede83484
commit 6a4bc9883d33b45e567ac0d334c78227ede83484
Author: Michael Meissner
Date: Thu Sep 12 16:47:42 2024 -0400
RFC2677-Add xvrlw support.
2024-09-12 Michael Meissner
gcc/
* config/rs6000/alt
https://gcc.gnu.org/g:8c9f1dc1c8fd2ab40c9140b57a5c50515271fc77
commit 8c9f1dc1c8fd2ab40c9140b57a5c50515271fc77
Author: Michael Meissner
Date: Thu Sep 12 16:46:36 2024 -0400
RFC2686-Add paddis support.
2024-09-12 Michael Meissner
gcc/
* config/rs6000/co
https://gcc.gnu.org/g:4a9fc4dcfc36dd2e6dadc3d142d349a1b1dc22a0
commit 4a9fc4dcfc36dd2e6dadc3d142d349a1b1dc22a0
Author: Michael Meissner
Date: Thu Sep 12 16:45:44 2024 -0400
RFC2655-Add saturating subtract built-ins.
This patch adds support for a saturating subtract built-in functi
https://gcc.gnu.org/g:2ae87991d8a4ac874d19598afcfa72bf378c193a
commit 2ae87991d8a4ac874d19598afcfa72bf378c193a
Author: Michael Meissner
Date: Thu Sep 12 16:44:27 2024 -0400
RFC2656-Support load/store vector with right length.
This patch adds support for new instructions that may b
https://gcc.gnu.org/g:eecc79a113cda76c252f56b185c413275bbd7b79
commit eecc79a113cda76c252f56b185c413275bbd7b79
Author: Michael Meissner
Date: Thu Sep 12 16:41:55 2024 -0400
RFC2653-PowerPC: Add support for 1,024 bit DMR registers.
This patch is a prelimianry patch to add the full
https://gcc.gnu.org/g:eeb17942c1af0428783739a22fbfdac7a8605664
commit eeb17942c1af0428783739a22fbfdac7a8605664
Author: Michael Meissner
Date: Thu Sep 12 16:40:49 2024 -0400
RFC2653-Add dense math test for new instruction names.
2024-09-12 Michael Meissner
gcc/testsuit
https://gcc.gnu.org/g:ace2e85d487f4126573be32e36f2d5b610cb0bbe
commit ace2e85d487f4126573be32e36f2d5b610cb0bbe
Author: Michael Meissner
Date: Thu Sep 12 16:39:17 2024 -0400
RFC2653-PowerPC: Switch to dense math names for all MMA operations.
This patch changes the assembler instruc
https://gcc.gnu.org/g:95ef2562cd8d6d0543ba0aaa1a2c9b10f40ed542
commit 95ef2562cd8d6d0543ba0aaa1a2c9b10f40ed542
Author: Michael Meissner
Date: Thu Sep 12 16:38:06 2024 -0400
RFC2653-Add support for dense math registers.
The MMA subsystem added the notion of accumulator registers as
https://gcc.gnu.org/g:16cf5254202b83638035fe28e881c62efa89f666
commit 16cf5254202b83638035fe28e881c62efa89f666
Author: Michael Meissner
Date: Thu Sep 12 16:36:51 2024 -0400
RFC2653-Add wD constraint.
This patch adds a new constraint ('wD') that matches the accumulator
registers
https://gcc.gnu.org/g:9764af0303d209a7ad828a13f58ad1a6c920142a
commit 9764af0303d209a7ad828a13f58ad1a6c920142a
Author: Michael Meissner
Date: Thu Sep 12 16:35:38 2024 -0400
Use vector pair load/store for memcpy with -mcpu=future
In the development for the power10 processor, GCC di
https://gcc.gnu.org/g:b9f44c9162a08f667bc97185134b88aea72981d8
commit b9f44c9162a08f667bc97185134b88aea72981d8
Author: Michael Meissner
Date: Thu Sep 12 16:17:50 2024 -0400
Update ChangeLog.*
Diff:
---
gcc/ChangeLog.bugs | 94 +-
1 file
https://gcc.gnu.org/g:d06132bfafb4dd7ed82cadf50263cc0b6e943125
commit d06132bfafb4dd7ed82cadf50263cc0b6e943125
Merge: 1d506250b1fb f7abfc56ea5d
Author: Michael Meissner
Date: Thu Sep 12 16:08:49 2024 -0400
Merge commit 'refs/users/meissner/heads/work178-vpair' of
git+ssh://gcc.gnu.org/git
The branch 'meissner/heads/work178-test' was updated to point to:
b10cc7a6851c... Merge commit 'refs/users/meissner/heads/work178-test' of gi
It previously pointed to:
8124f1e6aff8... Add ChangeLog.test and update REVISION.
Diff:
Summary of changes (added commits):
--
https://gcc.gnu.org/g:b10cc7a6851cd9a2228a6f595c74806818d41b24
commit b10cc7a6851cd9a2228a6f595c74806818d41b24
Merge: 881c995ea9b8 8124f1e6aff8
Author: Michael Meissner
Date: Thu Sep 12 16:06:51 2024 -0400
Merge commit 'refs/users/meissner/heads/work178-test' of
git+ssh://gcc.gnu.org/git/
https://gcc.gnu.org/g:645cebe1a5373a7fb6505943dc5b486481975bbe
commit 645cebe1a5373a7fb6505943dc5b486481975bbe
Author: Michael Meissner
Date: Thu Sep 12 16:15:13 2024 -0400
PR 99293: Optimize splat of a V2DF/V2DI extract with constant element
We had optimizations for splat of a ve
https://gcc.gnu.org/g:3aa2b0a70ccadb176c78ba9a9bf837143f3d59ae
commit 3aa2b0a70ccadb176c78ba9a9bf837143f3d59ae
Author: Michael Meissner
Date: Thu Sep 12 16:13:23 2024 -0400
PR 89213: Add better support for shifting vectors with 64-bit elements
This patch fixes PR target/89213 to a
https://gcc.gnu.org/g:1d506250b1fb168e72cf2143e761d02c924f8eb3
commit 1d506250b1fb168e72cf2143e761d02c924f8eb3
Author: Michael Meissner
Date: Thu Sep 12 15:27:48 2024 -0400
Add ChangeLog.vpair and update REVISION.
2024-09-12 Michael Meissner
gcc/
* Cha
The branch 'meissner/heads/work178-vpair' was updated to point to:
d06132bfafb4... Merge commit 'refs/users/meissner/heads/work178-vpair' of g
It previously pointed to:
f7abfc56ea5d... Add ChangeLog.vpair and update REVISION.
Diff:
Summary of changes (added commits):
https://gcc.gnu.org/g:881c995ea9b807ee7d0710045e1217adbe16a09a
commit 881c995ea9b807ee7d0710045e1217adbe16a09a
Author: Michael Meissner
Date: Thu Sep 12 15:31:34 2024 -0400
Add ChangeLog.test and update REVISION.
2024-09-12 Michael Meissner
gcc/
* Chan
https://gcc.gnu.org/g:34491a7fa6889fe2679909377843c2bc1ff52910
commit 34491a7fa6889fe2679909377843c2bc1ff52910
Author: Michael Meissner
Date: Thu Sep 12 15:28:38 2024 -0400
Add ChangeLog.tar and update REVISION.
2024-09-12 Michael Meissner
gcc/
* Chang
https://gcc.gnu.org/g:e91856119cce502ef99fe4f06d5063b9a09412d5
commit e91856119cce502ef99fe4f06d5063b9a09412d5
Merge: 34491a7fa688 a5d043977b95
Author: Michael Meissner
Date: Thu Sep 12 16:05:44 2024 -0400
Merge commit 'refs/users/meissner/heads/work178-tar' of
git+ssh://gcc.gnu.org/git/g
The branch 'meissner/heads/work178-tar' was updated to point to:
e91856119cce... Merge commit 'refs/users/meissner/heads/work178-tar' of git
It previously pointed to:
a5d043977b95... Add ChangeLog.tar and update REVISION.
Diff:
Summary of changes (added commits):
https://gcc.gnu.org/g:70adefb839e81654ba4733b9efd0b703636924b7
commit 70adefb839e81654ba4733b9efd0b703636924b7
Merge: 3f1870d6aff3 5a3b5823db6d
Author: Michael Meissner
Date: Thu Sep 12 16:04:03 2024 -0400
Merge commit 'refs/users/meissner/heads/work178-libs' of
git+ssh://gcc.gnu.org/git/
https://gcc.gnu.org/g:3f1870d6aff3aef8f84c6e95311b1138ebac1aa3
commit 3f1870d6aff3aef8f84c6e95311b1138ebac1aa3
Author: Michael Meissner
Date: Thu Sep 12 15:30:36 2024 -0400
Add ChangeLog.libs and update REVISION.
2024-09-12 Michael Meissner
gcc/
* Chan
The branch 'meissner/heads/work178-libs' was updated to point to:
70adefb839e8... Merge commit 'refs/users/meissner/heads/work178-libs' of gi
It previously pointed to:
5a3b5823db6d... Add ChangeLog.libs and update REVISION.
Diff:
Summary of changes (added commits):
--
https://gcc.gnu.org/g:70215b7e3844d8f958ab2a3008c0c2586a45839a
commit 70215b7e3844d8f958ab2a3008c0c2586a45839a
Author: Michael Meissner
Date: Thu Sep 12 15:26:50 2024 -0400
Add ChangeLog.dmf and update REVISION.
2024-09-12 Michael Meissner
gcc/
* Chang
https://gcc.gnu.org/g:ab8879b1dcdae988641cb2ae0d76ff7f05c3c0d8
commit ab8879b1dcdae988641cb2ae0d76ff7f05c3c0d8
Merge: 70215b7e3844 0ad31e9889b0
Author: Michael Meissner
Date: Thu Sep 12 16:02:46 2024 -0400
Merge commit 'refs/users/meissner/heads/work178-dmf' of
git+ssh://gcc.gnu.org/git/g
The branch 'meissner/heads/work178-dmf' was updated to point to:
ab8879b1dcda... Merge commit 'refs/users/meissner/heads/work178-dmf' of git
It previously pointed to:
0ad31e9889b0... Add ChangeLog.dmf and update REVISION.
Diff:
Summary of changes (added commits):
https://gcc.gnu.org/g:c425f9a8951881d9790dd9197ce259b6e5f28eef
commit c425f9a8951881d9790dd9197ce259b6e5f28eef
Author: Michael Meissner
Date: Thu Sep 12 15:29:44 2024 -0400
Add ChangeLog.bugs and update REVISION.
2024-09-12 Michael Meissner
gcc/
* Chan
https://gcc.gnu.org/g:d8b655099e0c06f20d746a7a9397ddfdbe271825
commit d8b655099e0c06f20d746a7a9397ddfdbe271825
Merge: c425f9a89518 4ed9d16a0b78
Author: Michael Meissner
Date: Thu Sep 12 16:00:59 2024 -0400
Merge commit 'refs/users/meissner/heads/work178-bugs' of
git+ssh://gcc.gnu.org/git/
The branch 'meissner/heads/work178-bugs' was updated to point to:
d8b655099e0c... Merge commit 'refs/users/meissner/heads/work178-bugs' of gi
It previously pointed to:
4ed9d16a0b78... Add ChangeLog.bugs and update REVISION.
Diff:
Summary of changes (added commits):
--
https://gcc.gnu.org/g:2447d85d64522c91861f562acb5696b73c22141a
commit 2447d85d64522c91861f562acb5696b73c22141a
Author: Michael Meissner
Date: Thu Sep 12 15:48:21 2024 -0400
Change TARGET_CMPB to TARGET_POWER6
As part of the architecture flags patches, this patch changes the use of
https://gcc.gnu.org/g:f5f55b6e732d119a5c4a1d8e48d1364eb94d9d1d
commit r15-3616-gf5f55b6e732d119a5c4a1d8e48d1364eb94d9d1d
Author: Jonathan Wakely
Date: Thu Sep 12 10:55:23 2024 +0100
libstdc++: Remove unused alias template in std::optional
I added this __is_bool alias template in r
https://gcc.gnu.org/g:27c985b774b2ccb0d2aa9eb72acf05f98b790296
commit r15-3615-g27c985b774b2ccb0d2aa9eb72acf05f98b790296
Author: Jonathan Wakely
Date: Wed Sep 11 10:17:23 2024 +0100
libstdc++: Simplify std::launder definition
A single static assert is a much simpler way to impleme
https://gcc.gnu.org/g:9fe57e4879de93b6e3c7b4c226f42d5f3a48474f
commit r15-3614-g9fe57e4879de93b6e3c7b4c226f42d5f3a48474f
Author: Jonathan Wakely
Date: Wed Sep 11 11:47:44 2024 +0100
c++: Make __builtin_launder reject invalid types [PR116673]
The standard says that std::launder is
https://gcc.gnu.org/g:db845de0bf64e872da038a7b0913bf2825f504fb
commit db845de0bf64e872da038a7b0913bf2825f504fb
Author: Michael Meissner
Date: Thu Sep 12 15:54:51 2024 -0400
Add -mcpu=future tuning support.
This patch makes -mtune=future use the same tuning decision as
-mtune=powe
https://gcc.gnu.org/g:9a8c9ebb3313c72aff0d34dda9ee2f752af10f6d
commit 9a8c9ebb3313c72aff0d34dda9ee2f752af10f6d
Author: Michael Meissner
Date: Thu Sep 12 15:54:08 2024 -0400
Add support for -mcpu=future
This patch adds the support that can be used in developing GCC support for
https://gcc.gnu.org/g:e629d8c9706c7a37e2a83247df96899515e5e5c5
commit e629d8c9706c7a37e2a83247df96899515e5e5c5
Author: Michael Meissner
Date: Thu Sep 12 15:50:46 2024 -0400
Change TARGET_MODULO to TARGET_POWER9
As part of the architecture flags patches, this patch changes the use
https://gcc.gnu.org/g:cf2e2df71bb48fd39c8d621df83a07cea27179de
commit cf2e2df71bb48fd39c8d621df83a07cea27179de
Author: Michael Meissner
Date: Thu Sep 12 15:52:08 2024 -0400
Update tests to work with architecture flags changes.
Two tests used -mvsx to raise the processor level to a
https://gcc.gnu.org/g:30a040f6304e4c1b43ca30a954b52ab195d79aa6
commit 30a040f6304e4c1b43ca30a954b52ab195d79aa6
Author: Michael Meissner
Date: Thu Sep 12 15:49:19 2024 -0400
Change TARGET_POPCNTD to TARGET_POWER7
As part of the architecture flags patches, this patch changes the use
https://gcc.gnu.org/g:c290843ac5164175d4813e1d6edb5216930d1348
commit c290843ac5164175d4813e1d6edb5216930d1348
Author: Michael Meissner
Date: Thu Sep 12 15:47:07 2024 -0400
Change TARGET_FPRND to TARGET_POWER5X
As part of the architecture flags patches, this patch changes the use
https://gcc.gnu.org/g:71a8da6141287722fa1099426b59e199d25d44cc
commit 71a8da6141287722fa1099426b59e199d25d44cc
Author: Michael Meissner
Date: Thu Sep 12 15:45:05 2024 -0400
Change TARGET_POPCNTB to TARGET_POWER5
As part of the architecture flags patches, this patch changes the use
https://gcc.gnu.org/g:59c893c3b58e6f7e8e55263681276a7f8f3024eb
commit 59c893c3b58e6f7e8e55263681276a7f8f3024eb
Author: Michael Meissner
Date: Thu Sep 12 15:43:32 2024 -0400
Do not allow -mvsx to boost processor to power7.
This patch restructures the code so that -mvsx for example
https://gcc.gnu.org/g:fbd5596704c2d9a183464c37c46a7f551de0531e
commit fbd5596704c2d9a183464c37c46a7f551de0531e
Author: Michael Meissner
Date: Thu Sep 12 15:42:33 2024 -0400
Use architecture flags for defining _ARCH_PWR macros.
For the newer architectures, this patch changes GCC to
https://gcc.gnu.org/g:77cfcb47453e1843f639920100d6171036bf01af
commit 77cfcb47453e1843f639920100d6171036bf01af
Author: Michael Meissner
Date: Thu Sep 12 15:41:03 2024 -0400
Add rs6000 architecture masks.
This patch begins the journey to move architecture bits that are not user
IS
https://gcc.gnu.org/g:2847a541c1f19b67ae84be8d0f6dc8e1f9371d16
commit r15-3613-g2847a541c1f19b67ae84be8d0f6dc8e1f9371d16
Author: Steven G. Kargl
Date: Thu Sep 12 21:33:31 2024 +0200
Implement modules for UNSIGNED.
gcc/fortran/ChangeLog:
* module.cc (bt_types): Add
https://gcc.gnu.org/g:bc34cca3e304c769bc1544ad9bc88213558849e1
commit bc34cca3e304c769bc1544ad9bc88213558849e1
Author: Michael Meissner
Date: Thu Sep 12 15:32:31 2024 -0400
Add REVISION.
2024-09-12 Michael Meissner
gcc/
* REVISION: New file for branch.
The branch 'meissner/heads/work178-orig' was created in namespace 'refs/users'
pointing to:
19d751601d01... i386: Implement SAT_ADD for signed vector integers
https://gcc.gnu.org/g:8124f1e6aff8f42b5497c8463bed244f2d9729e3
commit 8124f1e6aff8f42b5497c8463bed244f2d9729e3
Author: Michael Meissner
Date: Thu Sep 12 15:31:34 2024 -0400
Add ChangeLog.test and update REVISION.
2024-09-12 Michael Meissner
gcc/
* Chan
The branch 'meissner/heads/work178-test' was created in namespace 'refs/users'
pointing to:
56d2af436807... Add ChangeLog.meissner and REVISION.
https://gcc.gnu.org/g:5a3b5823db6d2e7a942507b8b0f2b3786d17a438
commit 5a3b5823db6d2e7a942507b8b0f2b3786d17a438
Author: Michael Meissner
Date: Thu Sep 12 15:30:36 2024 -0400
Add ChangeLog.libs and update REVISION.
2024-09-12 Michael Meissner
gcc/
* Chan
The branch 'meissner/heads/work178-libs' was created in namespace 'refs/users'
pointing to:
56d2af436807... Add ChangeLog.meissner and REVISION.
https://gcc.gnu.org/g:4ed9d16a0b781671ce4e5aa8f530cd504c626e34
commit 4ed9d16a0b781671ce4e5aa8f530cd504c626e34
Author: Michael Meissner
Date: Thu Sep 12 15:29:44 2024 -0400
Add ChangeLog.bugs and update REVISION.
2024-09-12 Michael Meissner
gcc/
* Chan
The branch 'meissner/heads/work178-bugs' was created in namespace 'refs/users'
pointing to:
56d2af436807... Add ChangeLog.meissner and REVISION.
https://gcc.gnu.org/g:a5d043977b95b1752bf17ea84cc091cd1ddc1636
commit a5d043977b95b1752bf17ea84cc091cd1ddc1636
Author: Michael Meissner
Date: Thu Sep 12 15:28:38 2024 -0400
Add ChangeLog.tar and update REVISION.
2024-09-12 Michael Meissner
gcc/
* Chang
The branch 'meissner/heads/work178-tar' was created in namespace 'refs/users'
pointing to:
56d2af436807... Add ChangeLog.meissner and REVISION.
https://gcc.gnu.org/g:f7abfc56ea5df212c9746ce03a693d5ef5526829
commit f7abfc56ea5df212c9746ce03a693d5ef5526829
Author: Michael Meissner
Date: Thu Sep 12 15:27:48 2024 -0400
Add ChangeLog.vpair and update REVISION.
2024-09-12 Michael Meissner
gcc/
* Cha
The branch 'meissner/heads/work178-vpair' was created in namespace 'refs/users'
pointing to:
56d2af436807... Add ChangeLog.meissner and REVISION.
https://gcc.gnu.org/g:0ad31e9889b0c18d363f724d91c541ccae2337c1
commit 0ad31e9889b0c18d363f724d91c541ccae2337c1
Author: Michael Meissner
Date: Thu Sep 12 15:26:50 2024 -0400
Add ChangeLog.dmf and update REVISION.
2024-09-12 Michael Meissner
gcc/
* Chang
The branch 'meissner/heads/work178-dmf' was created in namespace 'refs/users'
pointing to:
56d2af436807... Add ChangeLog.meissner and REVISION.
https://gcc.gnu.org/g:56d2af4368070f672be1757118db04c61de9d7a3
commit 56d2af4368070f672be1757118db04c61de9d7a3
Author: Michael Meissner
Date: Thu Sep 12 15:25:57 2024 -0400
Add ChangeLog.meissner and REVISION.
2024-09-12 Michael Meissner
gcc/
* REVISIO
The branch 'meissner/heads/work178' was created in namespace 'refs/users'
pointing to:
19d751601d01... i386: Implement SAT_ADD for signed vector integers
https://gcc.gnu.org/g:4088319e7ce98f813988a36f98a18ee30ff7f1d8
commit r14-10668-g4088319e7ce98f813988a36f98a18ee30ff7f1d8
Author: Marek Polacek
Date: Tue Sep 3 17:01:48 2024 -0400
c++: ICE with TTP [PR96097]
We crash when dependent_type_p gets a TEMPLATE_TYPE_PARM outside
a te
https://gcc.gnu.org/g:19d751601d012bbe31512d26f968e75873a408ab
commit r15-3612-g19d751601d012bbe31512d26f968e75873a408ab
Author: Uros Bizjak
Date: Thu Sep 12 20:34:28 2024 +0200
i386: Implement SAT_ADD for signed vector integers
Enable V4QI, V2QI and V2HI mode signed saturated ari
https://gcc.gnu.org/g:c7a1c1a4bf73b3cb4943c428085fe5cbb433cde4
commit c7a1c1a4bf73b3cb4943c428085fe5cbb433cde4
Merge: b30927153ae4 5609246b561a
Author: Jakub Jelinek
Date: Thu Sep 12 20:28:59 2024 +0200
Merge commit 'r14-10667-g5609246b561ab929b24eeb32965911884b58b0df' into
redhat/gcc-14-
The branch 'redhat/heads/gcc-14-branch' was updated to point to:
c7a1c1a4bf73... Merge commit 'r14-10667-g5609246b561ab929b24eeb32965911884b
It previously pointed to:
b30927153ae4... Merge commit 'r14-10646-g24909512101d59807f6d23a9963d64390e
Diff:
Summary of changes (added commits):
---
https://gcc.gnu.org/g:5609246b561ab929b24eeb32965911884b58b0df
commit r14-10667-g5609246b561ab929b24eeb32965911884b58b0df
Author: Jakub Jelinek
Date: Thu Sep 12 18:22:21 2024 +0200
c++: Disable deprecated/unavailable diagnostics when creating thunks for
methods with such attributes [PR116
https://gcc.gnu.org/g:90a9c36dc3ba341cf662ba1d60c939027487fe9a
commit r14-10666-g90a9c36dc3ba341cf662ba1d60c939027487fe9a
Author: Jakub Jelinek
Date: Tue Sep 10 18:32:58 2024 +0200
c++: Fix get_member_function_from_ptrfunc with -fsanitize=bounds [PR116449]
The following testcase i
https://gcc.gnu.org/g:c9fd43a8df0e30109794e2480e2d8d05d00763c0
commit r14-10665-gc9fd43a8df0e30109794e2480e2d8d05d00763c0
Author: Jakub Jelinek
Date: Sat Sep 7 09:36:53 2024 +0200
libiberty: Fix up > 64K section handling in
simple_object_elf_copy_lto_debug_section [PR116614]
cat
https://gcc.gnu.org/g:cbbf4998cdc92374928e71a186a97f52bd824ef3
commit cbbf4998cdc92374928e71a186a97f52bd824ef3
Author: Michael Meissner
Date: Thu Sep 12 13:30:42 2024 -0400
Update ChangeLog.*
Diff:
---
gcc/ChangeLog.vpair | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
https://gcc.gnu.org/g:d51223b3f3ddaa4fe4d3c221864380a281cfedad
commit d51223b3f3ddaa4fe4d3c221864380a281cfedad
Author: Michael Meissner
Date: Thu Sep 12 13:27:58 2024 -0400
Update ChangeLog.*
Diff:
---
gcc/ChangeLog.vpair | 9 +
1 file changed, 9 insertions(+)
diff --git a/gcc/C
https://gcc.gnu.org/g:919a4a544acd1d04950899c18cf7fe1e12e99471
commit 919a4a544acd1d04950899c18cf7fe1e12e99471
Author: Michael Meissner
Date: Thu Sep 12 13:26:30 2024 -0400
Tweak vector-pair.h.
2024-09-12 Michael Meissner
* config/rs6000/vector-pair.h: If __VPA
https://gcc.gnu.org/g:12bdcc3d7970860b9d66ed4dea203bde8fd68d4d
commit r15-3611-g12bdcc3d7970860b9d66ed4dea203bde8fd68d4d
Author: Patrick Palka
Date: Thu Sep 12 12:45:03 2024 -0400
c++: decltype(auto) deduction of statement-expression [PR116418]
r8-7538 for PR84968 made strip_typed
https://gcc.gnu.org/g:4026d89d623e322920b052f7ac0d940ef267dc0f
commit r15-3610-g4026d89d623e322920b052f7ac0d940ef267dc0f
Author: Jakub Jelinek
Date: Thu Sep 12 18:22:21 2024 +0200
c++: Disable deprecated/unavailable diagnostics when creating thunks for
methods with such attributes [PR1166
https://gcc.gnu.org/g:ce0aecc7df1ff0be24c278dff5575ec28042ee58
commit r15-3609-gce0aecc7df1ff0be24c278dff5575ec28042ee58
Author: Jakub Jelinek
Date: Thu Sep 12 18:17:05 2024 +0200
libcpp, v2: Add support for gnu::base64 #embed parameter
This patch which adds another #embed extensi
https://gcc.gnu.org/g:c5009eb887910271ea35a857aa68941c7227b9c7
commit r15-3608-gc5009eb887910271ea35a857aa68941c7227b9c7
Author: Jason Merrill
Date: Tue Aug 27 13:15:16 2024 -0400
libcpp: adjust pedwarn handling
Using cpp_pedwarning (CPP_W_PEDANTIC instead of if (CPP_PEDANTIC cpp_
https://gcc.gnu.org/g:7d6c6a0d15c136a68d066c60da0f48265a2b1886
commit r15-3606-g7d6c6a0d15c136a68d066c60da0f48265a2b1886
Author: Richard Earnshaw
Date: Wed Sep 11 17:06:12 2024 +0100
arm: Allow -mcpu and -march options to be unset
The compiler will warn if the architectural specif
https://gcc.gnu.org/g:9a94c8ffdc8b554a2d95e0101e96830efee58add
commit r15-3607-g9a94c8ffdc8b554a2d95e0101e96830efee58add
Author: Richard Earnshaw
Date: Thu Sep 12 14:24:55 2024 +0100
arm: testsuite: make use of -mcpu=unset/-march=unset
This patch makes use of the new ability to un
https://gcc.gnu.org/g:477f7e2808d38c3192894e0109e1f185ad86d3d7
commit r15-3605-g477f7e2808d38c3192894e0109e1f185ad86d3d7
Author: YunQiang Su
Date: Fri Sep 6 11:09:13 2024 +0800
Git ignores .vscode
ChangeLog
* .gitignore: Add .vscode.
Diff:
---
.gitignore | 1 +
1 fil
1 - 100 of 108 matches
Mail list logo