gcc-patches
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH] c++: ICE mangling C auto... tparm [PR124297]
Jason Merrill
[pushed] c++/reflection: add fixed test [PR124324]
Marek Polacek
[PATCH v3] vect: fix vectorization of non-gather elementwise loads [PR124037]
Victor Do Nascimento
Re: [PATCH v3] vect: fix vectorization of non-gather elementwise loads [PR124037]
Robin Dapp
Re: [PATCH v3] vect: fix vectorization of non-gather elementwise loads [PR124037]
Victor Do Nascimento
Re: [PATCH v3] vect: fix vectorization of non-gather elementwise loads [PR124037]
Victor Do Nascimento
Re: [PATCH v3] vect: fix vectorization of non-gather elementwise loads [PR124037]
Robin Dapp
Re: [PATCH v3] combine: Reject any resulting insn using hard reg constraints [PR121426]
Stefan Schulze Frielinghaus
[PATCH] Adjust gcc.dg/vect/complex/fast-math-complex-add-pattern-half-float.c
Richard Biener
[committed] libstdc++: Reference C++11 standard more precisely in regex comments
Jonathan Wakely
[committed] gcc: Fix "Conveinece" typo in comment
Jonathan Wakely
[PATCH] match.pd: (A>>bool) == 0 -> (unsigned)A) <= bool [PR119420]
Daniel Henrique Barboza
Re: [PATCH] tree-optimization/123190 - allow VF == 1 epilog vectorization
Torbjorn SVENSSON
Re: [PATCH] tree-optimization/123190 - allow VF == 1 epilog vectorization
Richard Biener
Re: [PATCH] tree-optimization/123190 - allow VF == 1 epilog vectorization
Torbjorn SVENSSON
Re: [PATCH] tree-optimization/123190 - allow VF == 1 epilog vectorization
Richard Biener
[PATCH][to-be-committed] Do not mark stmts PURE_SLP for loop vectorization
Richard Biener
[PATCH] testsuite: Only xfail gcc.dg/ipa/iinline-attr.c on 32-bit SPARC [PR64835]
Rainer Orth
Re: [PATCH] testsuite: Only xfail gcc.dg/ipa/iinline-attr.c on 32-bit SPARC [PR64835]
Richard Biener
[PATCH] testsuite: Remove xfails in gcc.dg/attr-alloc_size-11.c [PR80006]
Rainer Orth
[PATCH] i386: Use orb instead of orl/orq for stack probes/clash [PR124336]
Jakub Jelinek
Re: [PATCH] i386: Use orb instead of orl/orq for stack probes/clash [PR124336]
Uros Bizjak
Re: [PATCH] i386: Use orb instead of orl/orq for stack probes/clash [PR124336]
Florian Weimer
Re: [PATCH] i386: Use orb instead of orl/orq for stack probes/clash [PR124336]
Richard Biener
Re: [PATCH] i386: Use orb instead of orl/orq for stack probes/clash [PR124336]
Jakub Jelinek
Re: [PATCH] i386: Use orb instead of orl/orq for stack probes/clash [PR124336]
Jeffrey Law
Re: [PATCH] i386: Use orb instead of orl/orq for stack probes/clash [PR124336]
Jeffrey Law
Re: [PATCH] i386: Use orb instead of orl/orq for stack probes/clash [PR124336]
Jeffrey Law
[PATCH] Remove XFAIL for detecting dot-product pattern in vect-reduc-dot-s8b.c
Richard Biener
[PATCH] i386: Fix up some FMA patterns for -masm=intel [PR124315]
Jakub Jelinek
Re: [PATCH] i386: Fix up some FMA patterns for -masm=intel [PR124315]
Uros Bizjak
[PATCH] i386: Fix up *avx512f_load<mode>_mask for -masm=intel [PR124335]
Jakub Jelinek
Re: [PATCH] i386: Fix up *avx512f_load<mode>_mask for -masm=intel [PR124335]
Hongtao Liu
Re: [PATCH] i386: Fix up *avx512f_load<mode>_mask for -masm=intel [PR124335]
Andrew Pinski
Re: [PATCH] i386: Fix up *avx512f_load<mode>_mask for -masm=intel [PR124335]
Hongtao Liu
[PATCH] Refine the testcase.
liuhongt
[PATCH] c++: Set OLD_PARM_DECL_P even in regenerate_decl_from_template [PR124306]
Jakub Jelinek
Re: [PATCH] c++: Set OLD_PARM_DECL_P even in regenerate_decl_from_template [PR124306]
Jason Merrill
[RFC] bpf: procedure call ABI change: caller promote args/result [PR/124171]
Vineet Gupta
Re: [RFC] bpf: procedure call ABI change: caller promote args/result [PR/124171]
Vineet Gupta
[committed] cobol: Improved efficiency of code generated for MOVE "A" TO
Robert Dubner
[PUSHED] doc: Switch some attribute examples to using standard syntax [PR102397]
Sandra Loosemore
[PATCH] match.pd: (A>>C) != (B>>C) -> (A^B) >= (1<<C) [PR110010]
Daniel Henrique Barboza
[PATCH] testsuite: do not require hw for gcc.target/arm/ivopts.c
Torbjörn SVENSSON
Re: [PATCH] testsuite: do not require hw for gcc.target/arm/ivopts.c
Richard Earnshaw (foss)
[PATCH] c++/reflection: static member template operator [PR124324]
Marek Polacek
Re: [PATCH] c++/reflection: static member template operator [PR124324]
Jason Merrill
[PATCH v2] c++/reflection: static member template operator [PR124324]
Marek Polacek
Re: [PATCH v2] c++/reflection: static member template operator [PR124324]
Jason Merrill
[PATCH] libstdc++: Make `std::expected` nodiscard [PR119197]
Arthur O'Dwyer
Re: [PATCH] libstdc++: Make `std::expected` nodiscard [PR119197]
Jonathan Wakely
[committed] testsuite: Fix up vec-cvt-1.c for excess precision target [PR124288]
Jakub Jelinek
[PATCH] c++/modules: Merge synthesized definitions of defaulted members [PR124311]
Nathaniel Shead
Re: [PATCH] c++/modules: Merge synthesized definitions of defaulted members [PR124311]
Jason Merrill
Re: [PATCH] arm: Add multilib for _Float16 typeinfo for v8.1-m.main (PR 116447)
Christophe Lyon
Re: [PATCH] testsuite: Remove xfail from g++.dg/ipa/devirt-23.C
Rainer Orth
Re: [PATCH] testsuite: Remove xfail from g++.dg/ipa/devirt-23.C
Rainer Orth
Re: [PATCH] testsuite: Remove xfail from g++.dg/ipa/devirt-23.C
Thiago Jung Bauermann
[PATCH v2] match.pd: simplify lshift const cmp using bit_and [PR124019]
Daniel Henrique Barboza
[PATCH v2] c++/reflection: class_member_of/modules ordering fix
Thomas Berger
Re: [PATCH v2] c++/reflection: class_member_of/modules ordering fix
Jason Merrill
Re: [PATCH v2] c++/reflection: class_member_of/modules ordering fix
Jakub Jelinek
Re: [PATCH v2] c++/reflection: class_member_of/modules ordering fix
Thomas Berger
[committed] libstdc++: Add dg-bogus check to istreambuf_iterator/105580.cc [PR105580]
Tomasz Kamiński
[PATCH] sparc: Don't require a sparc assembler with TLS [PR123926]
Filip Kastl
Re: [PATCH] sparc: Don't require a sparc assembler with TLS [PR123926]
Rainer Orth
[PATCH v2] sparc: Don't require a sparc assembler with TLS [PR123926]
Filip Kastl
Re: [PATCH v2] sparc: Don't require a sparc assembler with TLS [PR123926]
Rainer Orth
Re: [PATCH v2] sparc: Don't require a sparc assembler with TLS [PR123926]
Filip Kastl
[PATCH 0/5] libstdc++: Implement [simd.complex] and [simd.bit] and a few fixes
Matthias Kretz
[PATCH 1/5] libstdc++: Use ktest on simd::mask reduction for AVX512
Matthias Kretz
[PATCH 3/5] libstdc++: Optimize simd conversions on x86-64
Matthias Kretz
[PATCH 2/5] libstdc++: Use conservative default for simd::mask sanitization
Matthias Kretz
[PATCH 5/5] libstdc++: Test and fix simd masked loads
Matthias Kretz
Re: [PATCH 5/5] libstdc++: Test and fix simd masked loads
Matthias Kretz
[PATCH 6/5] libstdc++: Add tests for [simd.bit]
Matthias Kretz
[PATCH] i386: Fix up avx512fp16_mov<mode> AVX10.2 operand order for -masm=intel [PR124294]
Jakub Jelinek
Re: [PATCH] i386: Fix up avx512fp16_mov<mode> AVX10.2 operand order for -masm=intel [PR124294]
Uros Bizjak
Re: [PATCH] i386: Fix up avx512fp16_mov<mode> AVX10.2 operand order for -masm=intel [PR124294]
Hongtao Liu
Re: [PATCH] i386: Fix up avx512fp16_mov<mode> AVX10.2 operand order for -masm=intel [PR124294]
Jakub Jelinek
[PATCH] i386: Rename avx512fp16_mov<mode> to *avx512fp16_mov<mode>
Jakub Jelinek
RE: [PATCH] i386: Rename avx512fp16_mov<mode> to *avx512fp16_mov<mode>
Liu, Hongtao
[PATCH] libstdc++: Add #pragma to slience null-dereference warning in istreambuf_iterator::operator++ [PR105580]
Tomasz Kamiński
Re: [PATCH] libstdc++: Add #pragma to slience null-dereference warning in istreambuf_iterator::operator++ [PR105580]
Jonathan Wakely
[PATCH v4] rs6000: Emit insn with proper rounding mode for nearbyint [PR113353]
Vijay Shankar
[PATCH v4] rs6000: Emit insn with proper rounding mode for nearbyint [PR113353]
Vijay Shankar
[PATCH][testsuite]: Fix testism in avx512fp16-xorsign-1.c
Tamar Christina
[PATCH] i386: Fix ICE with target_clones inlining
Yangyu Chen
Re: [PATCH] i386: Fix ICE with target_clones inlining
Uros Bizjak
[committed] testsuite: Fix up anon4.C test for excess precision targets
Jakub Jelinek
[PATCH][_GLIBCXX_DEBUG][__cplusplus >= 201103L] Remove useless workaround
François Dumont
Re: [PATCH][_GLIBCXX_DEBUG][__cplusplus >= 201103L] Remove useless workaround
Jonathan Wakely
Re: [PATCH][_GLIBCXX_DEBUG][__cplusplus >= 201103L] Remove useless workaround
François Dumont
Re: [PATCH][_GLIBCXX_DEBUG][__cplusplus >= 201103L] Remove useless workaround
Jonathan Wakely
[PATCH] Fortran: Fix libfortran cross MinGW header case
ZENG Hao
Re: [PATCH] Fortran: Fix libfortran cross MinGW header case
Jerry D
Re: [PATCH] Fortran: Fix libfortran cross MinGW header case
Cyano Hao
Re: [PATCH] Fortran: Fix libfortran cross MinGW header case
Cyano Hao
[PATCH] a68: add --enable-algol68-posix-prelude
Mohammad-Reza Nabipoor
Re: [PATCH] a68: add --enable-algol68-posix-prelude
Joseph Myers
[PATCH] c++/reflection: class_member_of/modules ordering fix
Thomas Berger
[PATCH v3] libcody: allow non-ASCII module names [PR120458]
Jean-Christian CÎRSTEA
[COMMITTED] Remove gld --as-needed workaround on Solaris/x86 [PR57261]
Rainer Orth
[PATCH v2] PR target/123238: VCOND_MASK regression on aarch64 and x86_64.
Roger Sayle
RE: [PATCH v2] PR target/123238: VCOND_MASK regression on aarch64 and x86_64.
Liu, Hongtao
RE: [PATCH v2] PR target/123238: VCOND_MASK regression on aarch64 and x86_64.
Roger Sayle
Re: [PATCH v2] PR target/123238: VCOND_MASK regression on aarch64 and x86_64.
Hongtao Liu
Re: [PATCH v2] PR target/123238: VCOND_MASK regression on aarch64 and x86_64.
Richard Biener
New Swedish PO file for 'gcc' (version 16.1-b20260222)
Translation Project Robot
Re: [PATCH] aarch64:early-ra: Copy reg_attrs and set the original_regno on the new reg [PR123829]
Richard Sandiford
[PATCH] Fix Bug 124286 - [16 regression] libfortran cannot be cross compiled
Jerry D
Re: [PATCH] Fix Bug 124286 - [16 regression] libfortran cannot be cross compiled
Andrew Pinski
Re: [PATCH] Fix Bug 124286 - [16 regression] libfortran cannot be cross compiled
Jerry D
Re: [PATCH] Fix Bug 124286 - [16 regression] libfortran cannot be cross compiled
Jerry D
[PATCH] c++/reflection: Support members_of and imported namespace-scope names [PR124200]
Nathaniel Shead
Re: [PATCH] c++/reflection: Support members_of and imported namespace-scope names [PR124200]
Thomas Berger
Re: [PATCH] c++/reflection: Support members_of and imported namespace-scope names [PR124200]
Jason Merrill
Re: [PATCH] c++/reflection: Support members_of and imported namespace-scope names [PR124200]
Marek Polacek
Re: [PATCH] c++/reflection: Support members_of and imported namespace-scope names [PR124200]
Thomas Berger
Re: [PATCH] c++/reflection: Support members_of and imported namespace-scope names [PR124200]
Marek Polacek
Patch pings...
Roger Sayle
[Ada] Fix infinite recursion on unchecked union type with representation clause
Eric Botcazou
[PATCH v2] c: Fix wrong code related to TBAA for components of structure types 2/2 [PR122572]
Martin Uecker
Re: [PATCH v2] c: Fix wrong code related to TBAA for components of structure types 2/2 [PR122572]
Joseph Myers
[PATCH v2] c: Fix wrong code related to TBAA for components of structure types 1/2 [PR122572]
Martin Uecker
Re: [PATCH v2] c: Fix wrong code related to TBAA for components of structure types 1/2 [PR122572]
Joseph Myers
[committed][PR tree-optimization/90036] Backpropagate more equivalences in DOM
Jeffrey Law
Re: [PATCH] RISC-V: Remove redundant CALL_P check
Bohan Lei
Re: [PATCH] RISC-V: Remove redundant CALL_P check
Robin Dapp
[RFC PATCH] RISC-V: Specify -mcpu if --with-cpu is used
Bohan Lei
Re: [RFC PATCH] RISC-V: Specify -mcpu if --with-cpu is used
Robin Dapp
[COMMITTED] doc: Document __attribute keyword [PR87591]
Sandra Loosemore
[COMITTED] doc: Restore anchors for deleted attribute section names.
Sandra Loosemore
[PATCH] libstdc++: Add test case for -Wnull-deference in istream_iterator [PR105580]
Tomasz Kamiński
Re: [PATCH] libstdc++: Add test case for -Wnull-deference in istream_iterator [PR105580]
Tomasz Kaminski
Re: [PATCH] libstdc++: Add test case for -Wnull-deference in istream_iterator [PR105580]
Jonathan Wakely
Re: [PATCH] libstdc++: Add test case for -Wnull-deference in istream_iterator [PR105580]
Tomasz Kaminski
Re: [PATCH] aarch64: early_ra: better handling of replacement of subregs in debug_insns [PR123784]
Richard Sandiford
[gccrs COMMIT] expand: Fix ICE on unimplemented RustcEncodable/Decodable derives
gerris . rs
[Ada] Fix assertion failure for unfrozen mutably tagged type as actual in instance
Eric Botcazou
[Ada] Fix bogus visibility error for expression of iterated association
Eric Botcazou
[gccrs COMMIT 1/2] refactor: use MacroInvocation's node id everywhere for consistency
gerris . rs
[gccrs COMMIT 2/2] refactor: update constructor to initialize ExternalItem base class
gerris . rs
[gccrs COMMIT] ast: Implement reconstruct() logic for Path hierarchy
gerris . rs
[PATCH] match.pd: simplify lshift const cmp using bit_and [PR124019]
Daniel Barboza
[PATCH] cse: Do not create paradoxical subreg. [PR121649]
Robin Dapp
Re: [PATCH] cse: Do not create paradoxical subreg. [PR121649]
Richard Sandiford
Re: [PATCH] cse: Do not create paradoxical subreg. [PR121649]
Robin Dapp
Re: [PATCH] cse: Do not create paradoxical subreg. [PR121649]
Robin Dapp
Re: [PATCH] cse: Do not create paradoxical subreg. [PR121649]
Richard Sandiford
Re: [PATCH] cse: Do not create paradoxical subreg. [PR121649]
Robin Dapp
Re: [PATCH] cse: Do not create paradoxical subreg. [PR121649]
Richard Sandiford
Re: [PATCH] cse: Do not create paradoxical subreg. [PR121649]
Jakub Jelinek
Re: [PATCH] cse: Do not create paradoxical subreg. [PR121649]
Robin Dapp
Re: [PATCH] cse: Do not create paradoxical subreg. [PR121649]
Jakub Jelinek
[COMMITTED 01/46] gccrs: Remove the template parameter so clang format stops barfing on this
arthur . cohen
[COMMITTED 02/46] gccrs: Revert "gccrs: Remove the template parameter
arthur . cohen
[COMMITTED 13/46] gccrs: util/attributes: Check that #[target_feature] is only used on unsafe functions
arthur . cohen
[COMMITTED 08/46] gccrs: fixes the error thrown
arthur . cohen
[COMMITTED 23/46] gccrs: expand: Refactor field expansion and add documentation
arthur . cohen
[COMMITTED 11/46] gccrs: add non upper case globals lint
arthur . cohen
[COMMITTED 09/46] gccrs: Adds test of issue 1210
arthur . cohen
[COMMITTED 16/46] gccrs: nr: Add proper prelude resolution and fill it upon encountering a prelude.
arthur . cohen
[COMMITTED 27/46] gccrs: add outer attributes
arthur . cohen
[COMMITTED 19/46] gccrs: fix ice on let else expession
arthur . cohen
[COMMITTED 12/46] gccrs: add non snake case lint
arthur . cohen
[COMMITTED 29/46] gccrs: Implement type check & codegen for HIR::StructPatternFieldTuplePat
arthur . cohen
[COMMITTED 20/46] gccrs: testsuite: adds some tests for ice 4375
arthur . cohen
[COMMITTED 30/46] gccrs: Detect macros with duplicate metavariable bindings
arthur . cohen
[COMMITTED 17/46] gccrs: util/attributes: error on malformed #[export_name] input
arthur . cohen
[COMMITTED 36/46] gccrs: ast: Fix module path resolution for sibling modules in root
arthur . cohen
[COMMITTED 10/46] gccrs: ast: Add new GlobContainer class and use it
arthur . cohen
[COMMITTED 22/46] gccrs: backend: Factor out asm operand chaining
arthur . cohen
[COMMITTED 39/46] gccrs : parse: Fix ICE when using 'dyn' without trait bound
arthur . cohen
[COMMITTED 18/46] gccrs: util/attributes: handle #[export_name] on static items
arthur . cohen
[COMMITTED 40/46] gccrs: parser: Fix ICE in AnonConst by handling null macro result
arthur . cohen
[COMMITTED 25/46] gccrs: remove some loops
arthur . cohen
[COMMITTED 32/46] gccrs: Add trait type param bounds to ast token collector
arthur . cohen
[COMMITTED 21/46] gccrs: replace unreachable with sorry_at
arthur . cohen
[COMMITTED 42/46] gccrs: parser: Fix ICE on invalid arithmetic expression
arthur . cohen
[COMMITTED 28/46] gccrs: derive: Factor out Eq trait path generation
arthur . cohen
[COMMITTED 43/46] gccrs: parser: Fix rogue null pointer in null_denotation_path
arthur . cohen
[COMMITTED 24/46] gccrs: proc error on invalid type
arthur . cohen
[COMMITTED 31/46] gccrs: Prevent resolution of items within parent modules
arthur . cohen
[COMMITTED 45/46] gccrs: Make AST::Crate final
arthur . cohen
[COMMITTED 44/46] gccrs: Remove ProcMacroInvocLexer
arthur . cohen
[COMMITTED 35/46] gccrs: util/attributes: Error on malformed lint attributes
arthur . cohen
[COMMITTED 26/46] gccrs: remove some loop helpers
arthur . cohen
[COMMITTED 33/46] gccrs: Implicitely inject `extern crate core`
arthur . cohen
[COMMITTED 37/46] gccrs: Reduce node id sharing
arthur . cohen
[COMMITTED 41/46] gccrs: ast: Add qualified_call helper to Builder
arthur . cohen
[COMMITTED 38/46] gccrs: util/attributes: Fix ICE on bare #[deprecated] attribute
arthur . cohen
[COMMITTED 46/46] gccrs : TypeCheck : Enhance missing fields error message
arthur . cohen
[PATCH v2] bpf: add line_info support to BTF.ext section
Cupertino Miranda
Re: [PATCH v2] bpf: add line_info support to BTF.ext section
David Faust
Re: [PATCH v2] bpf: add line_info support to BTF.ext section
Jose E. Marchesi
Re: [PATCH v2] bpf: add line_info support to BTF.ext section
Cupertino Miranda
Re: [PATCH] libstdc++: Silence false positive null-dereference warning in istreambuf_iterator::operator++ [PR105580]
Jonathan Wakely
Re: [PATCH] libstdc++: Silence false positive null-dereference warning in istreambuf_iterator::operator++ [PR105580]
Tomasz Kaminski
Re: [PATCH] libstdc++: Silence false positive null-dereference warning in istreambuf_iterator::operator++ [PR105580]
Tomasz Kaminski
Earlier messages
Later messages