Messages by Thread
-
-
[pushed] c++/reflection: add fixed test
Marek Polacek
-
[PATCH] aarch64: Disallow movprfx before revd
Alice Carlotti
-
[PATCH GCC17-stage1] riscv: Optimize power-of-2 boundary comparisons in conditional moves
Philipp Tomsich
-
[PATCH, Fortran] Regression Fix PR121743
Jerry D
-
Questions on PROMOTE_MODE, function_promote_mode
Vineet Gupta
-
Re: Questions on PROMOTE_MODE, function_promote_mode
H.J. Lu
-
Re: Questions on PROMOTE_MODE, function_promote_mode
Vineet Gupta
-
Re: Questions on PROMOTE_MODE, function_promote_mode
H.J. Lu
-
Re: Questions on PROMOTE_MODE, function_promote_mode
Vineet Gupta
-
Re: Questions on PROMOTE_MODE, function_promote_mode
H.J. Lu
-
Re: Questions on PROMOTE_MODE, function_promote_mode
Vineet Gupta
-
Re: Questions on PROMOTE_MODE, function_promote_mode
H.J. Lu
-
Re: Questions on PROMOTE_MODE, function_promote_mode
Vineet Gupta
-
Re: Questions on PROMOTE_MODE, function_promote_mode
Vineet Gupta
-
Re: Questions on PROMOTE_MODE, function_promote_mode
Jeffrey Law
-
Re: Questions on PROMOTE_MODE, function_promote_mode
Jeffrey Law
-
[Ada] Fix missing static accessibility check in assignment for aliased parameter
Eric Botcazou
-
[Ada] Fix missing error for dangling pointer from access discriminant
Eric Botcazou
-
[Ada] Complete implementation of AI12-0402
Eric Botcazou
-
[Ada] Fix Program_Error raised in a Bounded_Indefinite_Holders instance
Eric Botcazou
-
[PATCH GCC17-stage1] tree-optimization: Allow forwprop to fold add-compare to zero
Philipp Tomsich
-
[PATCH GCC17-stage1] aarch64: Add peephole2 to sink extension past csel for cinc
Philipp Tomsich
-
Re: [PATCH] c++/modules: Reparent linemaps for partition direct loads [PR124309]
Jason Merrill
-
[PATCH] libstdc++: Make ranges::distance work with volatile iterators (LWG 4242)
Jonathan Wakely
-
Re: [PATCH] c++/reflection: Support members_of and imported namespace-scope names [PR124200]
Jason Merrill
-
[PATCH] ipa-prop: Skip analysis od static constructor entries with no index (PR124260)
Martin Jambor
-
Re: [PATCH] testsuite/c++: Fix lifetime of lambda in pr103953.C [PR119930]
Jakub Jelinek
-
[committed] testsuite: Add testcase for bug fixed on trunk but not in 15/14 [PR124154]
Jakub Jelinek
-
Re: [PATCH v2] c++/modules: Merge synthesized definitions of defaulted members [PR124311]
Jason Merrill
-
Re: [PATCH] c++/modules: Check for redeclarations of members in wrong module
Jason Merrill
-
Re: [PATCH] c++/modules: Fix ICE in xref_basetypes on class redefinition
Jason Merrill
-
Re: [PATCH] c++/modules: Don't create bindings for hidden friends [PR124390]
Jason Merrill
-
[PATCH] c++/modules: Support diagnostic classification changes in macros [PR124459]
Nathaniel Shead
-
Re: [riscv] Simplify builtin definitions
Nathan Sidwell
-
Re: [PATCH] c++: Fix up *display_string_of on anon union member [PR124388]
Jason Merrill
-
[PATCH] bootstrap/124406 - fix lean LTO profiledboostrap
Richard Biener
-
[Patch, fortran] PR97818 - PDT Parameterized Derived Type fails with SIGABRT at -O1
Paul Richard Thomas
-
[Patch, fortran] PR 122696 - [PDT] ICE when selector is a generic interface with the same name as a derived type
Paul Richard Thomas
-
[PATCH] libstdc++: Improve diagnostics for std::allocator<incomplete type>
Jonathan Wakely
-
[PATCH] libstdc++: Add module initialization functions to the library [PR124268]
Jonathan Wakely
-
[PATCH] Revert "build: Properly set gas_flag/gnu_ld_flag"
Rainer Orth
-
[PATCH 0/3] aarch64: Implement uaddc/usubc expansion and carry/borrow round-trip cleanup
Muhammad Kamran
-
[PATCH] libphobos: Implement IeeeFlags on SPARC [PR123202]
Rainer Orth
-
[committed v2] libstdc++: Fix mingw-w64 build due to __max macro
Jonathan Wakely
-
[PATCH] testsuite: Fix gcc.dg/plugin/must-tail-call-2.c on SPARC [PR121159]
Rainer Orth
-
Re: [PATCH] testsuite: Remove xfails in gcc.dg/attr-alloc_size-11.c [PR80006]
Rainer Orth
-
[PATCH] testsuite: Only xfail g++.dg/coroutines/pr110872.C on 64-bit targets [PR124326]
Rainer Orth
-
RE: [PATCH 2/5] libgomp: Ensure memory sync after performing tasks
Prathamesh Kulkarni
-
[PATCH] libstdc++: Increase timeout for 23_containers/mdspan/submdspan tests [PR124290]
Rainer Orth
-
[PATCH] testsuite: Fix g++.dg/warn/Wstringop-overflow-6.C on Solaris [PR123135]
Rainer Orth
-
[PATCH] c++: Fix up ICE check_out_of_consteval_use_r on some OpenMP clauses
Jakub Jelinek
-
[committed] openmp, c++: Fix up TREE_TYPE of OMP_TASK
Jakub Jelinek
-
[PATCH] fortran: Fix UB in transfer_expr [PR124450]
Jakub Jelinek
-
[committed] libstdc++: Use CTAD for span in std::define_static_object [PR124443]
Jakub Jelinek
-
Re: [PATCH] Add default_promote_function_mode_sign_extend
Jeffrey Law
-
[PATCH 1/3] doc/extend: Document constructor/destructor priority when none is supplied
Andrew Pinski
-
Re: [PING][PATCH v2] match.pd: Recognize few more integer spaceship operator patterns
Jeffrey Law
-
Re: [PATCH 5/6] fold-mem-offsets: Store fold_mem_info by value in the hash_map
Jeffrey Law
-
Re: [PATCH 4/6] fold-mem-offsets: Move RISC-V size-optimization workaround to the backend
Jeffrey Law
-
Re: [PATCH 6/6] fold-mem-offsets: Make get_fold_mem_root static
Jeffrey Law
-
Re: [PATCH 3/6] fold-mem-offsets: Clarify why do_analysis pre-marks the memory insn
Jeffrey Law
-
Re: [PATCH 2/6] fold-mem-offsets: Replace boolean parameters with enum in fold_offsets_1
Jeffrey Law
-
Re: [PATCH] match.pd: (A>>C) != (B>>C) -> (A^B) >= (1<<C) [PR110010]
Jeffrey Law
-
[PATCH] contrib: Fix shell injection vulnerabilities in Python scripts
Xu Jin
-
[PATCH, committed] Fortran: Add testcase [PR102333]
Jerry D
-
[PATCH, committed] Fortran: Add testcase [PR103139]
Jerry D
-
[PATCH, committed] Fix ICE after rejected CHARACTER duplicate declaration [PR82721]
Jerry D
-
[PATCH] simplify-rtx: Fix the case where subreg of a vec_concat could fail [PR123822]
Andrew Pinski
-
[PATCH, committed] Fix ICE on invalid CLASS component in derived type [PR106946]
Jerry D
-
[pushed: r16-8020] analyzer: fix false +ves when testing <stdbool.h>/_Bool values [PR124451]
David Malcolm
-
[pushed: r16-8019] analyzer: fix ICE on computed goto [PR124375]
David Malcolm
-
[pushed: r16-8018] analyzer: fix ICE on effective modulo by zero [PR124433]
David Malcolm
-
[patch, committed] Fix class dummy-array assignment deep copy [PR110877]
Jerry D
-
[PATCH] c++: require C++26 for -freflection and C++20 for -fcontracts [PR124447]
Marek Polacek
-
[PATCH, committed] Fix mixed ENTRY union ABI under -ff2c [PR95338]
Jerry D
-
[PATCH] libstdc++: Fix mingw-w64 build due to __max macro
Jonathan Wakely
-
New Swedish PO file for 'gcc' (version 16.1-b20260222)
Translation Project Robot
-
[PATCH] c++/reflection: class member access with [: T::BASELINK :] [PR124440]
Marek Polacek
-
Re: [PATCH] Correctly handle toplevel asm with -flto-partition=cache
Rainer Orth
-
[PATCH v2 1/4] xtensa: Split target-specific pass 'xt_largeconst' into two
Takayuki 'January June' Suwa
-
[PATCH v2 4/4] xtensa: constantsynth: Minor changes
Takayuki 'January June' Suwa
-
[PATCH v2 3/4] xtensa: Rename/reduce from split_DI_SF_DF_const to convert_SF_const in 'xt_largeconst2'
Takayuki 'January June' Suwa
-
[PATCH v2 2/4] xtensa: Minor changes to FPreg_neg_scaled_simm12b in 'xt_largeconst2'
Takayuki 'January June' Suwa
-
[PATCH] sh: Remove TARGET_PROMOTE_PROTOTYPES
H.J. Lu
-
[PATCH v10] c/c++: Declare stack protection guard as a global symbol
H.J. Lu
-
[PING^2][PATCH] rs6000: New splitter to combine two rotates into rldic+rldimi sequence
Kishan Parmar
-
[gccrs COMMIT 1/2] Add ability to inject inner attributes from CLI
gerris . rs
-
[PATCH] expand: Fix GET_MODE_SIZE/GET_MODE_BITSIZE typo [PR124435]
Richard Sandiford
-
[Ping^1] [PATCH v4] rs6000: Reduces a multi-step comparison sequence to a single vcmpnez instruction [PR116004]
Vijay Telidevulapalli
-
[pushed] c++: add fixed test [PR124389]
Patrick Palka
-
[Ping^1] [PATCH v4] rs6000: Emit insn with proper rounding mode for nearbyint [PR113353]
Vijay Telidevulapalli
-
Re: [PATCH] PR c++/123228 Member of protected base is inaccessible despite a friend declaration
Patrick Palka
-
Re: [PATCH 0/8] [RFC] Introduce floating point fetch_add builtins
Matthew Malcomson
-
Re: [PATCH 5/5] libgomp: Move thread task re-initialisation into threads
Matthew Malcomson
-
[Patch, fortran] PR115316 - [PDT] valgrind error in insert_parameter_exprs
Paul Richard Thomas
-
[PATCH] c++/modules: Allow merging members of instantiations attached to named modules [PR124431]
Nathaniel Shead
-
[PATCH v1 0/1] aarch64: mingw: Disable _Float128 emulation
Saurabh Jha via Sourceware Forge