gcc-patches
Thread
Date
Earlier messages
Later messages
Messages by Thread
GCC 17.0 PowerPC: PR 120681: Allow -mcmodel=large with PC relative addressing
Michael Meissner
GCC 17.0 PowerPC, V4: Add support for dense math registers [0/5]
Michael Meissner
GCC 17.0 PowerPC, Dense Math V6 [1/5]: Add wD constraint
Michael Meissner
GCC 17.0 PowerPC, V6 [2/5]: Add the -mdense-math option.
Michael Meissner
GCC 17.0 PowerPC, V6 [PATCH 3/5]: Add support for 512-bit dense math registers.
Michael Meissner
GCC 17.0 PowerPC, V6 [PATCH 4/5]: Make the MMA instructions support -mdense-math.
Michael Meissner
GCC 17.0 PowerPC, V6 [PATCH 5/5]: Add support for 1,024 bit dense math registers.
Michael Meissner
GCC 17.0 PowerPC patches V6 [PATCH 0/5]: Miscellaneous -mcpu=future patches
Michael Meissner
GCC 17.0 PowerPC patches V6 [PATCH 1/5]: Use vector pair load/store for memcpy with -mcpu=future
Michael Meissner
GCC 17.0 PowerPC patches V6 [PATCH 2/5]: Add saturate subtract support
Michael Meissner
GCC 17.0 PowerPC patches V6 [PATCH 3/5]: Add xvrlw support.
Michael Meissner
GCC 17.0 PowerPC patches V6 [PATCH 4/5]: Support load/store vector with right length.
Michael Meissner
GCC 17.0 PowerPC patches V6 [PATCH 5/5]: Add paddis support.
Michael Meissner
[PATCH] c-family: Emit -Wsizeof-pointer-memaccess even without builtin recognition
Naveen Iyer
Fwd: [PATCH] c-family: Emit -Wsizeof-pointer-memaccess even without builtin recognition
Naveen Iyer
[PATCH v2] c-family: Emit -Wsizeof-pointer-memaccess even without builtin recognition [PR c/124967]
Naveen Iyer
Re: [PATCH v2] c-family: Emit -Wsizeof-pointer-memaccess even without builtin recognition [PR c/124967]
Jakub Jelinek
Re: [PATCH v2] c-family: Emit -Wsizeof-pointer-memaccess even without builtin recognition [PR c/124967]
Naveen Iyer
[PATCH RFC] c++: constexpr union with no active member [PR124910]
Jason Merrill
Re: [PATCH RFC] c++: constexpr union with no active member [PR124910]
Patrick Palka
[PATCH] c++/reflection: bogus -Wmissing-field-initializers with <meta> [PR124950]
Marek Polacek
Re: [PATCH] c++/reflection: bogus -Wmissing-field-initializers with <meta> [PR124950]
Tim Song
Re: [PATCH] c++/reflection: bogus -Wmissing-field-initializers with <meta> [PR124950]
Jonathan Wakely
[PATCH v2] c++/reflection: bogus -Wmissing-field-initializers with <meta> [PR124950]
Marek Polacek
Re: [PATCH v2] c++/reflection: bogus -Wmissing-field-initializers with <meta> [PR124950]
Jonathan Wakely
[PATCH] libstdc++: Restrict engaged -> disengaged std::optional fix [PR124910]
Patrick Palka
Re: [PATCH] libstdc++: Restrict engaged -> disengaged std::optional fix [PR124910]
Jonathan Wakely
Re: [PATCH] libstdc++: Restrict engaged -> disengaged std::optional fix [PR124910]
Patrick Palka
Re: [RFC] RTL vector predicate expression.
Robin Dapp
[PATCH v3] match.pd: simplify lshift const cmp using bit_and [PR124019]
Daniel Henrique Barboza
Re: [PATCH v3] match.pd: simplify lshift const cmp using bit_and [PR124019]
Daniel Henrique Barboza
[PATCH] c++/reflection: improve diagnostic for dependent splices
Marek Polacek
[pushed] c++: std::optional reset and constexpr [PR124910]
Jason Merrill
Re: [pushed] c++: std::optional reset and constexpr [PR124910]
Patrick Palka
[PATCH] testsuite: Check configured assembler in gcc.misc-tests/options.exp
Rainer Orth
Re: [PATCH] testsuite: Check configured assembler in gcc.misc-tests/options.exp
Mike Stump
Re: [PATCH] testsuite: Check configured assembler in gcc.misc-tests/options.exp
Rainer Orth
[committed][PATCH] d: Fix regression in gdc.dg/torture/pr96152.d
Iain Buclaw
[PATCH] libstdc++: Implement P4012R1 while reverting P3844R2 (consteval simd broadcast)
Matthias Kretz
Re: [PATCH] libstdc++: Implement P4012R1 while reverting P3844R2 (consteval simd broadcast)
Jonathan Wakely
Re: [PATCH] libstdc++: Implement P4012R1 while reverting P3844R2 (consteval simd broadcast)
Matthias Kretz
Re: [PATCH] libstdc++: Implement P4012R1 while reverting P3844R2 (consteval simd broadcast)
Jonathan Wakely
[PATCH v2] libstdc++: Implement P4012R1 while reverting P3844R2 (consteval simd broadcast)
Matthias Kretz
Re: [PATCH] rs6000: Add Future ISA compare and swap equal AMO operations [RFC02689]
Surya Kumari Jangala
[committed] libstdc++: Fix accidentally committed change to spelling of macro
Jonathan Wakely
[committed] testsuite: Remove -m32 from gcc.target/i386 test [PR122021]
Jakub Jelinek
[PATCH] pr121649.c: Replace long with long long
H.J. Lu
Re: [PATCH] pr121649.c: Replace long with long long
Andrew Pinski
[GCC17-PATCH] c++: Handle EXACT_DIV_EXPR as printing `/` [PR119567]
Andrew Pinski
Re: [GCC17-PATCH] c++: Handle EXACT_DIV_EXPR as printing `/` [PR119567]
Richard Biener
[PATCH] c++: Fix handling of && after a class definition [PR65271]
Andrew Pinski
Re: [PATCH] c++: Fix handling of && after a class definition [PR65271]
Marek Polacek
Re: [PATCH] c++: Fix handling of && after a class definition [PR65271]
Jason Merrill
[PATCH] PR tree-optimization/124715: pow(0, -1) sets errno with -fmath-errno
Roger Sayle
Re: [PATCH] PR tree-optimization/124715: pow(0, -1) sets errno with -fmath-errno
Jeffrey Law
[Ada] Fix link failure of GNAT tools on Windows hosts
Eric Botcazou
[committed][PATCH] libphobos: Add @gcc.attributes.callingConvention
Iain Buclaw
[patch, docs, fortran, committed] Fix spelling of options
Thomas Koenig
[committed][PATCH] d: Implement @attribute("no_split_stack")
Iain Buclaw
[Patch, fortran] PR117077 - ICE due to allocatable component in hidden type
Paul Richard Thomas
Re: [Patch, fortran] PR117077 - ICE due to allocatable component in hidden type
Harald Anlauf
Re: [Patch, fortran] PR117077 - ICE due to allocatable component in hidden type
Harald Anlauf
Re: [Patch, fortran] PR117077 - ICE due to allocatable component in hidden type
Paul Richard Thomas
[committed v2] libstdc++: Fix constantness of engaged -> disengaged std::optional [PR124910]
Patrick Palka
Re: [committed v2] libstdc++: Fix constantness of engaged -> disengaged std::optional [PR124910]
Tomasz Kaminski
Re: [committed v2] libstdc++: Fix constantness of engaged -> disengaged std::optional [PR124910]
Tomasz Kaminski
Re: [committed v2] libstdc++: Fix constantness of engaged -> disengaged std::optional [PR124910]
Patrick Palka
Re: [committed v2] libstdc++: Fix constantness of engaged -> disengaged std::optional [PR124910]
Tomasz Kaminski
Re: [committed v2] libstdc++: Fix constantness of engaged -> disengaged std::optional [PR124910]
Patrick Palka
[pushed] aarch64: Fix a comment typo
Richard Sandiford
[GCC17-PATCH] phiopt: Remove 2 preds restriction on factor [PR123113]
Andrew Pinski
[committed][PATCH] d: Fix ICE in gimplify_var_or_parm_decl, at gimplify.cc:3308
Iain Buclaw
[PATCH] cse: Validate subreg replacements [PR124643]
Richard Sandiford
Re: [PATCH] cse: Validate subreg replacements [PR124643]
Andrew Pinski
[PATCH] bitintlower: Padding bit fixes, part 3 [PR123635]
Jakub Jelinek
Re: [PATCH] bitintlower: Padding bit fixes, part 3 [PR123635]
Jeffrey Law
Re: [PATCH] bitintlower: Padding bit fixes, part 3 [PR123635]
Jeffrey Law
[gccrs COMMIT] Clean up of obsolete nr2 command line option
gerris . rs
Re: [gccrs COMMIT] Clean up of obsolete nr2 command line option
Sam James
Re: [gccrs COMMIT] Clean up of obsolete nr2 command line option
Arthur Cohen
Re: [gccrs COMMIT] Clean up of obsolete nr2 command line option
Sam James
Re: [gccrs COMMIT] Clean up of obsolete nr2 command line option
Marc Poulhiès
[Patch] doc: update list of -Wextra options in invoke.texi
Heiko Eißfeldt
[RFC C PATCH v2] Built-in to access code pointer and static chain of nested function
Martin Uecker
[PATCH] bitintlower: Padding bit fixes, part 2 [PR123635]
Jakub Jelinek
Re: [PATCH] bitintlower: Padding bit fixes, part 2 [PR123635]
Jeffrey Law
Re: [PATCH] bitintlower: Padding bit fixes, part 2 [PR123635]
Jeffrey Law
[PATCH] Revert gcc.dg/torture/pr113026-1.c XFAILs/XPASSes [PR113524]
Alexandre Oliva
Re: [PATCH] Revert gcc.dg/torture/pr113026-1.c XFAILs/XPASSes [PR113524]
Mike Stump
[PATCH] testsuite: arm: update fast-math-complex-mls-{float,double}.c [PR116463]
Alexandre Oliva
RE: [PATCH] testsuite: arm: update fast-math-complex-mls-{float,double}.c [PR116463]
Tamar Christina
[PATCH] testsuite: flag failure to detect failures
Alexandre Oliva
Re: [PATCH] testsuite: flag failure to detect failures
Andrew Pinski
[GCC17-PATCH] cselim: Remove restriction of join block having 2 predecessors [PR123113]
Andrew Pinski
[PATCH] libstdc++: Fix constantness of engaged -> disengaged std::optional [PR124910]
Patrick Palka
Re: [PATCH] libstdc++: Fix constantness of engaged -> disengaged std::optional [PR124910]
Patrick Palka
Re: [PATCH] libstdc++: Fix constantness of engaged -> disengaged std::optional [PR124910]
Patrick Palka
Re: [PATCH] libstdc++: Fix constantness of engaged -> disengaged std::optional [PR124910]
Jonathan Wakely
[PATCH 0/7] aarch64: SME ZA/ZT0 fixes
Alice Carlotti
[PATCH 1/7] aarch64: Add ZTO_REGNUM use to movt
Alice Carlotti
Re: [PATCH 1/7] aarch64: Add ZTO_REGNUM use to movt
Richard Sandiford
Re: [PATCH 1/7] aarch64: Add ZTO_REGNUM use to movt
Richard Sandiford
[PATCH 2/7] aarch64: Fix za/zt0 zeroing on function entry
Alice Carlotti
Re: [PATCH 2/7] aarch64: Fix za/zt0 zeroing on function entry
Richard Sandiford
Re: [PATCH 2/7] aarch64: Fix za/zt0 zeroing on function entry
Alice Carlotti
Re: [PATCH 2/7] aarch64: Fix za/zt0 zeroing on function entry
Richard Sandiford
Re: [PATCH 2/7] aarch64: Fix za/zt0 zeroing on function entry
Alice Carlotti
[PATCH 4/7] aarch64: Fix INACTIVE_LOCAL -> SAVED_LOCAL transition
Alice Carlotti
Re: [PATCH 4/7] aarch64: Fix INACTIVE_LOCAL -> SAVED_LOCAL transition
Richard Sandiford
Re: [PATCH 4/7] aarch64: Fix INACTIVE_LOCAL -> SAVED_LOCAL transition
Richard Sandiford
Re: [PATCH 4/7] aarch64: Fix INACTIVE_LOCAL -> SAVED_LOCAL transition
Alice Carlotti
Re: [PATCH 4/7] aarch64: Fix INACTIVE_LOCAL -> SAVED_LOCAL transition
Richard Sandiford
[PATCH 6/7] aarch64: Extend comment about saving/restoring zt0
Alice Carlotti
Re: [PATCH 6/7] aarch64: Extend comment about saving/restoring zt0
Richard Sandiford
[PATCH 3/7] aarch64: Fix ZA state transition [PR119210]
Alice Carlotti
Re: [PATCH 3/7] aarch64: Fix ZA state transition [PR119210]
Richard Sandiford
Re: [PATCH 3/7] aarch64: Fix ZA state transition [PR119210]
Alice Carlotti
Re: [PATCH 3/7] aarch64: Fix ZA state transition [PR119210]
Richard Sandiford
[PATCH 5/7] Fix some mode switching doc/comment typos
Alice Carlotti
Re: [PATCH 5/7] Fix some mode switching doc/comment typos
Andrew Pinski
[PATCH 7/7] Output mode switching transitions to dump file
Alice Carlotti
Re: [PATCH 7/7] Output mode switching transitions to dump file
Andrew Pinski
Re: [PATCH 0/7] aarch64: SME ZA/ZT0 fixes
Andrew Pinski
[PATCH] late-combine: Don't substitute REG_EQUAL/REG_EQUIV notes that reference MEM [PR124894]
liuhongt
Re: [PATCH] late-combine: Don't substitute REG_EQUAL/REG_EQUIV notes that reference MEM [PR124894]
Andrew Pinski
Re: [PATCH] late-combine: Don't substitute REG_EQUAL/REG_EQUIV notes that reference MEM [PR124894]
Andrew Pinski
Re: [PATCH] late-combine: Don't substitute REG_EQUAL/REG_EQUIV notes that reference MEM [PR124894]
Hongtao Liu
Re: [PATCH] late-combine: Don't substitute REG_EQUAL/REG_EQUIV notes that reference MEM [PR124894]
Andrew Pinski
[PATCH v2] optabs: Don't add REG_EQUAL notes with non-read-only MEMs [PR124894]
liuhongt
Re: [PATCH v2] optabs: Don't add REG_EQUAL notes with non-read-only MEMs [PR124894]
Richard Sandiford
Re: [PATCH v2] optabs: Don't add REG_EQUAL notes with non-read-only MEMs [PR124894]
Jeffrey Law
Re: [PATCH] late-combine: Don't substitute REG_EQUAL/REG_EQUIV notes that reference MEM [PR124894]
Eric Botcazou
[wwwdocs] Document change to -std=gnu++20 and non-experimental C++20 support
Jonathan Wakely
[PATCH] c++/reflection: dependent type considered consteval-only [PR124855]
Marek Polacek
Re: [PATCH] c++/reflection: dependent type considered consteval-only [PR124855]
Jason Merrill
[Ada] Fix internal error on decimal literal with huge exponent
Eric Botcazou
[Ada] Fix excessive compilation time for decimal literal with large exponent
Eric Botcazou
[PATCH] c++/reflection: support splices with CTAD [PR124706]
Marek Polacek
Re: [PATCH] c++/reflection: support splices with CTAD [PR124706]
Jason Merrill
[PATCH v2] c++/reflection: support splices with CTAD [PR124706]
Marek Polacek
Re: [PATCH v2] c++/reflection: support splices with CTAD [PR124706]
Jason Merrill
[PATCH] aarch64: Recognize vector permute patterns which can be optimized as REV64+EXT [PR102055]
Pengxuan Zheng
[PATCH 00/30] Align struct/class forward declaration with implementation
Torbjörn SVENSSON
[PATCH 01/30] Change `struct alloca_type_and_limit` to `class alloca_type_and_limit` to align tags
Torbjörn SVENSSON
[PATCH 04/30] Change `struct gori_stmt_info` to `class gori_stmt_info` to align tags
Torbjörn SVENSSON
Re: [PATCH 04/30] Change `struct gori_stmt_info` to `class gori_stmt_info` to align tags
Andrew Pinski
[PATCH 03/30] Change `struct data_in` to `class data_in` to align tags
Torbjörn SVENSSON
[PATCH 05/30] Change `struct loop` to `class loop` to align tags
Torbjörn SVENSSON
[PATCH 02/30] Change `struct cgraph_edge` to `class cgraph_edge` to align tags
Torbjörn SVENSSON
Re: [PATCH 02/30] Change `struct cgraph_edge` to `class cgraph_edge` to align tags
Andrew Pinski
Re: [PATCH 02/30] Change `struct cgraph_edge` to `class cgraph_edge` to align tags
Martin Jambor
Re: [PATCH 01/30] Change `struct alloca_type_and_limit` to `class alloca_type_and_limit` to align tags
Richard Biener
[PATCH 18/30] Change `class graph` to `struct graph` to align tags
Torbjörn SVENSSON
[PATCH 16/30] Change `class element` to `struct element` to align tags
Torbjörn SVENSSON
[PATCH 14/30] Change `class cpp_char_column_policy` to `struct cpp_char_column_policy` to align tags
Torbjörn SVENSSON
[PATCH 13/30] Change `class byte_range` to `struct byte_range` to align tags
Torbjörn SVENSSON
[PATCH 21/30] Change `class ipa_vr` to `struct ipa_vr` to align tags
Torbjörn SVENSSON
Re: [PATCH 21/30] Change `class ipa_vr` to `struct ipa_vr` to align tags
Martin Jambor
[PATCH 06/30] Change `struct lto_input_block` to `class lto_input_block` to align tags
Torbjörn SVENSSON
[PATCH 07/30] Change `struct mkdeps` to `class mkdeps` to align tags
Torbjörn SVENSSON
[PATCH 09/30] Change `struct tree_niter_desc` to `class tree_niter_desc` to align tags
Torbjörn SVENSSON
[PATCH 08/30] Change `struct object_allocator` to `class object_allocator` to align tags
Torbjörn SVENSSON
[PATCH 10/30] Change `struct vrange_storage` to `class vrange_storage` to align tags
Torbjörn SVENSSON
[PATCH 22/30] Change `class lto_simple_output_block` to `struct lto_simple_output_block` to align tags
Torbjörn SVENSSON
[PATCH 12/30] Change `class bounded_ranges` to `struct bounded_ranges` to align tags
Torbjörn SVENSSON
[PATCH 25/30] Change `class node` to `struct node` to align tags
Torbjörn SVENSSON
[PATCH 11/30] Change `class access_data` to `struct access_data` to align tags
Torbjörn SVENSSON
[PATCH 23/30] Change `class modref_summary` to `struct modref_summary` to align tags
Torbjörn SVENSSON
[PATCH 17/30] Change `class escape_summary` to `struct escape_summary` to align tags
Torbjörn SVENSSON
Re: [PATCH 17/30] Change `class escape_summary` to `struct escape_summary` to align tags
Andrew Pinski
[PATCH 15/30] Change `class dump_widget_info` to `struct dump_widget_info` to align tags
Torbjörn SVENSSON
[PATCH 29/30] Change `class deallocator_set` to `struct deallocator_set` to align tags
Torbjörn SVENSSON
[PATCH 20/30] Change `class ipa_jump_func` to `struct ipa_jump_func` to align tags
Torbjörn SVENSSON
Re: [PATCH 20/30] Change `class ipa_jump_func` to `struct ipa_jump_func` to align tags
Martin Jambor
[PATCH 19/30] Change `class ipcp_transformation` to `struct ipcp_transformation` to align tags
Torbjörn SVENSSON
Re: [PATCH 19/30] Change `class ipcp_transformation` to `struct ipcp_transformation` to align tags
Martin Jambor
[PATCH 26/30] Change `class odr_enum` to `struct odr_enum` to align tags
Torbjörn SVENSSON
[PATCH 24/30] Change `class modref_summary_lto` to `struct modref_summary_lto` to align tags
Torbjörn SVENSSON
[PATCH 27/30] Change `class real_value` to `struct real_value` to align tags
Torbjörn SVENSSON
[PATCH 30/30] Change `class redirection_data` to `struct redirection_data` to align tags
Torbjörn SVENSSON
[PATCH 28/30] Change `class deallocator` to `struct deallocator` to align tags
Torbjörn SVENSSON
Re: [PATCH 00/30] Align struct/class forward declaration with implementation
Sam James
Re: [PATCH 00/30] Align struct/class forward declaration with implementation
Andrew Pinski
Re: [PATCH 00/30] Align struct/class forward declaration with implementation
Richard Biener
Re: [PATCH v2] doc: Document d and D suffixes as defined by decimal float TR [PR84717]
Jonathan Wakely
Re: [PATCH v2] doc: Document d and D suffixes as defined by decimal float TR [PR84717]
Jakub Jelinek
[PATCH] libstdc++: Fix constraint recursion in std:indirect's operator== [PR124890]
Patrick Palka
Re: [PATCH] libstdc++: Fix constraint recursion in std:indirect's operator== [PR124890]
Jonathan Wakely
Re: [PATCH] libstdc++: Fix constraint recursion in std:indirect's operator== [PR124890]
Patrick Palka
[PATCH] testsuite: Adjust for short-enums in match-shift-cmp-3 [PR124909]
Richard Earnshaw
Re: [PATCH] testsuite: Adjust for short-enums in match-shift-cmp-3 [PR124909]
Christophe Lyon
Re: [PATCH] testsuite: Adjust for short-enums in match-shift-cmp-3 [PR124909]
Richard Earnshaw (foss)
Re: [PATCH] testsuite: Adjust for short-enums in match-shift-cmp-3 [PR124909]
Torbjorn SVENSSON
Re: [PATCH] testsuite: Adjust for short-enums in match-shift-cmp-3 [PR124909]
Richard Earnshaw
Re: [PATCH] testsuite: Adjust for short-enums in match-shift-cmp-3 [PR124909]
Jakub Jelinek
[PUSHED] fortran: Fix free-form mixed OpenACC/OpenMP continuation state: 'gfortran.dg/goacc/omp-108382.f90' -> 'gfortran.dg/goacc-gomp/pr108382.f90'
Thomas Schwinge
[PUSHED] openmp: Handle rest of EXEC_OACC_* in oacc_code_to_statement [PR93463]: 'gfortran.dg/goacc/pr93463.f90' -> 'gfortran.dg/goacc-gomp/pr93463.f90'
Thomas Schwinge
[PUSHED] openmp: Teach omp_code_to_statement about rest of OpenMP statements: 'gfortran.dg/goacc/pr93329.f90' -> 'gfortran.dg/goacc-gomp/pr93329.f90'
Thomas Schwinge
[PUSHED] [PR fortran/63858] Fix mix of OpenACC and OpenMP sentinels in continuations: 'gfortran.dg/goacc/omp-fixed.f' -> 'gfortran.dg/goacc-gomp/pr63858.f'
Thomas Schwinge
[PUSHED] Merge current set of OpenACC changes from gomp-4_0-branch: 'gfortran.dg/goacc/omp.f95' -> 'gfortran.dg/goacc-gomp/nesting-fail-1.f95'
Thomas Schwinge
Earlier messages
Later messages