https://gcc.gnu.org/g:e3d1b3cce876630380e6c2e3782c2fb0f4e7fb42
commit r16-2157-ge3d1b3cce876630380e6c2e3782c2fb0f4e7fb42
Author: Pan Li
Date: Wed Jul 9 10:40:52 2025 +0800
RISCV: Remove the v extension requirement for sat scalar run test
The sat scalar run test should not require
https://gcc.gnu.org/g:82d2d12da93b5afbc3479e64d0aa0dcec5b42d8d
commit r16-2154-g82d2d12da93b5afbc3479e64d0aa0dcec5b42d8d
Author: Jonathan Wakely
Date: Tue Jul 8 10:48:21 2025 +0100
libstdc++: Fix __uninitialized_default for constexpr case
We should not use the std::fill optimizati
https://gcc.gnu.org/g:4d24612a2e453aa4755821a4d168bbc338a20036
commit r16-2153-g4d24612a2e453aa4755821a4d168bbc338a20036
Author: Jonathan Wakely
Date: Tue Jul 8 22:04:29 2025 +0100
libstdc++: Add more template keywords to for Clang
This fixes:
include/c++/16.0.0/mdspan:1
https://gcc.gnu.org/g:a72d0e1a8bf0770ddf1d8d0ebe589f92a4fab4ef
commit r16-2152-ga72d0e1a8bf0770ddf1d8d0ebe589f92a4fab4ef
Author: Jonathan Wakely
Date: Tue Jul 8 14:56:39 2025 +0100
libstdc++: Do not use list-initialization in std::span members [PR120997]
As the bug report shows, f
https://gcc.gnu.org/g:82dd19890b6139c4bac2385068a68613920ae1a2
commit r16-2151-g82dd19890b6139c4bac2385068a68613920ae1a2
Author: Richard Sandiford
Date: Wed Jul 9 17:44:20 2025 +0100
aarch64: Fix endianness of DFmode vector constants
aarch64_simd_valid_imm tries to decompose a con
https://gcc.gnu.org/g:18324422fdd790b0c11ba300a706a86df1023b74
commit r16-2150-g18324422fdd790b0c11ba300a706a86df1023b74
Author: Jan Hubicka
Date: Wed Jul 9 18:30:09 2025 +0200
Fix ICE in afdo_adjust_guessed_profile
gcc/ChangeLog:
* auto-profile.cc (afdo_adjust_gu
https://gcc.gnu.org/g:2492bab503f57f2cf6e08e5c104f7a1d31d34047
commit r16-2149-g2492bab503f57f2cf6e08e5c104f7a1d31d34047
Author: Jason Merrill
Date: Wed Jul 9 11:13:19 2025 -0400
c++: add passing testcases [PR120243]
These pass now; the first was fixed by r16-1507.
https://gcc.gnu.org/g:d1c92ea10d30e4cf359faa8bbe3782ed6173d8a9
commit r16-2148-gd1c92ea10d30e4cf359faa8bbe3782ed6173d8a9
Author: Jason Merrill
Date: Wed Jul 9 11:03:31 2025 -0400
c++: generic lambda in template arg [PR121012]
My r16-2065 adding missed errors for auto in a template
https://gcc.gnu.org/g:131ba6137bca263d7381ad3331840ee05e306fc9
commit r16-2147-g131ba6137bca263d7381ad3331840ee05e306fc9
Author: Jason Merrill
Date: Wed Jul 9 10:38:20 2025 -0400
c++: 'this' in lambda in noexcept-spec [PR121008]
In r16-970 I changed finish_this_expr to look at cur
https://gcc.gnu.org/g:2ca183c113effe2d334b2227f4fdfa5666db8874
commit r16-2146-g2ca183c113effe2d334b2227f4fdfa5666db8874
Author: Marek Polacek
Date: Tue Jul 8 14:36:37 2025 -0400
c++: optional template after :: causing error [PR119838]
Found while working on Reflection where we cu
https://gcc.gnu.org/g:41c446389446a357172883389e36fd10c882ce6d
commit r16-2145-g41c446389446a357172883389e36fd10c882ce6d
Author: Richard Sandiford
Date: Wed Jul 9 16:39:20 2025 +0100
aarch64: Some fixes for SVE INDEX constants
When using SVE INDEX to load an Advanced SIMD vector,
https://gcc.gnu.org/g:76db38d811a63a603deedfe327d5e201fc820444
commit r16-2144-g76db38d811a63a603deedfe327d5e201fc820444
Author: Richard Sandiford
Date: Wed Jul 9 16:39:20 2025 +0100
Make the RTL frontend set REG_NREGS correctly
While working on a new testcase that uses the RTL fr
https://gcc.gnu.org/g:0fd98b6f9f2232a34ae42f33ae8653a4afc3a253
commit r16-2143-g0fd98b6f9f2232a34ae42f33ae8653a4afc3a253
Author: Matthieu Longo
Date: Mon Feb 10 11:24:57 2025 +
libiberty: add routines to handle type-sensitive doubly linked lists
Those methods's implementation
https://gcc.gnu.org/g:8877ab269e1408522839377c3ef725efe1589277
commit r16-2140-g8877ab269e1408522839377c3ef725efe1589277
Author: Pan Li
Date: Mon Jul 7 11:07:11 2025 +0800
RISC-V: Combine vec_duplicate + vssub.vv to vssub.vx on GR2VR cost
This patch would like to combine the vec_d
https://gcc.gnu.org/g:503e1680ccaffbc90b394191a2bc1ac88b1d113f
commit r16-2142-g503e1680ccaffbc90b394191a2bc1ac88b1d113f
Author: Pan Li
Date: Mon Jul 7 11:17:00 2025 +0800
RISC-V: Add test for vec_duplicate + vssub.vv combine case 1 with GR2VR
cost 0, 1 and 2
Add asm dump check t
https://gcc.gnu.org/g:e8bb09a0050046082204eb28b26ecf1594edc2d0
commit r16-2141-ge8bb09a0050046082204eb28b26ecf1594edc2d0
Author: Pan Li
Date: Mon Jul 7 11:13:15 2025 +0800
RISC-V: Add test for vec_duplicate + vssub.vv combine case 0 with GR2VR
cost 0, 2 and 15
Add asm dump check
https://gcc.gnu.org/g:f32d34c2b03c55c3ae7cf282e5d2cc24a4d758e4
commit r16-2139-gf32d34c2b03c55c3ae7cf282e5d2cc24a4d758e4
Author: Paul-Antoine Arras
Date: Wed Jul 9 08:36:24 2025 -0600
[PATCH] RISC-V: Enable zvfh for vector-scalar half-float run tests
zvfh is not enabled at the tes
https://gcc.gnu.org/g:2c5742304ef6dc56e4bebcc10f17822b6dc70ead
commit r16-2138-g2c5742304ef6dc56e4bebcc10f17822b6dc70ead
Author: Ciyan Pan
Date: Wed Jul 9 08:31:25 2025 -0600
[PATCH] RISC-V: Adjust testdata for unsigned vector SAT_SUB
This patch adjust test data for unsigned vecto
https://gcc.gnu.org/g:87ef2e154e1a7ae65d2dd86a667bafd5525401c4
commit r16-2137-g87ef2e154e1a7ae65d2dd86a667bafd5525401c4
Author: Richard Sandiford
Date: Wed Jul 9 15:01:17 2025 +0100
testsuite: Add a couple of fstack_protector guards
These tests required runtime support for -fstac
https://gcc.gnu.org/g:bddc41e290113dd9160b01f2fdf925a1876c8ee0
commit r16-2136-gbddc41e290113dd9160b01f2fdf925a1876c8ee0
Author: Richard Sandiford
Date: Wed Jul 9 14:59:34 2025 +0100
ext-dce: Fix subreg_lsb is_constant assumption (2)
This patch fixes another instance of the proble
https://gcc.gnu.org/g:2e6dc9e19cdac43354608a1fc29fe31ec614775c
commit r16-2135-g2e6dc9e19cdac43354608a1fc29fe31ec614775c
Author: Jan Dubiec
Date: Wed Jul 9 06:09:20 2025 -0600
[PATCH] [PR target/109286] H8/300: Fix warnings about initfini sections
missing attributes
The patch cha
https://gcc.gnu.org/g:f33cc3af8fd9c498bd02623168054d76a0989ed6
commit r16-2134-gf33cc3af8fd9c498bd02623168054d76a0989ed6
Author: Icen Zeyada
Date: Wed Jul 9 12:57:17 2025 +0100
gimple-fold: extend vector simplification to match scalar bitwise
optimizations [PR119196]
Generali
https://gcc.gnu.org/g:f6eb8291e1c538f946efcb79b1f597c251be63c4
commit r16-2133-gf6eb8291e1c538f946efcb79b1f597c251be63c4
Author: Icen Zeyada
Date: Wed Jul 9 12:57:11 2025 +0100
tree-simplify: unify simple_comparison ops in vec_cond for bit and/or/xor
[PR119196]
Merge simple_compa
https://gcc.gnu.org/g:f2e3886a30c771b104bc2714992e072b21a52e76
commit r16-2132-gf2e3886a30c771b104bc2714992e072b21a52e76
Author: Jeff Law
Date: Wed Jul 9 05:23:34 2025 -0600
[RISC-V][PR target/120642] Avoid propagating constant AVL for theadvector
AVL propagation currently assumes
https://gcc.gnu.org/g:7135990e3b07d3f29de46e9ca7ddbb66c094d52e
commit r16-2130-g7135990e3b07d3f29de46e9ca7ddbb66c094d52e
Author: Mateusz Zych
Date: Tue Jul 8 10:51:07 2025 +0100
libstdc++: Added missing members to numeric_limits specializations for
integer-class types
[iterator.c
https://gcc.gnu.org/g:10b8379252e91c2e129f88482240b12ca392d5e2
commit r16-2131-g10b8379252e91c2e129f88482240b12ca392d5e2
Author: Paul Keir
Date: Tue Jul 8 13:36:49 2025 +0100
libstdc++: Add smart ptr owner_equals and owner_hash [PR117403]
New structs and member functions added to
https://gcc.gnu.org/g:591d8f3b273627cc42171e778014b84370091e44
commit r16-2129-g591d8f3b273627cc42171e778014b84370091e44
Author: Richard Biener
Date: Wed Jul 9 11:23:30 2025 +0200
Avoid accessing STMT_VINFO_VECTYPE
The following fixes up two places we access STMT_VINFO_VECTYPE tha
https://gcc.gnu.org/g:8f1cc1ceabdac21940fa0638298d8a3b7c941d4a
commit r16-2128-g8f1cc1ceabdac21940fa0638298d8a3b7c941d4a
Author: Richard Biener
Date: Wed Jul 9 13:10:13 2025 +0200
testsuite/120093 - fix gcc.dg/vect/pr101145.c
The following changes noinline to noipa to avoid having
https://gcc.gnu.org/g:d6161f9e0d39670afca5afff0a5c56c258f43200
commit r16-2127-gd6161f9e0d39670afca5afff0a5c56c258f43200
Author: Juergen Christ
Date: Wed Jul 9 11:19:50 2025 +0200
s390: Fix vector pattern tests for -m31.
Vectorization of int patterns requires 64bit long type (at l
https://gcc.gnu.org/g:3c0db87b13ed034196d8b77f1acdf40a538d585f
commit r16-2126-g3c0db87b13ed034196d8b77f1acdf40a538d585f
Author: Jan Hubicka
Date: Wed Jul 9 11:51:03 2025 +0200
Improve afdo_adjust_guessed_profile
This patch makes afdo_adjust_guessed_profile more robust. Instead o
https://gcc.gnu.org/g:8bd7504cab6fc3289700c1cdb7d03b5e6e9c6c54
commit r16-2125-g8bd7504cab6fc3289700c1cdb7d03b5e6e9c6c54
Author: Jan Hubicka
Date: Mon Jul 7 19:20:25 2025 +0200
Fix profile scaling in tree-inline.cc:initialize_cfun
initialize_cfun calls
profile_count::adjust_f
https://gcc.gnu.org/g:4de3524f9e88b7b22bdb481163b05a624f090cf9
commit r16-2124-g4de3524f9e88b7b22bdb481163b05a624f090cf9
Author: Jan Hubicka
Date: Mon Jul 7 17:18:23 2025 +0200
Fix auto-profile.cc:get_original_name
There are two bugs in get_original_name. FIrst the for loop walki
https://gcc.gnu.org/g:7a878ba615c2c51ea9cf89142033c5e1ad71795e
commit r16-2123-g7a878ba615c2c51ea9cf89142033c5e1ad71795e
Author: Jonathan Wakely
Date: Wed Jul 9 10:14:23 2025 +0100
libstdc++: Fix memory_resource.cc bootstrap failure for non-gthreads targets
The new choose_block_si
https://gcc.gnu.org/g:662b288e5611f8bdd2c08f84145407b1b4322043
commit 662b288e5611f8bdd2c08f84145407b1b4322043
Author: Mikael Morin
Date: Wed Jul 9 09:40:32 2025 +0200
Revert "Revert ajout code mort"
This reverts commit b21e21bc0588147b01fa9b84606a6c720288170b.
Suppressio
The branch 'mikael/heads/stabilisation_descriptor_v01' was created in namespace
'refs/users' pointing to:
a8bc113ef2e4... Revert "Ajout directive warning"
https://gcc.gnu.org/g:3ade6072e68257d8199309d4e5814066ab6ed1d4
commit 3ade6072e68257d8199309d4e5814066ab6ed1d4
Author: Mikael Morin
Date: Tue Jul 8 22:41:06 2025 +0200
Ajout directive warning
Ajout directive note
Diff:
---
libgomp/testsuite/libgomp.oacc-fortran/privatized-ref-2.
https://gcc.gnu.org/g:2850f6fecdcd64acb79f383d29c9d51f2b2ff283
commit 2850f6fecdcd64acb79f383d29c9d51f2b2ff283
Author: Mikael Morin
Date: Tue Jul 8 13:13:25 2025 +0200
Sauvegarde/restoration cfun
Correction bootstrap
Correction bootstrap
Correction bootstrap
Dif
https://gcc.gnu.org/g:a8bc113ef2e4803083f2d943a1e3c06d459fe6ed
commit a8bc113ef2e4803083f2d943a1e3c06d459fe6ed
Author: Mikael Morin
Date: Wed Jul 9 10:39:38 2025 +0200
Revert "Ajout directive warning"
This reverts commit 1268e25a196e41ebeba91f41271538fd56f0d850.
Diff:
---
libgom
https://gcc.gnu.org/g:13f5c4991ed4440f12e1917ca6a54d870e08579e
commit 13f5c4991ed4440f12e1917ca6a54d870e08579e
Author: Mikael Morin
Date: Mon Jul 7 11:46:08 2025 +0200
Déplacement variables après réallocation
Sauvegarde data
Renommage nom fonction.
Ajout commenta
https://gcc.gnu.org/g:4eb8113ca88becd3a586cc7459094a0615284b40
commit 4eb8113ca88becd3a586cc7459094a0615284b40
Author: Mikael Morin
Date: Sun Jul 6 16:56:16 2025 +0200
fortran: generate array reallocation out of loops
Generate the array reallocation on assignment code before enter
https://gcc.gnu.org/g:1f61e0b0fc176a4ccd40808feb8338c8f18cf558
commit 1f61e0b0fc176a4ccd40808feb8338c8f18cf558
Author: Mikael Morin
Date: Sat Jul 5 15:05:20 2025 +0200
Correction array_constructor_1
Diff:
---
gcc/testsuite/gfortran.dg/asan/array_constructor_1.f90 | 2 ++
1 file changed,
https://gcc.gnu.org/g:4d9ba90bdfabf26d022c80d07f1e8c221e38ceec
commit 4d9ba90bdfabf26d022c80d07f1e8c221e38ceec
Author: Mikael Morin
Date: Mon Jul 7 08:52:38 2025 +0200
Prise en charge affichage TARGET_MEM_REF
Diff:
---
gcc/gimple-simulate.cc| 87 ++
The branch 'mikael/heads/stabilisation_descriptor_v01' in namespace
'refs/users' was deleted.
It previously pointed to:
5b9aa2101d8a... Ajout directive note
Diff:
!!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):
---
https://gcc.gnu.org/g:c6ca6e57004653b787d2d6243fe5ee00cda8aad0
commit r16-2122-gc6ca6e57004653b787d2d6243fe5ee00cda8aad0
Author: Thomas Schwinge
Date: Wed Jul 9 10:06:39 2025 +0200
Fix 'main' function in 'gcc.dg/builtin-dynamic-object-size-pr120780.c'
Fix-up for commit 72e85d46472
https://gcc.gnu.org/g:ff6c323997f9543b4706c63d2c3e8fb83312470e
commit r16-2121-gff6c323997f9543b4706c63d2c3e8fb83312470e
Author: Christophe Lyon
Date: Wed Apr 30 11:07:52 2025 +
arm: remove useless push/pop pragmas in arm_neon.h
Remove #pragma GCC target ("arch=armv8.2-a+bf16"
https://gcc.gnu.org/g:6c8d221b74869f2760ded2d67f95dd9d275bc1a2
commit r16-2119-g6c8d221b74869f2760ded2d67f95dd9d275bc1a2
Author: Tamar Christina
Date: Wed Jul 9 08:39:35 2025 +0100
middle-end: don't set range on partial vectors [PR120922]
Before the change in g:309dbcea2cabb31bde1
https://gcc.gnu.org/g:963d5362c598d48ee7a896e674d2a68c41179785
commit r16-2120-g963d5362c598d48ee7a896e674d2a68c41179785
Author: Tamar Christina
Date: Wed Jul 9 08:42:02 2025 +0100
middle-end: Use rounding division for ranges for partial vectors [PR120922]
This patch adds support
https://gcc.gnu.org/g:120efb3931260de35173267ec6870d8f17fbadb5
commit r15-9945-g120efb3931260de35173267ec6870d8f17fbadb5
Author: Andre Vehreschild
Date: Wed Jul 2 11:06:17 2025 +0200
Fortran: Remove corank conformability checks [PR120843]
Remove the checks on coranks conformabilit
48 matches
Mail list logo