March 2025 Archives by date
Starting: Sat Mar 1 03:38:21 GMT 2025
Ending: Mon Mar 31 23:59:23 GMT 2025
Messages: 3156
- [PATCH] LoongArch: Add a dedicated pattern for bitwise + alsl
Xi Ruoyao
- [PATCH 00/17] LoongArch: Clean up atomic operations and implement 16-byte atomic operations
Xi Ruoyao
- [PATCH 01/17] LoongArch: (NFC) Remove atomic_optab and use amop instead
Xi Ruoyao
- [PATCH 02/17] LoongArch: (NFC) Remove amo and use size instead
Xi Ruoyao
- [PATCH 03/17] LoongArch: Don't use "+" for atomic_{load, store} "m" constraint
Xi Ruoyao
- [PATCH 04/17] LoongArch: Allow using bstrins for masking the address in atomic_test_and_set
Xi Ruoyao
- [PATCH 05/17] LoongArch: Don't emit overly-restrictive barrier for LL-SC loops
Xi Ruoyao
- [PATCH 06/17] LoongArch: Remove unneeded "b 3f" instruction after LL-SC loops
Xi Ruoyao
- [PATCH 07/17] LoongArch: Remove unneeded "andi offset, addr, 3" instruction in atomic_test_and_set
Xi Ruoyao
- [PATCH 08/17] LoongArch: Implement subword atomic_fetch_{and, or, xor} with am*.w instructions
Xi Ruoyao
- [PATCH 09/17] LoongArch: Don't expand atomic_fetch_sub_{hi, qi} to LL-SC loop if -mlam-bh
Xi Ruoyao
- [PATCH 10/17] LoongArch: Implement atomic_fetch_nand<GPR:mode>
Xi Ruoyao
- [PATCH 11/17] LoongArch: Implement 16-byte atomic load with LSX
Xi Ruoyao
- [PATCH 12/17] LoongArch: Implement 16-byte atomic store with LSX
Xi Ruoyao
- [PATCH 13/17] LoongArch: Add -m[no-]scq option
Xi Ruoyao
- [PATCH 14/17] LoongArch: Implement 16-byte atomic store with sc.q
Xi Ruoyao
- [PATCH 15/17] LoongArch: Implement 16-byte CAS with sc.q
Xi Ruoyao
- [PATCH 16/17] LoongArch: Implement 16-byte atomic exchange with sc.q
Xi Ruoyao
- [PATCH 17/17] LoongArch: Implement 16-byte atomic add, sub, and, or, xor, and nand with sc.q
Xi Ruoyao
- [PATCH] H8/300: PR target/109189 Silence -Wformat warnings on Windows
Jeff Law
- [PING, REFORMAT][PATCH v2, 0/1] libstdc++: Fix localized D_T_FMT %c formatting for <chrono> [PR117214]
XU Kailiang
- [PING, REFORMAT][PATCH v2, 1/1] libstdc++: Fix localized D_T_FMT %c formatting for <chrono> [PR117214]
XU Kailiang
- [Fortran, Patch, PR118747, v1] Prevent double free alloc. comp. in derived type function results
Paul Richard Thomas
- [PATCH] ggc: Avoid using ATTRIBUTE_MALLOC for allocations that need finalization [PR117047]
Jakub Jelinek
- [PATCH] input: Fix UB during self-tests [PR119052]
Jakub Jelinek
- [PATCH] ggc: Avoid using ATTRIBUTE_MALLOC for allocations that need finalization [PR117047]
Richard Biener
- New French PO file for 'cpplib' (version 15-b20250216)
Translation Project Robot
- Contents of PO file 'cpplib-15-b20250216.fr.po'
Translation Project Robot
- [PATCH] Fortran: fix front-end memleak after failure during parsing of NULLIFY
Harald Anlauf
- [PATCH] input: Fix UB during self-tests [PR119052]
Richard Biener
- [PATCH] H8/300, libgcc: PR target/114222 For HImode call internal ffs() implementation instead of an external one
Jeff Law
- [PATCH v2] RISC-V: Fix a typo in zce to zcf implication
Jeff Law
- [PATCH v2] RISC-V: Fix a typo in zce to zcf implication
Jeff Law
- [PATCH] libstdc++: implement tuple protocol for std::complex (P2819R2)
Giuseppe D'Angelo
- [RFC] RISC-V: The optimization ignored the side effects of the rounding mode, resulting in incorrect results.
Jeff Law
- [RFC] RISC-V: The optimization ignored the side effects of the rounding mode, resulting in incorrect results.
Jeff Law
- [PATCH] Fortran: fix front-end memleak after failure during parsing of NULLIFY
Steve Kargl
- [PATCH] Fortran: fix front-end memleak after failure during parsing of NULLIFY
Harald Anlauf
- [PATCH] ggc: Avoid using ATTRIBUTE_MALLOC for allocations that need finalization [PR117047]
Lewis Hyatt
- [committed] ggc: Fix up ggc_internal_cleared_alloc_no_dtor [PR117047]
Jakub Jelinek
- [PATCH v2] wwwdocs: add a Python postprocessing script
Gerald Pfeifer
- [PATCH] libstdc++: implement tuple protocol for std::complex (P2819R2)
Jonathan Wakely
- [pushed] wwwdocs: gcc-13: Simplify language around freestanding mode
Gerald Pfeifer
- [pushed] doc: Simplify description of *-*-freebsd*
Gerald Pfeifer
- [PATCH] c++: ICE with RANGE_EXPR and array init [PR109431]
Jason Merrill
- [PATCH] c++: Check invalid use of constrained auto with trailing return type [PR100589]
xxie-xd
- [PATCH v2] c++: Check invalid use of constrained auto with trailing return type [PR100589]
Da Xie
- [PATCH] avr: Fix up avr_print_operand diagnostics [PR118991]
Denis Chertykov
- New Swedish PO file for 'gcc' (version 15-b20250216)
Translation Project Robot
- Contents of PO file 'gcc-15-b20250216.sv.po'
Translation Project Robot
- [patch,avr] texi: Add new subsubsection "AVR Optimization Options"
Georg-Johann Lay
- [to-be-committed][RISC-V][PR target/118934] Fix ICE in RISC-V long branch supportvi !$
Jeff Law
- [PATCH 0/4] Fortran: Improve flow of intrinsics/library documentation [PR47928]
Sandra Loosemore
- [to-be-committed][RISC-V][PR target/116256] Fix minor code quality regression in reassociated arithmetic
Jeff Law
- [PATCH] Fortran: reject empty derived type with bind(C) attribute [PR101577]
Harald Anlauf
- [PATCH] rtl: Remove invalid compare simplification [PR117186]
Levi Zim
- [PATCH] OpenMP: Integrate dynamic selectors with dispatch argument handling [PR118457]
Sandra Loosemore
- [PATCH] LoongArch: Fix incorrect reorder of __lsx_vldx and __lasx_xvldx [PR119084]
Xi Ruoyao
- [PATCH v1] RISC-V: Fix the test case bug-3.c failure
pan2.li@intel.com
- [PATCH] PR rtl-optimization/119046: Don't mark PARALLEL RTXes with floating-point mode as trapping
Kyrylo Tkachov
- [PATCH] PR rtl-optimization/119046: Don't mark PARALLEL RTXes with floating-point mode as trapping
Andrew Pinski
- [Fortran, Patch, PR118747, v1] Prevent double free alloc. comp. in derived type function results
Andre Vehreschild
- [PATCH][v2] PR rtl-optimization/119046: Don't mark PARALLEL RTXes with floating-point mode as trapping
Kyrylo Tkachov
- [PATCH] PR rtl-optimization/119046: Don't mark PARALLEL RTXes with floating-point mode as trapping
Kyrylo Tkachov
- [PATCH] Fortran: reject empty derived type with bind(C) attribute [PR101577]
Andre Vehreschild
- [PATCH] RISC-V: Using O2 instead of O1 in testsuites when using -fdump-ext_dce
Liao Shihua
- [PATCH]AArch64: force operand to fresh register to avoid subreg issues [PR118892]
Richard Sandiford
- [PATCH]AArch64: force operand to fresh register to avoid subreg issues [PR118892]
Tamar Christina
- [PATCH htdocs] bugs: Link to all 'Porting to' docs in 'Common problems when upgrading ...'
Sam James
- [PATCH htdocs 1/2] bugs: improve "ABI changes" subsection
Sam James
- [PATCH] gimple: sccopy: Prune removed statements from SCCs [PR117919]
Filip Kastl
- [PATCH v1] RISC-V: Fix the test case bug-3.c failure
Robin Dapp
- [PATCH] ipa/119067 - bogus TYPE_PRECISION check on VECTOR_TYPE
Richard Biener
- [PATCH] gimple: sccopy: Prune removed statements from SCCs [PR117919]
Richard Biener
- [PING 2][PATCH v2] libcpp: Fix incorrect line numbers in large files [PR108900]
Yash.Shinde@windriver.com
- [PATCH]AArch64: force operand to fresh register to avoid subreg issues [PR118892]
Richard Sandiford
- [PATCH]AArch64: force operand to fresh register to avoid subreg issues [PR118892]
Christophe Lyon
- [PATCH v3] aarch64: Ignore target pragmas while defining intrinsics
Richard Sandiford
- C++ patch ping (Re: [PATCH] c++: Apply/diagnose attributes when instatiating ARRAY/POINTER/REFERENCE_TYPE [PR118787])
Jakub Jelinek
- [1/3 PATCH]AArch64: add support for partial modes to last extractions [PR118464]
Richard Sandiford
- C patch ping
Jakub Jelinek
- [PATCH] simplify-rtx: Fix up simplify_logical_relational_operation [PR119002]
Richard Sandiford
- [PATCH]AArch64: force operand to fresh register to avoid subreg issues [PR118892]
Richard Sandiford
- [PATCH] simplify-rtx: Fix up simplify_logical_relational_operation [PR119002]
Jakub Jelinek
- [PATCH] simplify-rtx: Fix up simplify_logical_relational_operation [PR119002]
Richard Sandiford
- [PATCH] simplify-rtx: Fix up simplify_logical_relational_operation [PR119002]
Jakub Jelinek
- [PATCH] ipa-cp: Avoid ICE when redistributing nodes among edges to recursive clones (PR 118318)
Martin Jambor
- [PATCH] tree-optimization/119096 - bogus conditional reduction vectorization
Richard Biener
- [PATCH] tree-optimization/119057 - bogus double reduction detection
Richard Biener
- [PATCH] simplify-rtx: Fix up simplify_logical_relational_operation [PR119002]
Richard Sandiford
- [3/3 PATCH v4]middle-end: delay checking for alignment to load [PR118464]
Richard Biener
- [PATCH] simplify-rtx: Fix up simplify_logical_relational_operation [PR119002]
Jakub Jelinek
- [PING] [PATCH] c++: Fix checking assert upon invalid class definition [PR116740]
Simon Martin
- [PING] [PATCH] c++: Use capture from outer lambda, if any, instead of erroring out [PR110584]
Simon Martin
- [PING] [PATCH] c++: Don't replace INDIRECT_REFs by a const capture proxy too eagerly [PR117504]
Simon Martin
- [PATCH] simplify-rtx: Fix up simplify_logical_relational_operation [PR119002]
Richard Sandiford
- [3/3 PATCH v4]middle-end: delay checking for alignment to load [PR118464]
Tamar Christina
- [PATCH] libstdc++: implement tuple protocol for std::complex (P2819R2)
Jonathan Wakely
- [3/3 PATCH v4]middle-end: delay checking for alignment to load [PR118464]
Richard Biener
- [Fortran, Patch, PR77872, v1] Fix ICE when getting caf-token from abstract class type.
Andre Vehreschild
- Personalized Bags and Boxes
kyle.mypackagingpro@gmail.com
- [PATCH htdocs] bugs: Link to all 'Porting to' docs in 'Common problems when upgrading ...'
Gerald Pfeifer
- [committed] combine: Reverse negative logic in ternary operator
Uros Bizjak
- [libstdc++] Testsuite should pay attention to extra flags
Thomas Schwinge
- [committed] combine: Reverse negative logic in ternary operator
Richard Biener
- [committed] combine: Reverse negative logic in ternary operator
Uros Bizjak
- [committed] arm: remove some redundant zero_extend ops on thumb1
Richard Earnshaw
- [PATCH] testsuite: arm: Use effective-target for unsigned-extend-1.c
Richard Earnshaw
- [committed v4] aarch64: Ignore target pragmas while defining intrinsics
Andrew Carlotti
- Make ix86_macro_fusion_pair_p and ix86_fuse_mov_alu_p match current CPUs better
Jan Hubicka
- AArch64: Turn off outline atomics with -mcmodel=large (PR112465)
Wilco Dijkstra
- AArch64: Enable early scheduling for -O3 and higher (PR118351)
Wilco Dijkstra
- libgcc: Remove PREDRES and LS64 from AArch64 cpuinfo
Wilco Dijkstra
- libatomic: use HWCAPs in AArch64 ifunc tests
Wilco Dijkstra
- [PATCH] Fortran: reject empty derived type with bind(C) attribute [PR101577]
Harald Anlauf
- [Fortran, Patch, PR77872, v1] Fix ICE when getting caf-token from abstract class type.
Steve Kargl
- [PING, REFORMAT][PATCH v2, 0/1] libstdc++: Fix localized D_T_FMT %c formatting for <chrono> [PR117214]
Jonathan Wakely
- [patch, Fortran] Fix PR 119049 and 119074, external prototypes with different arglists
Thomas Koenig
- [PATCH] Makefile.tpl: Implement per-stage GDCFLAGS [PR116975]
Iain Buclaw
- The COBOL front end, version 3, now in 14 easy pieces
James K. Lowden
- FRM ABI semantics (was Re: [PATCH v1] RISC-V: Make VXRM as global register [PR118103])
Vineet Gupta
- The COBOL front end, version 3, now in 14 easy pieces
Jakub Jelinek
- FRM ABI semantics (was Re: [PATCH v1] RISC-V: Make VXRM as global register [PR118103])
Andrew Waterman
- FRM ABI semantics (was Re: [PATCH v1] RISC-V: Make VXRM as global register [PR118103])
Vineet Gupta
- FRM ABI semantics (was Re: [PATCH v1] RISC-V: Make VXRM as global register [PR118103])
Andrew Waterman
- [wwwdocs] steering.html
David Edelsohn
- [patch, Fortran] Fix PR 119049 and 119074, external prototypes with different arglists
Andre Vehreschild
- AArch64: Enable early scheduling for -O3 and higher (PR118351)
Kyrylo Tkachov
- AArch64: Turn off outline atomics with -mcmodel=large (PR112465)
Kyrylo Tkachov
- [Fortran, Patch, PR77872, v1] Fix ICE when getting caf-token from abstract class type.
Andre Vehreschild
- AArch64: Enable early scheduling for -O3 and higher (PR118351)
Richard Sandiford
- [committed] testsuite: Add tests for already fixed PR [PR119071]
Jakub Jelinek
- [libstdc++] Testsuite should pay attention to extra flags
Thomas Schwinge
- [PATCH] c++: Handle RAW_DATA_CST in modules.cc [PR119076]
Jakub Jelinek
- libatomic: use HWCAPs in AArch64 ifunc tests
Richard Sandiford
- [PATCH] ranger: Improve nonnull_if_nonzero attribute [PR117023]
Jakub Jelinek
- [PATCH] simplify-rtx: Fix up simplify_logical_relational_operation [PR119002]
Richard Sandiford
- [PATCH] simplify-rtx: Fix up simplify_logical_relational_operation [PR119002]
Jakub Jelinek
- [PATCH] go/119098 - bump libgo version for GCC 15 release
Richard Biener
- [RFA] ira: Add new hooks for callee-save vs spills [PR117477]
Richard Sandiford
- [RFA] ira: Add new hooks for callee-save vs spills [PR117477]
Richard Biener
- [pushed] Fix folding of BIT_NOT_EXPR for POLY_INT_CST [PR118976]
Richard Sandiford
- [PATCH] arm: Handle fixed PIC register in require_pic_register (PR target/115485)
Christophe Lyon
- [committed] libstdc++: Remove stray comma in testing docs
Jonathan Wakely
- [Fortran, Patch, PR103391, v1] Fix gimple error on assign to pointer array.
Andre Vehreschild
- [PATCH 0/2] __builtin_bswapXX: improve docs and tests
Oscar Gustafsson
- [PATCH 1/2] __builtin_bswapXX: improve docs and tests
Oscar Gustafsson
- [PATCH 1/2] __builtin_bswapXX: improve docs and tests
Oscar Gustafsson
- [PATCH][stage1] tree-optimization/119103 - missed overwidening detection for shift
Richard Biener
- [patch, Fortran] Fix PR 119049 and 119074, external prototypes with different arglists
Harald Anlauf
- FRM ABI semantics (was Re: [PATCH v1] RISC-V: Make VXRM as global register [PR118103])
Robin Dapp
- [Fortran, Patch, PR103391, v1] Fix gimple error on assign to pointer array.
Paul Richard Thomas
- [3/3 PATCH v6]middle-end: delay checking for alignment to load [PR118464]
Tamar Christina
- [3/3 PATCH v6]middle-end: delay checking for alignment to load [PR118464]
Richard Biener
- [PATCH v4] libstdc++: implement constexpr memory algorithms
Patrick Palka
- [PATCH] c++: ICE with operator new[] in constexpr [PR118775]
Marek Polacek
- [PATCH] c++: Check invalid use of constrained auto with trailing return type [PR100589]
Patrick Palka
- [PATCH] testsuite: arm: Use effective-target for unsigned-extend-1.c
Torbjorn SVENSSON
- [PATCH v2] c++: Check invalid use of constrained auto with trailing return type [PR100589]
Patrick Palka
- FRM ABI semantics (was Re: [PATCH v1] RISC-V: Make VXRM as global register [PR118103])
Li, Pan2
- [Fortran, Patch, PR103391, v1] Fix gimple error on assign to pointer array.
Andre Vehreschild
- [PATCH] middle-end/97323 - TYPE_CANONICAL vs. ARRAY_TYPE modes
Richard Biener
- Break false dependency chains on zen5
Jan Hubicka
- [PATCH] ARM ACLE: add inline definitions for __fma and __fmaf in aarch64 and aarch32 headers
Ayan Shafqat
- [PATCH 1/2] __builtin_bswapXX: improve docs and tests
Richard Sandiford
- [PATCH][stage1] tree-optimization/119103 - missed overwidening detection for shift
Richard Sandiford
- [PATCH] testsuite: arm: Use effective-target for unsigned-extend-1.c
Richard Earnshaw (lists)
- [3/3 PATCH v6]middle-end: delay checking for alignment to load [PR118464]
Richard Sandiford
- [Fortran, Patch, PR104684, v1] Fix gimple error when pointer assigning alloc array.
Andre Vehreschild
- [PATCH] testsuite: arm: Use effective-target for pr68674.c test
Torbjorn SVENSSON
- [PATCH] testsuite: arm: Use effective-target for unsigned-extend-1.c
Torbjorn SVENSSON
- AArch64: Enable early scheduling for -O3 and higher (PR118351)
Wilco Dijkstra
- AArch64: Enable early scheduling for -O3 and higher (PR118351)
Richard Sandiford
- AArch64: Enable early scheduling for -O3 and higher (PR118351)
Andrew Pinski
- AArch64: Turn off outline atomics with -mcmodel=large (PR112465)
Wilco Dijkstra
- The COBOL front end, version 3, now in 14 easy pieces
James K. Lowden
- AArch64: Turn off outline atomics with -mcmodel=large (PR112465)
Ramana Radhakrishnan
- [patch, Fortran] Fix PR 119049 and 119074, external prototypes with different arglists
Thomas Koenig
- [PATCH] go/119098 - bump libgo version for GCC 15 release
Ian Lance Taylor
- [PATCH] c++: wrong targs printed in hard satisfaction error [PR99214]
Patrick Palka
- AArch64: Turn off outline atomics with -mcmodel=large (PR112465)
Wilco Dijkstra
- [PATCH] c++: disable -Wnonnull in unevaluated context [PR115580]
Marek Polacek
- [PATCH][v2] PR rtl-optimization/119046: Don't mark PARALLEL RTXes with floating-point mode as trapping
Richard Sandiford
- [PATCH] c++: disable -Wnonnull in unevaluated context [PR115580]
Jason Merrill
- [Fortran, Patch, PR104684, v1] Fix gimple error when pointer assigning alloc array.
Harald Anlauf
- [PATCH] c++: wrong targs printed in hard satisfaction error [PR99214]
Jason Merrill
- [PATCH v2] c++: Check invalid use of constrained auto with trailing return type [PR100589]
Jason Merrill
- [PATCH] c++: ICE with operator new[] in constexpr [PR118775]
Jason Merrill
- [PATCH v2 3/5][STAGE1] ctf: translate annotation DIEs to internal ctf
Yonghong Song
- [PATCH] c++: Don't replace INDIRECT_REFs by a const capture proxy too eagerly [PR117504]
Jason Merrill
- [PATCH] c++: Use capture from outer lambda, if any, instead of erroring out [PR110584]
Jason Merrill
- [PATCH] c++: Fix checking assert upon invalid class definition [PR116740]
Jason Merrill
- [PATCH] c++: Apply/diagnose attributes when instatiating ARRAY/POINTER/REFERENCE_TYPE [PR118787]
Jason Merrill
- [pushed] c++: C++23 range-for temps and ?: [PR119073]
Jason Merrill
- [PATCH] LoongArch: Fix incorrect reorder of __lsx_vldx and __lasx_xvldx [PR119084]
Lulu Cheng
- [PATCH] LoongArch: Fix incorrect reorder of __lsx_vldx and __lasx_xvldx [PR119084]
Xi Ruoyao
- [PATCH] LoongArch: Fix incorrect reorder of __lsx_vldx and __lasx_xvldx [PR119084]
Lulu Cheng
- [RFA] ira: Add new hooks for callee-save vs spills [PR117477]
Hongtao Liu
- Re: [PATCH] RISC-V: Adjust LMUL when using maximum SEW [PR117955].
Jin Ma
- [committed] c++: Fix a comment typo
Jakub Jelinek
- [committed] openmp, c++: Fix up OpenMP/OpenACC handling in C++ modules [PR119102]
Jakub Jelinek
- [PATCH] i386: Correct mask width for bf8->fp16 intrin on 256/512 bit
Haochen Jiang
- [Fortran, Patch, PR104684, v1] Fix gimple error when pointer assigning alloc array.
Andre Vehreschild
- [PATCH v4] get source line for diagnostic from preprocessed file [PR preprocessor/79106]
Bader, Lucas
- [PATCH] go/119098 - bump libgo version for GCC 15 release
Richard Biener
- [pushed] MAINTAINERS: Add myself to write after approval
Tomasz Kaminski
- [PATCH] config: Fix libcc1 build for host!=build=target
Mark Goncharov
- [PATCH][v2] PR rtl-optimization/119046: Don't mark PARALLEL RTXes with floating-point mode as trapping
Richard Biener
- [PATCH][v2] PR rtl-optimization/119046: Don't mark PARALLEL RTXes with floating-point mode as trapping
Kyrylo Tkachov
- [1/3 PATCH]AArch64: add support for partial modes to last extractions [PR118464]
Tamar Christina
- The COBOL front end, version 3, now in 14 easy pieces
Richard Biener
- [PATCH] libstdc++: Fix subrange conversion to pair-like [PR119121]
Tomasz Kamiński
- [PATCH] RISC-V: Adjust LMUL when using maximum SEW [PR117955].
Robin Dapp
- [PATCH] value-range: Fix up irange::union_bitmask [PR118953]
Aldy Hernandez
- [1/3 PATCH]AArch64: add support for partial modes to last extractions [PR118464]
Richard Sandiford
- [PATCH] libstdc++: Fix subrange conversion to pair-like [PR119121]
Jonathan Wakely
- The COBOL front end, version 3, now in 14 easy pieces
Richard Biener
- [PATCH][stage1] tree-optimization/119103 - missed overwidening detection for shift
Richard Biener
- [PATCH v2] c++: Don't replace INDIRECT_REFs by a const capture proxy too eagerly [PR117504]
Simon Martin
- [PATCH] arm: testsuite: improve guard checks for arm_neon.h
Richard Earnshaw
- The COBOL front end, version 3, now in 14 easy pieces
Richard Biener
- [PATCH] RISC-V: Imply C from Zca whenever possible [PR119122]
Yuriy Kolerov
- [PATCH 2/4] c++/modules: Track module purview for deferred instantiations [PR114630]
Nathaniel Shead
- [PATCH] c++/modules: Better handle no-linkage decls in unnamed namespaces [PR118799]
Nathaniel Shead
- [PATCH 3/3] c++/modules: Handle exposures of TU-local types in uninstantiated member templates
Nathaniel Shead
- [PATCH v3 2/5] c++/modules: Ignore TU-local entities where necessary
Nathaniel Shead
- The COBOL front end, version 3, now in 14 easy pieces
Jakub Jelinek
- [PATCH] libstdc++: use if consteval in stable_sort
Giuseppe D'Angelo
- [Fortran, Patch, PR107143, v1] Fix gimplification error in forall' pointer remapping
Andre Vehreschild
- [PATCH v2] RISC-V: Adjust LMUL when using maximum SEW [PR117955].
Robin Dapp
- [PATCH] libstdc++: use if consteval in stable_sort
Jonathan Wakely
- [PATCH] c++: wrong targs printed in hard satisfaction error [PR99214]
Patrick Palka
- [PATCH] PR rtl-optimization/119046: aarch64: Fix PARALLEL mode for vec_perm DUP expansion
Kyrylo Tkachov
- [PATCH] debug/101533 - ICE with variant typedef DIE generation
Richard Biener
- [PATCH v2] RISC-V: Adjust LMUL when using maximum SEW [PR117955].
Jeff Law
- [PATCH 2/2] libstdc++: Some concat_view bugfixes [PR115215, PR115218, LWG 4082]
Patrick Palka
- [PATCH 2/2] libstdc++: Some concat_view bugfixes [PR115215, PR115218, LWG 4082]
Jonathan Wakely
- [PATCH v2] c++: Use capture from outer lambda, if any, instead of erroring out [PR110584]
Simon Martin
- [PATCH] rx: avoid adding setpsw for rx_cmpstrn when len is const
Jeff Law
- [PATCH] libstdc++: Implement P3138R5 views::cache_latest
Jonathan Wakely
- The COBOL front end, version 3, now in 14 easy pieces
Robert Dubner
- The COBOL front end, version 3, now in 14 easy pieces
Richard Biener
- [PATCH v2] c++: disable -Wnonnull in unevaluated context [PR115580]
Marek Polacek
- [PATCH] libstdc++: Implement P0849R8 auto(x) library changes
Patrick Palka
- The COBOL front end, version 3, now in 14 easy pieces
Jakub Jelinek
- [PATCH] libstdc++: Implement P0849R8 auto(x) library changes
Patrick Palka
- The COBOL front end, version 3, now in 14 easy pieces
Robert Dubner
- [PATCH v2] c++: Check invalid use of constrained auto with trailing return type [PR100589]
Patrick Palka
- [PATCH] arm: Fix signedness of some vld1q intrinsic parameters for ARM NEON
Richard Earnshaw (lists)
- The COBOL front end, version 3, now in 14 easy pieces
Robert Dubner
- [PATCH] arm: Handle fixed PIC register in require_pic_register (PR target/115485)
Richard Earnshaw (lists)
- [pushed] c++: coroutines and return in registers [PR118874]
Jason Merrill
- [PATCH v2] c++: ICE with operator new[] in constexpr [PR118775]
Marek Polacek
- The COBOL front end, version 3, now in 14 easy pieces
Robert Dubner
- [PATCH] libstdc++: fix possible undefined std::timespec in module std
Jonathan Wakely
- [committed][GCC 14] aarch64: Check for invalid use arrays in ldp_fusion [PR118320]
Alex Coplan
- [PATCH] aarch64: Improve immediate generation by using SUB instruction [PR114528]
Richard Sandiford
- [PATCH] RISC-V: Using O2 instead of O1 in testsuites when using -fdump-ext_dce
Jeff Law
- [Fortran, Patch, PR107143, v1] Fix gimplification error in forall' pointer remapping
Jerry D
- Ping [PATCH 0/2] v2 Add prime path coverage to gcc/gcov
Jørgen Kvalsvik
- Ping [PATCH] Record, report basic blocks of conditional exprs
Jørgen Kvalsvik
- [Fortran, Patch, PR107143, v1] Fix gimplification error in forall' pointer remapping
Harald Anlauf
- [PATCH v2] c++: ICE with operator new[] in constexpr [PR118775]
Jason Merrill
- [PATCH v2] c++: disable -Wnonnull in unevaluated context [PR115580]
Jason Merrill
- [PATCH v2] c++: Use capture from outer lambda, if any, instead of erroring out [PR110584]
Jason Merrill
- [PATCH v2] c++: ICE with operator new[] in constexpr [PR118775]
Marek Polacek
- [PATCH] c++: wrong targs printed in hard satisfaction error [PR99214]
Jason Merrill
- [PATCH v2] c++: Don't replace INDIRECT_REFs by a const capture proxy too eagerly [PR117504]
Jason Merrill
- [COMMITTED] Regenerate fortran/lang.opt.urls
Mark Wielaard
- [PATCH] c++: Apply/diagnose attributes when instatiating ARRAY/POINTER/REFERENCE_TYPE [PR118787]
Mark Wielaard
- [committed] libstdc++: Move new functions to separate files [PR119110]
Jonathan Wakely
- [committed] libstdc++: Make enumerate_view::iterator::operator- noexcept
Jonathan Wakely
- [PATCH v2] c++: ICE with operator new[] in constexpr [PR118775]
Jason Merrill
- [PATCH htdocs] bugs: Link to all 'Porting to' docs in 'Common problems when upgrading ...'
Sam James
- Allow to build libgccjit with a soname bound to the GCC major version
David Malcolm
- [PATCH htdocs] bugs: Link to all 'Porting to' docs in 'Common problems when upgrading ...'
Sam James
- [PATCH htdocs 1/2] gcc-4.8/porting_to: update link to archive of Fedora rebuild
Sam James
- [PATCH htdocs 2/2] gcc-8/porting_to: link to Fedora mass rebuild post
Sam James
- [PATCH v1] RISC-V: Tweak asm check for test case multiple_rgroup_zbb.c
pan2.li@intel.com
- [PATCH v2] c++: Check invalid use of constrained auto with trailing return type [PR100589]
Da Xie
- Re: [PATCH] RISC-V: Adjust LMUL when using maximum SEW [PR117955].
Jin Ma
- [PATCH] i386: Correct mask width for bf8->fp16 intrin on 256/512 bit
Hongtao Liu
- [PATCH] RISC-V: Using O2 instead of O1 in testsuites when using -fdump-ext_dce
Jeff Law
- [PATCH v1] RISC-V: Tweak asm check for test case multiple_rgroup_zbb.c
Jeff Law
- [Fortran, Patch, PR107143, v1] Fix gimplification error in forall' pointer remapping
Andre Vehreschild
- [PATCH] Locality cloning pass (was: Introduce -flto-partition=locality)
Kyrylo Tkachov
- [PATCH] Introduce -flto-partition=locality
Kyrylo Tkachov
- [PATCH] lto: Fix missing cleanup with incremental LTO.
Michal Jires
- [PATCH] lto: Fix missing cleanup with incremental LTO.
Richard Biener
- [PATCH] middle-end/119119 - re-gimplification of empty CTOR assignments
Richard Biener
- [PATCH] middle-end/119119 - re-gimplification of empty CTOR assignments
Jakub Jelinek
- [PATCH v2] c++: Don't replace INDIRECT_REFs by a const capture proxy too eagerly [PR117504]
Simon Martin
- [PATCH] lto: Fix missing cleanup with incremental LTO.
Michal Jireš
- [1/3 PATCH]AArch64: add support for partial modes to last extractions [PR118464]
Tamar Christina
- [PATCH] arm: testsuite: improve guard checks for arm_neon.h
Christophe Lyon
- [PATCH] arm: testsuite: improve guard checks for arm_neon.h
Christophe Lyon
- [1/3 PATCH]AArch64: add support for partial modes to last extractions [PR118464]
Richard Sandiford
- [PATCH 2/4] cfgloopmanip: Add infrastructure for scaling of multi-exit loops [PR117790]
Alex Coplan
- [1/3 PATCH]AArch64: add support for partial modes to last extractions [PR118464]
Tamar Christina
- [PATCH] libstdc++: Fix constexpr memory algo tests for COW std::string
Jonathan Wakely
- [PATCH] libstdc++: Ensure <bits/ranges_util.h> defines __pair_like
Jonathan Wakely
- [PATCH] libstdc++: Remove redundant std::span destructor
Jonathan Wakely
- [PATCH] libstdc++: Add assertions to std::list::pop_{front,back}
Jonathan Wakely
- [PATCH] libstdc++: Fix constexpr memory algo tests for COW std::string
Giuseppe D'Angelo
- [PATCH] libstdc++: implement tuple protocol for std::complex (P2819R2)
Giuseppe D'Angelo
- [committed] pair-fusion: Add singleton move_range asserts [PR114492]
Alex Coplan
- [PATCH] libstdc++: Fix constexpr memory algo tests for COW std::string
Jonathan Wakely
- [PATCH] libstdc++: Fix constexpr memory algo tests for COW std::string
Jonathan Wakely
- [PUSHED] Fix 'libstdc++-v3/src/c++20/tzdb.cc' build for '__GTHREADS && !__GTHREADS_CXX0X' configurations
Thomas Schwinge
- [PATCH] libstdc++: Make std::unique_lock self-move-assignable
Jonathan Wakely
- libstdc++: Allow 'configure.host' to pre-set 'EXTRA_CFLAGS', 'EXTRA_CXX_FLAGS' (was: [PATCH] libstdc++: Allow 'configure.host' to modify 'EXTRA_CFLAGS', 'EXTRA_CXX_FLAGS')
Thomas Schwinge
- [PATCH] lto/114501 - missed free-lang-data for CONSTRUCTOR index
Richard Biener
- [to-be-committed][RISC-V][PR rtl-optimization/119099] Avoid infinite loop in ext-dce.
Jeff Law
- [PUSHED] libstdc++: Avoid '-Wunused-parameter' for '__what' in function 'void std::__throw_format_error(const char*)'
Thomas Schwinge
- [Ping, Patch, www-docs, Fortran, Coarray-ABI] Announce coarray-ABI changes in gfortran-15
Andre Vehreschild
- libstdc++: Allow 'configure.host' to pre-set 'EXTRA_CFLAGS', 'EXTRA_CXX_FLAGS' (was: [PATCH] libstdc++: Allow 'configure.host' to modify 'EXTRA_CFLAGS', 'EXTRA_CXX_FLAGS')
Jonathan Wakely
- [PATCH] target: Adjust gcc.target/powerpc/pr103515.c test [PR117207]
Jakub Jelinek
- [PATCH v3 2/5] c++/modules: Ignore TU-local entities where necessary
Jason Merrill
- [PATCH 3/3] c++/modules: Handle exposures of TU-local types in uninstantiated member templates
Jason Merrill
- [PATCH] libstdc++: Ensure <bits/ranges_util.h> defines __pair_like
Patrick Palka
- [PATCH] libstdc++: Remove redundant std::span destructor
Patrick Palka
- [PATCH] Fix for compile-time hang in ext-dce [PR119099]
Alexey Merzlyakov
- [PATCH] libstdc++: Fix failures in new std::complex test [PR119144]
Jonathan Wakely
- [PATCH] libstdc++: Add assertions to std::list::pop_{front,back}
Patrick Palka
- [PATCH] c++: Update TYPE_FIELDS of variant types if cp_parser_late_parsing_default_args etc. modify it [PR98533]
Jakub Jelinek
- [PATCH] libstdc++: Ensure <bits/ranges_util.h> defines __pair_like
Jonathan Wakely
- [PATCH] c++/modules: Better handle no-linkage decls in unnamed namespaces [PR118799]
Jason Merrill
- [PATCH] c++: Fix up instantiation of pointer/reference/array types with attributes [PR119138]
Jakub Jelinek
- [PATCH] libstdc++: Use __is_invocable/nothrow_invocable builtins more
Jonathan Wakely
- [PATCH] libstdc++: Make std::unique_lock self-move-assignable
Patrick Palka
- [committed] testsuite: Add test for already fixed PR [PR104826]
Jakub Jelinek
- [wwwdocs] gcc-15/changes: Mention the new -mveclibabi=aocl option in the IA-32/x86-64 section
Filip Kastl
- [r15-7852 Regression] FAIL: 29_atomics/atomic_flag/test_and_set/explicit-hle.cc -std=gnu++17 (test for excess errors) on Linux/x86_64
haochen.jiang
- [PATCH] c++: Fix up instantiation of pointer/reference/array types with attributes [PR119138]
Jason Merrill
- [PATCH] c++: Update TYPE_FIELDS of variant types if cp_parser_late_parsing_default_args etc. modify it [PR98533]
Jason Merrill
- [wwwdocs] gcc-15/changes: Mention the new -mveclibabi=aocl option in the IA-32/x86-64 section
Gerald Pfeifer
- [PATCH 2/4] c++/modules: Track module purview for deferred instantiations [PR114630]
Jason Merrill
- [Ping, Patch, www-docs, Fortran, Coarray-ABI] Announce coarray-ABI changes in gfortran-15
Steve Kargl
- [Ping, Patch, www-docs, Fortran, Coarray-ABI] Announce coarray-ABI changes in gfortran-15
Jerry D
- [PATCH v3] c++: Use capture from outer lambda, if any, instead of erroring out [PR110584]
Simon Martin
- [pushed] Fix comment typos
Simon Martin
- [PUSHED] libstdc++: Avoid '-Wunused-parameter' for '__what' in function 'void std::__throw_format_error(const char*)'
Jonathan Wakely
- [r15-7853 Regression] FAIL: 26_numerics/complex/tuple_like.cc -std=gnu++26 (test for excess errors) on Linux/x86_64
haochen.jiang
- [PUSHED] libstdc++: Avoid '-Wunused-parameter' for '__what' in function 'void std::__throw_format_error(const char*)'
Jonathan Wakely
- [PATCH] libstdc++: Add missing static_assert to std::expected<void, E>::value()&&
Jonathan Wakely
- [PATCH] libstdc++: Add missing static_assert to std::expected<void, E>::value()&&
Jonathan Wakely
- [PATCH] libstdc++: Simplify __memcpyable_iterators concept
Jonathan Wakely
- [PATCH] Fortran: improve checking of substring bounds [PR119118]
Harald Anlauf
- [Fortran, Patch, PR107143, v1] Fix gimplification error in forall' pointer remapping
Harald Anlauf
- [PATCH] Fortran: improve checking of substring bounds [PR119118]
Steve Kargl
- [RFC][C]New syntax for the argument of counted_by attribute for C language
Qing Zhao
- [PATCH] Fortran: improve checking of substring bounds [PR119118]
Harald Anlauf
- [PATCH] Fortran: improve checking of substring bounds [PR119118]
Steve Kargl
- [RFC][C]New syntax for the argument of counted_by attribute for C language
Yeoul Na
- [PATCH v2] c++: ICE with operator new[] in constexpr [PR118775]
Marek Polacek
- The COBOL front end, version 3, now in 14 easy pieces
James K. Lowden
- [PATCH] middle-end/118801 - excessive redundant DEBUG BEGIN_STMT
Alexandre Oliva
- [RFC][C]New syntax for the argument of counted_by attribute for C language
Yeoul Na
- [RFC][C]New syntax for the argument of counted_by attribute for C language
Yeoul Na
- [COMMITTED] Documentation: Improve -Wstringop-overflow documentation [PR 113515]
Sandra Loosemore
- [PATCH] c: Fix warning after an error on a return statment [PR60440]
Andrew Pinski
- [PATCH 1/3] LoongArch: testsuite: Fix pr112325.c and pr117888-1.c.
Lulu Cheng
- [PATCH 2/3] LoongArch: testsuite: Fix gcc.dg/vect/bb-slp-77.c.
Lulu Cheng
- [PATCH 3/3] LoongArch: testsuite: Fix gcc.dg/vect/slp-26.c.
Lulu Cheng
- [PATCH v3 8/8] LoongArch: Implement [su]dot_prod* for LSX and LASX modes
Lulu Cheng
- [PATCH v3 8/8] LoongArch: Implement [su]dot_prod* for LSX and LASX modes
Lulu Cheng
- [1/3 PATCH]AArch64: add support for partial modes to last extractions [PR118464]
Tamar Christina
- [TO-BE-COMMITED,PATCH] s390: Deprecate ESA/390 support
Stefan Schulze Frielinghaus
- [PUSHED] libstdc++: Avoid '-Wunused-parameter' for '__what' in function 'void std::__throw_format_error(const char*)'
Thomas Schwinge
- [PATCH] docs: Attempt to clarify complex literal suffixes [PR112960]
Jakub Jelinek
- [PATCH] vect: Enforce dr_with_seg_len::align precondition [PR116125]
Richard Sandiford
- [1/3 PATCH]AArch64: add support for partial modes to last extractions [PR118464]
Richard Sandiford
- [PATCH] vect: Enforce dr_with_seg_len::align precondition [PR116125]
Richard Biener
- [pushed] aarch64: Use force_lowpart_subreg in a BFI splitter [PR119133]
Richard Sandiford
- [PATCH v2] ira: Add new hooks for callee-save vs spills [PR117477]
H.J. Lu
- The COBOL front end, version 3, now in 14 easy pieces
Richard Biener
- [PATCH v2] ira: Add new hooks for callee-save vs spills [PR117477]
Richard Sandiford
- [PATCH] c++/modules: Better handle no-linkage decls in unnamed namespaces [PR118799]
Nathaniel Shead
- [PATCH 0/6] [RFC] GNU vector operations on svbool_t.
Tejas Belagod
- [PATCH 1/6] [RFC] c: Add front-end hook for related vector type.
Tejas Belagod
- [PATCH 2/6] [RFC] AArch64: Support C/C++ operations on svbool_t
Tejas Belagod
- [PATCH 3/6] [RFC] GIMPLE: Support TARGET_MEM_REF when walking ADDR_EXPR trees.
Tejas Belagod
- [PATCH 4/6] [RFC] c/cp/GIMPLE: Add support for index ops on svbool_t.
Tejas Belagod
- [PATCH 5/6] [RFC] AArch64: Update test to reflect new message
Tejas Belagod
- [PATCH 6/6] [RFC] AArch64: Update existing test with svbool_t operations
Tejas Belagod
- [PUSHED] libstdc++: Avoid '-Wunused-parameter' for '__what' in function 'void std::__throw_format_error(const char*)'
Jonathan Wakely
- [PATCH] c++/modules: Better handle no-linkage decls in unnamed namespaces [PR118799]
Nathaniel Shead
- [PATCH v2] ira: Add new hooks for callee-save vs spills [PR117477]
Richard Biener
- [PATCH] RISC-V: Do not delete fused vsetvl if it has uses [PR119115].
Robin Dapp
- [PATCH 1/6] [RFC] c: Add front-end hook for related vector type.
Richard Biener
- [PATCH 3/6] [RFC] GIMPLE: Support TARGET_MEM_REF when walking ADDR_EXPR trees.
Richard Biener
- [PATCH] tree-optimization/119145 - avoid stray .MASK_CALL after vectorization
Richard Biener
- [PATCH 2/4] c++/modules: Track module purview for deferred instantiations [PR114630]
Nathaniel Shead
- [PATCH v3] ira: Add new hooks for callee-save vs spills [PR117477]
H.J. Lu
- [PATCH 1/6] [RFC] c: Add front-end hook for related vector type.
Tejas Belagod
- [PATCH 3/3] c++/modules: Handle exposures of TU-local types in uninstantiated member templates
Nathaniel Shead
- [PATCH v3] ira: Add new hooks for callee-save vs spills [PR117477]
Jakub Jelinek
- [PATCH v3 3/3] AArch64: Diagnose OpenMP offloading when SVE types involved.
Richard Sandiford
- [PATCH v3 3/3] AArch64: Diagnose OpenMP offloading when SVE types involved.
Jakub Jelinek
- [PATCH v3] ira: Add new hooks for callee-save vs spills [PR117477]
Jan Hubicka
- [PATCH 1/6] [RFC] c: Add front-end hook for related vector type.
Richard Biener
- [PATCH v3] ira: Add new hooks for callee-save vs spills [PR117477]
Jakub Jelinek
- [wwwdocs v2] gcc-15/changes: Mention the new -mveclibabi=aocl option in the IA-32/x86-64 section
Filip Kastl
- The COBOL front end, version 3, now in 14 easy pieces
Richard Biener
- [PATCH v3] ira: Add new hooks for callee-save vs spills [PR117477]
Jan Hubicka
- [PATCH] tree-optimization/119155 - wrong aligned access for vectorized packed access
Richard Biener
- [PATCH] libstdc++: Add missing static_assert to std::expected<void, E>::value()&&
Jonathan Wakely
- [PATCH v3] ira: Add new hooks for callee-save vs spills [PR117477]
H.J. Lu
- [PATCH] libstdc++: Fix views::zip_transform constraints for empty range pack [PR111138]
Tomasz Kamiński
- libgcc: Remove PREDRES and LS64 from AArch64 cpuinfo
Richard Sandiford
- [PATCH] docs: Attempt to clarify complex literal suffixes [PR112960]
Sandra Loosemore
- [PATCH] vect: Fix build on MacOS
Simon Martin
- [PATCH 3/3] c++/modules: Handle exposures of TU-local types in uninstantiated member templates
Jason Merrill
- AArch64: Turn off outline atomics with -mcmodel=large (PR112465)
Richard Sandiford
- [PATCH] libstdc++: Make std::erase for linked lists convert to bool
Jonathan Wakely
- [PATCH] libstdc++: Add poison pill for chrono::from_stream
Jonathan Wakely
- [PATCH] vect: Fix build on MacOS
Richard Sandiford
- [PATCH] c: Fix warning after an error on a return statment [PR60440]
Joseph Myers
- [PATCH] libstdc++: Fix views::zip_transform constraints for empty range pack [PR111138]
Jonathan Wakely
- [wwwdocs v2] gcc-15/changes: Mention the new -mveclibabi=aocl option in the IA-32/x86-64 section
Gerald Pfeifer
- [committed] arm: make arm_neon.h compatible with '-march=<base> -mfloat-abi=softfp'
Richard Earnshaw
- [PATCH] libstdc++: Fix views::zip_transform constraints for empty range pack [PR111138]
Patrick Palka
- [PATCH] libstdc++: Fix views::zip_transform constraints for empty range pack [PR111138]
Jonathan Wakely
- [PATCH] c++: ICE with lambda in fold expression in requires [PR119134]
Marek Polacek
- [PATCH v2] libstdc++: Fix views::zip_transform constraints for empty range pack [PR111138]
Tomasz Kamiński
- [PATCH] c++: Evaluate immediate invocation call arguments with mce_true [PR119150]
Jakub Jelinek
- [PATCH] c++: Perform immediate invocation evaluation separately from cp_fold_r [PR118068]
Jakub Jelinek
- [PATCH v2] c++: ICE with operator new[] in constexpr [PR118775]
Jason Merrill
- AArch64: Turn off outline atomics with -mcmodel=large (PR112465)
Wilco Dijkstra
- [COMMITTED] x86: Improve documentation for -msse4 [PR116708]
Sandra Loosemore
- [PATCH] ipa-cp: Avoid ICE when redistributing nodes among edges to recursive clones (PR 118318)
Martin Jambor
- AArch64: Turn off outline atomics with -mcmodel=large (PR112465)
Richard Sandiford
- [PATCH] libstdc++: Fix views::zip_transform constraints for empty range pack [PR111138]
Tomasz Kaminski
- [PATCH v2] c++: ICE with operator new[] in constexpr [PR118775]
Marek Polacek
- [PATCH] aarch64: Avoid unnecessary use of 2-input TBLs [PR115258] (was Re: [PATCH][AARCH64][PR115258]Fix excess moves)
Richard Sandiford
- Ping: [PATCH v2 2/5][STAGE1] dwarf: create annotation DIEs for btf tags
David Faust
- Ping: [PATCH v2 1/5][STAGE1] c-family: add btf_type_tag and btf_decl_tag attributes
David Faust
- [RFC] PR81358: Enable automatic linking of libatomic
Sam James
- [PATCH v2] libstdc++: Fix views::zip_transform constraints for empty range pack [PR111138]
Patrick Palka
- [RFC][C]New syntax for the argument of counted_by attribute for C language
Bill Wendling
- [PATCH] c++: Evaluate immediate invocation call arguments with mce_true [PR119150]
Marek Polacek
- [PATCH 1/6] [RFC] c: Add front-end hook for related vector type.
Tejas Belagod
- [PATCH] contrib: Clean up outdated parts of gcc-git-customization.sh
Jonathan Wakely
- [PUSHED] Fix testcases up after recent -Wreturn-type change
Andrew Pinski
- [RFC][C]New syntax for the argument of counted_by attribute for C language
Kees Cook
- [PATCH v2 5/7] IRA+LRA: Let the backend request to split basic blocks
Maciej W. Rozycki
- [PATCH v2 6/7] Alpha: Add option to avoid data races for sub-longword memory stores [PR117759]
Maciej W. Rozycki
- [PATCH v2 7/7] Alpha: Add option to avoid data races for partial writes [PR117759]
Maciej W. Rozycki
- [RFC][C]New syntax for the argument of counted_by attribute for C language
Jakub Jelinek
- [PATCH] c, v2: do not warn about truncating NUL char when initializing nonstring arrays [PR117178]
Joseph Myers
- [PATCH] c-family, tree: Allow nonstring attribute on multidimensional arrays [PR117178]
Joseph Myers
- [r15-7894 Regression] FAIL: gcc.dg/Wreturn-mismatch-6.c (test for warnings, line 40) on Linux/x86_64
haochen.jiang
- [r15-7894 Regression] FAIL: gcc.dg/Wreturn-mismatch-6.c (test for warnings, line 40) on Linux/x86_64
Andrew Pinski
- Re: [PATCH] c, v2: do not warn about truncating NUL char when initializing nonstring arrays [PR117178]
Kees Cook
- [COMMITTED] Sanitizer: Mention -g option in documentation [PR56682]
Sandra Loosemore
- The COBOL front end, version 3, now in 14 easy pieces
Robert Dubner
- [RFC][C]New syntax for the argument of counted_by attribute for C language
Yeoul Na
- [PATCH] LoongArch: Add a dedicated pattern for bitwise + alsl
Lulu Cheng
- [COMMITTED] inline-asm: Clarify documentation of operand syntax [PR67301]
Sandra Loosemore
- [PATCH] c, v2: do not warn about truncating NUL char when initializing nonstring arrays [PR117178]
Kees Cook
- [PATCH 1/6] [RFC] c: Add front-end hook for related vector type.
Tejas Belagod
- [patch, Fortran] Fix PR 119157, regression with -Wexternal-argument-mismatch
Thomas Koenig
- [PATCH 2/4] c++/modules: Track module purview for deferred instantiations [PR114630]
Jason Merrill
- [COMMITTED] inline-asm: Improve documentation of "asm constexpr".
Sandra Loosemore
- [PATCH] OpenMP: Integrate dynamic selectors with dispatch argument handling [PR118457]
Tobias Burnus
- [PATCH v2] libstdc++: constrain std::atomic's default constructor
Giuseppe D'Angelo
- [patch, Fortran] Fix PR 119157, regression with -Wexternal-argument-mismatch
Steve Kargl
- [wwwdocs v2] gcc-15/changes: Mention the new -mveclibabi=aocl option in the IA-32/x86-64 section
Filip Kastl
- [patch, Fortran] Fix PR 119157, regression with -Wexternal-argument-mismatch
Thomas Koenig
- [PATCH] OpenMP: Integrate dynamic selectors with dispatch argument handling [PR118457]
Sandra Loosemore
- [patch, Fortran] Fix PR 119157, regression with -Wexternal-argument-mismatch
Mikael Morin
- [committed] testsuite: Require effective target float16 for test [PR119133]
Dimitar Dimitrov
- [PATCH] i386: Verify that argument registers are spilled properly
H.J. Lu
- New French PO file for 'gcc' (version 15-b20250216)
Translation Project Robot
- Contents of PO file 'gcc-15-b20250216.fr.po'
Translation Project Robot
- New Swedish PO file for 'gcc' (version 15-b20250216)
Translation Project Robot
- Contents of PO file 'gcc-15-b20250216.sv.po'
Translation Project Robot
- [patch, Fortran] Fix PR 119157, regression with -Wexternal-argument-mismatch
Thomas Koenig
- [patch, Fortran] Fix PR 119157, regression with -Wexternal-argument-mismatch
Mikael Morin
- [PATCH] phiopt: Fix value_replacement for middle bb having phi nodes [PR118922]
Andrew Pinski
- [PATCH] phiopt: Fix value_replacement for middle bb having phi nodes [PR118922]
Richard Biener
- [rtl-optimization/117467] Avoid unnecessarily marking things live in ext-dce
Jeff Law
- [rtl-optimization/117467] Mark FP destinations as dead
Jeff Law
- [PATCH v2] testcase: Add testcase for shrink wrapping of vector<int>::push_back [PR118502]
Andrew Pinski
- [PATCH 1/2] aarch64: Add FMA and FMAF intrinsics and tests
Ayan Shafqat
- [PATCH 2/2] arm: Add FMA and FMAF intrinsics with corresponding tests
Ayan Shafqat
- [PATCH] i386: Verify that argument registers are spilled properly
Uros Bizjak
- [PATCH] i386: Verify that argument registers are spilled properly
Sam James
- [PATCH] i386: Verify that argument registers are spilled properly
H.J. Lu
- [PATCH v2] i386: Verify that argument registers are spilled properly
H.J. Lu
- [pushed] wwwdocs: gcc-5: Fix markup after AVR changes
Gerald Pfeifer
- [PATCH] LoongArch: Fix ICE when trying to recognize bitwise + alsl.w pair [PR119127]
Xi Ruoyao
- [PATCH] libgcc: Fix up unwind-dw2-btree.h [PR119151]
Jakub Jelinek
- [PATCH] libgcc: Formatting fixes for unwind-dw2-btree.h
Jakub Jelinek
- Ping: [PATCH] LoongArch: combine related slli operations
Zhou Zhao
- [PATCH] gimple-ssa-warn-access: Adjust maybe_warn_nonstring_arg for nonstring multidimensional arrays [PR117178]
Jakub Jelinek
- [PATCH] LoongArch: Fix ICE when trying to recognize bitwise + alsl.w pair [PR119127]
Lulu Cheng
- [PATCH] libgcc: Fix up unwind-dw2-btree.h [PR119151]
Thomas Neumann
- AArch64: Turn off outline atomics with -mcmodel=large (PR112465)
Ramana Radhakrishnan
- [Ping, Patch, www-docs, Fortran, Coarray-ABI] Announce coarray-ABI changes in gfortran-15
Andre Vehreschild
- Ping: [PATCH] LoongArch: combine related slli operations
Lulu Cheng
- [PATCH] libgcc: Formatting fixes for unwind-dw2-btree.h
Richard Biener
- [PATCH] gimple-ssa-warn-access: Adjust maybe_warn_nonstring_arg for nonstring multidimensional arrays [PR117178]
Richard Biener
- [PATCH v2] driver: Fix multilib_os_dir and multiarch_dir for those target use TARGET_COMPUTE_MULTILIB
Kito Cheng
- [PATCH] s390: fix delegitimization of addresses
Juergen Christ
- [PATCH] libgcc: Fix up unwind-dw2-btree.h [PR119151]
Richard Biener
- [PATCH] libgcc: Fix up unwind-dw2-btree.h [PR119151]
Richard Biener
- [COMMITTED] Sanitizer: Mention -g option in documentation [PR56682]
Christophe Lyon
- [PATCH] contrib: Clean up outdated parts of gcc-git-customization.sh
Richard Earnshaw (lists)
- [PATCH] arm: [MVE] Fix predicates for vec_cmp, vec_vcmpu and vcond_mask (PR 115439)
Richard Earnshaw (lists)
- [Fortran, Patch, PR107143, v1] Fix gimplification error in forall' pointer remapping
Andre Vehreschild
- c++/modules: Handle gnu_inline attribute, cleanup linkage determination [PR119154]
Nathaniel Shead
- [PATCH 1/6] [RFC] c: Add front-end hook for related vector type.
Richard Biener
- c++/modules: Stream section, tls_model, and comdat_group
Nathaniel Shead
- [PATCH] arm: [MVE] Fix predicates for vec_cmp, vec_vcmpu and vcond_mask (PR 115439)
Christophe Lyon
- [PATCH] Move COMP/XOR optimization from match.pd into reassoc [PR116860]
Konstantinos Eleftheriou
- [PATCH] Move COMP/XOR optimization from match.pd into reassoc [PR116860]
Jakub Jelinek
- The COBOL front end, version 3, now in 14 easy pieces
Richard Biener
- [PATCH] Move COMP/XOR optimization from match.pd into reassoc [PR116860]
Andrew Pinski
- [Ping, Patch, www-docs, Fortran, Coarray-ABI] Announce coarray-ABI changes in gfortran-15
Jerry D
- [Ping, Patch, www-docs, Fortran, Coarray-ABI] Announce coarray-ABI changes in gfortran-15
Jerry D
- The COBOL front end, version 3, now in 14 easy pieces
Jakub Jelinek
- [COMMITTED] Sanitizer: Mention -g option in documentation [PR56682]
Sandra Loosemore
- The COBOL front end, version 3, now in 14 easy pieces
James K. Lowden
- The COBOL front end, version 3, now in 14 easy pieces
Richard Biener
- The COBOL front end, version 3, now in 14 easy pieces
Richard Biener
- c++/modules: Stream section, tls_model, and comdat_group
Jason Merrill
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
John McCall
- The COBOL front end, version 3, now in 14 easy pieces
James K. Lowden
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Martin Uecker
- [patch, fortran] Fix PR 119078, putting a procedure in an abstract interface into global namespace
Thomas Koenig
- [PATCH] c, v2: do not warn about truncating NUL char when initializing nonstring arrays [PR117178]
Kees Cook
- [PATCH] c, v2: do not warn about truncating NUL char when initializing nonstring arrays [PR117178]
Kees Cook
- [pushed][PR114991][IRA]: Improve reg equiv invariant calculation
Vladimir Makarov
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
John McCall
- [Patch] libgomp/plugin: Add initial interop support to nvptx + gcn
Tobias Burnus
- [PATCH] Fortran: reject SAVE of a COMMON in a BLOCK construct [PR119199]
Harald Anlauf
- [patch, fortran] Fix PR 119078, putting a procedure in an abstract interface into global namespace
Harald Anlauf
- New German PO file for 'cpplib' (version 15-b20250216)
Translation Project Robot
- Contents of PO file 'cpplib-15-b20250216.de.po'
Translation Project Robot
- The COBOL front end, version 3, now in 14 easy pieces
David Malcolm
- [committed] libphobos: Default to libc closefrom in spawnProcessPosix [PR119112]
Iain Buclaw
- [PATCH] libstdc++: Implement P3137R3 views::to_input for C++26
Patrick Palka
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Martin Uecker
- [PATCH] c++: ICE with aligned member and trivial assign op [PR117512]
Marek Polacek
- [PATCH] Fix a pasto in ao_compare::compare_ao_refs
Martin Jambor
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
John McCall
- [PATCH] combine: Add REG_DEAD notes to the last instruction after a split [PR118914]
Andrew Pinski (QUIC)
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Martin Uecker
- [patch, fortran] Fix PR 119078, putting a procedure in an abstract interface into global namespace
Thomas Koenig
- [PATCH] Fortran: reject SAVE of a COMMON in a BLOCK construct [PR119199]
Thomas Koenig
- [PATCH] i386: Remove XFAIL for pr103750 testcases
Haochen Jiang
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Henrik Olsson
- [PATCH v2] i386: Verify that argument registers are spilled properly
Uros Bizjak
- The COBOL front end, version 3, now in 14 easy pieces
Richard Biener
- [PATCH] libstdc++: Implement P3137R3 views::to_input for C++26
Tomasz Kaminski
- [PATCH] tree-optimization/119166 - ICE with --param vect-force-slp=0
Richard Biener
- [PATCH] c: Don't emit -Wunterminated-string-initialization warning for multi-dimensional nonstring array initializers [PR117178]
Jakub Jelinek
- [PATCH] complex: Don't DCE unused COMPLEX_EXPRs for -O0 [PR119190]
Jakub Jelinek
- [PUSHED,PATCH] s390: Implement TARGET_INSN_COST [PR115835]
Stefan Schulze Frielinghaus
- [PATCH] tree: Improve skip_simple_arithmetic [PR119183]
Jakub Jelinek
- [PATCH] cfgexpand: Special case expansion of dead COMPLEX_EXPRs at -O0 [PR119120]
Jakub Jelinek
- [PATCH] Simple cobol.dg testsuite
Richard Biener
- [PATCH] complex: Don't DCE unused COMPLEX_EXPRs for -O0 [PR119190]
Richard Biener
- [PATCH] tree: Improve skip_simple_arithmetic [PR119183]
Richard Biener
- [PATCH 1/2] aarch64: Add FMA and FMAF intrinsics and tests
Kyrylo Tkachov
- [PATCH] testsuite, gm2: Use -B option for libstdc++ where required.
Iain Sandoe
- [Ping, Patch, www-docs, Fortran, Coarray-ABI] Announce coarray-ABI changes in gfortran-15
Andre Vehreschild
- [PATCH] cfgexpand: Special case expansion of dead COMPLEX_EXPRs at -O0 [PR119120]
Richard Biener
- [patch, fortran] Fix PR 119078, putting a procedure in an abstract interface into global namespace
Andre Vehreschild
- [PATCH] Make libgcobol/configure.tgt more similar to other libraries
Jakub Jelinek
- [PATCH] libstdc++: Implement P3137R3 views::to_input for C++26
Tomasz Kaminski
- [PATCH] cobol: Use *.cc suffix for bison/flex generated C++ files
Jakub Jelinek
- [PATCH] cobol: Fix --enable-link-serialization build
Jakub Jelinek
- [Patch] libgomp/plugin: Add initial interop support to nvptx + gcn
Andrew Stubbs
- [PATCH] Make libgcobol/configure.tgt more similar to other libraries
Andreas Schwab
- [PATCH][v2] Simple cobol.dg testsuite
Richard Biener
- [PATCH] Make libgcobol/configure.tgt more similar to other libraries
Richard Biener
- [PATCH] cobol: Use *.cc suffix for bison/flex generated C++ files
Richard Biener
- [PATCH] cobol: Fix --enable-link-serialization build
Richard Biener
- [PATCH] middle-end/119204 - ICE with strcspn folding
Richard Biener
- [PING 2][PATCH v2] libcpp: Fix incorrect line numbers in large files [PR108900]
Jonathan Wakely
- [PATCH] configure, Darwin: Require explicit selection of COBOL.
Iain Sandoe
- [PING][PATCH] Alpha: Fix base block alignment calculation regression
Maciej W. Rozycki
- [PATCH v3 0/4] Fix data races with sub-longword accesses on Alpha
Maciej W. Rozycki
- [PATCH v3 1/4] Alpha: Export `emit_unlikely_jump' for a subsequent change to use
Maciej W. Rozycki
- [PATCH v2 2/4] IRA+LRA: Also split basic blocks if number of labels changed
Maciej W. Rozycki
- [PATCH v3 3/4] Alpha: Add option to avoid data races for sub-longword memory stores [PR117759]
Maciej W. Rozycki
- [PATCH v3 4/4] Alpha: Add option to avoid data races for partial writes [PR117759]
Maciej W. Rozycki
- [PATCH][v2] Simple cobol.dg testsuite
Richard Biener
- [PATCH] configure, Darwin: Require explicit selection of COBOL.
Richard Biener
- [PATCH][v2] Simple cobol.dg testsuite
Jakub Jelinek
- [PATCH] COBOL v3: 3/14 80K bld: config and build machinery
Andreas Schwab
- [PING 2][PATCH v2] libcpp: Fix incorrect line numbers in large files [PR108900]
Yash Shinde
- [PATCH] One more libgcobol/configure.tgt tweak
Jakub Jelinek
- [PATCH][v2] Simple cobol.dg testsuite
Richard Biener
- [PATCH] Fixup gcobol driver handling of -print-* options
Richard Biener
- [PATCH] One more libgcobol/configure.tgt tweak
Richard Biener
- [PATCH] dwarf2out: Fix up DW_AT_language for COBOL
Jakub Jelinek
- [PATCH] s390: fix delegitimization of addresses
Stefan Schulze Frielinghaus
- [PATCH] configure, Darwin: Require explicit selection of COBOL.
Rainer Orth
- [PATCH] middle-end/119204 - ICE with strcspn folding
Jakub Jelinek
- [PATCH v3] libcpp: Fix incorrect line numbers in large files [PR108900]
Yash.Shinde@windriver.com
- [PATCH] dwarf2out: Fix up DW_AT_language for COBOL
Richard Biener
- [PATCH] cfgexpand: Special case expansion of dead COMPLEX_EXPRs at -O0 [PR119120]
Jakub Jelinek
- [committed] arm: testsuite: fix arm_neon_h checks with conflicting cpu/arch
Richard Earnshaw
- [PATCH] configure, Darwin: Require explicit selection of COBOL.
Richard Biener
- [PATCH] cfgexpand: Special case expansion of dead COMPLEX_EXPRs at -O0 [PR119120]
Richard Biener
- [PATCH] df: Treat partial defs as uses in df_simulate_defs [PR116564]
Alex Coplan
- [PATCH] libstdc++: Correct preprocessing checks for floatX_t and bfloat_16 formatting
Tomasz Kamiński
- [PATCH] Populate -original dump for Cobol
Richard Biener
- [PATCH][v3] Simple cobol.dg testsuite
Richard Biener
- [PATCH] cobol: Fix up libgcobol configure [PR119216]
Jakub Jelinek
- [PATCH] cobol: libgcobol/Makefile.am cleanups
Jakub Jelinek
- [PATCH][v3] Simple cobol.dg testsuite
Jakub Jelinek
- [PATCH] cobol, v2: Fix up libgcobol configure [PR119216]
Jakub Jelinek
- [PATCH] cobol: libgcobol/Makefile.am cleanups
Richard Biener
- [PATCH] cobol, v2: Fix up libgcobol configure [PR119216]
Richard Biener
- [committed] contrib: Add cobol to bug_components.
Jakub Jelinek
- [PATCH][v3] Simple cobol.dg testsuite
Richard Biener
- [PATCH][v3] Simple cobol.dg testsuite
Jakub Jelinek
- [committed] arm: testsuite: fix arm_neon_h checks with conflicting cpu/arch
Torbjorn SVENSSON
- [PATCH 1/2] aarch64: Add FMA and FMAF intrinsics and tests
Ayan Shafqat
- [PATCH] RISC-V: Do not delete fused vsetvl if it has uses [PR119115].
Jeff Law
- [PATCH][v3] Simple cobol.dg testsuite
Richard Biener
- [PATCH][v3] Simple cobol.dg testsuite
Richard Biener
- [PATCH][v3] Simple cobol.dg testsuite
Iain Sandoe
- C++ patch ping (Re: [PATCH] c++: Handle RAW_DATA_CST in modules.cc [PR119076])
Jakub Jelinek
- [PATCH][v3] Simple cobol.dg testsuite
Jakub Jelinek
- [PATCH] RISC-V: Mask values before initializing bitmask vector [PR119114].
Robin Dapp
- [committed] arm: testsuite: fix arm_neon_h checks with conflicting cpu/arch
Richard Earnshaw
- [PATCH][v3] Simple cobol.dg testsuite
Richard Biener
- [PATCH][v3] Simple cobol.dg testsuite
Jakub Jelinek
- [committed] aarch64: Generalise tbz_2.c
Richard Sandiford
- [PATCH] aarch64: Tighten pr110625_1.c regexp
Richard Sandiford
- [PATCH] vect: Fix ncopies when costing SLP reductions [PR116901]
Richard Sandiford
- [PATCH] aarch64: Make latency account for synthetic VEC_PERM_EXPRs [PR116901]
Richard Sandiford
- [PATCH] aarch64: Fix DFP constants [PR119131]
Andrew Pinski
- [PATCH/RFC] cobol: capture source ranges for tokens, rather than just points
David Malcolm
- [PATCH] icf: For ADDR_EXPR verify even types the ADDR_EXPR points at rather than just the value [PR119006]
Jakub Jelinek
- [PATCH] libstdc++: Implement P3137R3 views::to_input for C++26
Patrick Palka
- [Fortran, Patch, PR98903, v1] Add parsing and code gen for TEAM_NUMBER in coindexes.
Andre Vehreschild
- [PATCH] aarch64: arm: testsuite: Enable vld1xN and vst1xN tests [PR71233]
Christophe Lyon
- [PATCH/RFC] cobol: capture source ranges for tokens, rather than just points
David Malcolm
- [PATCH] libstdc++: Implement P3137R3 views::to_input for C++26
Tomasz Kaminski
- [PATCH] libstdc++: Implement P3137R3 views::to_input for C++26
Patrick Palka
- [PATCH] libstdc++: Hide 128-bit int and float types behind handle for basic_format_arg visitation [PR108053]
Tomasz Kamiński
- [patch, fortran] Fix PR 119078, putting a procedure in an abstract interface into global namespace
Thomas Koenig
- [PATCH] aarch64: XFAIL pred-not-gen-[14].c [PR118956]
Richard Sandiford
- [PATCH] libstdc++: Implement P3137R3 views::to_input for C++26
Patrick Palka
- [PATCH] contrib/gcc-changelog: Accept only [PRnnnn] in subject
Christophe Lyon
- [PATCH] aarch64: Fix DFP constants [PR119131]
Richard Sandiford
- [PATCH] OpenMP/C: Store location in cp_parser_omp_var_list for kind=0 [PR118579]
Sandra Loosemore
- [PATCH] aarch64: Fix DFP constants [PR119131]
Andrew Pinski
- [PATCH] libstdc++: Implement P3137R3 views::to_input for C++26
Tomasz Kaminski
- [PATCH] libstdc++: Implement P3137R3 views::to_input for C++26
Jonathan Wakely
- [PATCH] contrib/gcc-changelog: Accept only [PRnnnn] in subject
Jonathan Wakely
- [PATCH 1/2] __builtin_bswapXX: improve docs and tests
Richard Sandiford
- [committed] d: Fix regression returning from function with invariants [PR119139]
Iain Buclaw
- [r15-7955 Regression] FAIL: c-c++-common/attr-nonstring-6.c -std=gnu++26 (test for warnings, line 98) on Linux/x86_64
haochen.jiang
- [committed] doc: Fix minor grammar nit in -ftrivial-auto-var-init docs
Jonathan Wakely
- [PATCH] df: Treat partial defs as uses in df_simulate_defs [PR116564]
Richard Sandiford
- [PATCH] doc: Use more precise cross-references for -ftrivial-auto-var-init
Jonathan Wakely
- [PATCH] OpenMP/C: Store location in cp_parser_omp_var_list for kind=0 [PR118579]
Tobias Burnus
- [RFC][C]New syntax for the argument of counted_by attribute for C language
Qing Zhao
- [PATCH] c: Don't emit -Wunterminated-string-initialization warning for multi-dimensional nonstring array initializers [PR117178]
Joseph Myers
- [PATCH] vect: Fix ncopies when costing SLP reductions [PR116901]
Richard Biener
- [PATCH] Add Robert Dubner to Maintainers
Robert Dubner
- [PATCH] Fortran: reject SAVE of a COMMON in a BLOCK construct [PR119199]
Harald Anlauf
- [r15-7963 Regression] FAIL: gfortran.dg/binding_label_tests_26b.f90 -O (test for errors, line 8) on Linux/x86_64
haochen.jiang
- [Fortran, Patch, PR98903, v1] Add parsing and code gen for TEAM_NUMBER in coindexes.
Harald Anlauf
- [pushed] c++: constexpr caching deleted pointer [PR119162]
Jason Merrill
- [PUSHED v2] aarch64: Fix DFP constants [PR119131]
Andrew Pinski
- [PATCH] libstdc++: Reject basic_format_parse_context::check_dynamic_spec<>(n)
Jonathan Wakely
- [PATCH] libstdc++: Add static_assert to std::packaged_task::packaged_task(F&&)
Jonathan Wakely
- [PATCH] libstdc++: Make range adaptor __has_arrow helper use a const type
Jonathan Wakely
- [PATCH] libstdc++: Prevent dangling references in std::unique_ptr::operator*
Jonathan Wakely
- [PATCH] Add Robert Dubner to Maintainers
Jakub Jelinek
- [committed] cobol: Regenerate libgcobol/config.h.h
Jakub Jelinek
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Qing Zhao
- The COBOL front end -- The Initial Onslaught
Robert Dubner
- [PATCH] libstdc++: Optimize basic_format_parse_context::__check_dynamic_spec_types
Jonathan Wakely
- [PATCH 1/3] AArch64: Use BUILTIN_VHSDF_HSDF for vector and scalar sqrt builtins
Ayan Shafqat
- [PATCH 2/3] AArch64: Add __sqrt and __sqrtf intrinsics to arm_acle.h
Ayan Shafqat
- [PATCH 3/3] AArch64: Add tests for __sqrt and __sqrtf intrinsic
Ayan Shafqat
- [PATCH] Add Robert Dubner to Maintainers
Robert Dubner
- [PATCH] c++: Handle RAW_DATA_CST in modules.cc [PR119076]
Jason Merrill
- [PATCH][v3] Simple cobol.dg testsuite
Robert Dubner
- [PATCH] Add Robert Dubner to Maintainers
Sam James
- The COBOL front end -- The Initial Onslaught
Sam James
- [PATCH] c++: ICE with aligned member and trivial assign op [PR117512]
Jason Merrill
- [PATCH v1] RISC-V: Refine the testcases for cond_widen_complicate-3
pan2.li@intel.com
- [committed] arm: testsuite: fix arm_neon_h checks with conflicting cpu/arch
Torbjorn SVENSSON
- [committed] preprocessor: Fix up diagnostic typo in convert_oct [PR119202]
Jakub Jelinek
- [PATCH] builtins: Fix up strspn/strcspn folding [PR119219]
Jakub Jelinek
- [PATCH] builtins: Fix up strspn/strcspn folding [PR119219]
Andrew Pinski
- [PATCH] contrib/gcc-changelog: Accept only [PRnnnn] in subject
Richard Biener
- [PATCH][v3] Simple cobol.dg testsuite
Richard Biener
- [PATCH] builtins: Fix up strspn/strcspn folding [PR119219]
Richard Biener
- [PATCH][v3] Simple cobol.dg testsuite
Jakub Jelinek
- [PATCH] tree.def: Improve RAW_DATA_CST documentation
Jakub Jelinek
- [PATCH] builtins: Fix up strspn/strcspn folding [PR119219]
Jakub Jelinek
- [PATCH] libstdc++: Reject basic_format_parse_context::check_dynamic_spec<>(n)
Tomasz Kaminski
- [PATCH] libstdc++: Add static_assert to std::packaged_task::packaged_task(F&&)
Tomasz Kaminski
- [PATCH] libstdc++: Prevent dangling references in std::unique_ptr::operator*
Tomasz Kaminski
- [PATCH] libstdc++: Make range adaptor __has_arrow helper use a const type
Tomasz Kaminski
- [PATCH] libstdc++: Optimize basic_format_parse_context::__check_dynamic_spec_types
Tomasz Kaminski
- [PATCH] tree.def: Improve RAW_DATA_CST documentation
Richard Biener
- [PATCH] libstdc++: Optimize basic_format_parse_context::__check_dynamic_spec_types
Jonathan Wakely
- [PATCH] libstdc++: Optimize basic_format_parse_context::__check_dynamic_spec_types
Tomasz Kaminski
- [PATCH][v3] Simple cobol.dg testsuite
Richard Biener
- [v5,2/4] RISC-V: Add Zicfilp ISA extension
Jin Ma
- [PATCH] contrib/gcc-changelog: Accept only [PRnnnn] in subject
Christophe Lyon
- [committed] testsuite: Add testcase for already fixed PR [PR119226]
Jakub Jelinek
- [PATCH] contrib/gcc-changelog: Accept only [PRnnnn] in subject
Jakub Jelinek
- [PATCH] contrib/gcc-changelog: Accept only [PRnnnn] in subject
Jonathan Wakely
- [PATCH v2] libstdc++: Optimize basic_format_parse_context::check_dynamic_spec
Jonathan Wakely
- [PATCH] libstdc++: Prevent dangling references in std::unique_ptr::operator*
Jonathan Wakely
- [PATCH] contrib/gcc-changelog: Accept only [PRnnnn] in subject
Richard Biener
- [PATCH] LoongArch: Fix up [su]dot_prod*
Jakub Jelinek
- [PATCH] cobol: Remove unnecesssary CPPFLAGS update and restore MacOS build
Simon Martin
- [PATCH v2] libstdc++: Optimize basic_format_parse_context::check_dynamic_spec
Tomasz Kaminski
- [PATCH v2] libstdc++: Add static_assert to std::packaged_task::packaged_task(F&&)
Jonathan Wakely
- [PATCH] cobol: Remove unnecesssary CPPFLAGS update and restore MacOS build
Richard Biener
- The COBOL front end -- The Initial Onslaught
Mark Wielaard
- [PATCH v2] libstdc++: Optimize basic_format_parse_context::check_dynamic_spec
Jonathan Wakely
- [PATCH] libstdc++: Update tzdata to 2025a
Jonathan Wakely
- [PATCH 1/6] [RFC] c: Add front-end hook for related vector type.
Tejas Belagod
- The COBOL front end, version 3, now in 14 easy pieces
Mark Wielaard
- [PATCH v1] RISC-V: Refine the testcases for cond_widen_complicate-3
Robin Dapp
- The COBOL front end, version 3, now in 14 easy pieces
Jakub Jelinek
- [PATCH 1/6] [RFC] c: Add front-end hook for related vector type.
Richard Biener
- [PATCH v1] RISC-V: Refine the testcases for cond_widen_complicate-3
Li, Pan2
- [committed] libstdc++: Add lambda example to case transformation docs
Jonathan Wakely
- [COMMITTED] Regenerate cobol/lang.opt.urls
Mark Wielaard
- [committed] libgcobol: Fix typo in comment
Jonathan Wakely
- [PATCH v2] libstdc++: Add static_assert to std::packaged_task::packaged_task(F&&)
Tomasz Kaminski
- [PATCH] libstdc++: Correct preprocessing checks for floatX_t and bfloat_16 formatting
Jonathan Wakely
- Regression? Re: [patch, fortran] Fix PR 119078, putting a procedure in an abstract interface into global namespace
Andre Vehreschild
- [PATCH] testsuite: Remove sve/pre_cond_share_1.c [PR115248]
Richard Sandiford
- [pushed] contrib: relpath.sh /lib /include [PR119081]
Jason Merrill
- [TO-BE-COMMITED,PATCH] s390: Deprecate ESA/390 support
Joseph Myers
- [PATCH] cfgexpand: Special case expansion of dead COMPLEX_EXPRs at -O0 [PR119120]
Jakub Jelinek
- [PATCH] to MAINTAINERS; remove extraneous Robert Dubner entries.
Robert Dubner
- [PING] [PATCH v3] c++: Use capture from outer lambda, if any, instead of erroring out [PR110584]
Simon Martin
- [PATCH] cobol/119229 - fix external variable declaration
Richard Biener
- c++/modules: Handle gnu_inline attribute, cleanup linkage determination [PR119154]
Jason Merrill
- [PATCH][v3] Simple cobol.dg testsuite
Robert Dubner
- [PATCH] cfgexpand: Special case expansion of dead COMPLEX_EXPRs at -O0 [PR119120]
Richard Biener
- [PATCH] c++: Evaluate immediate invocation call arguments with mce_true [PR119150]
Jason Merrill
- The COBOL front end, version 3, now in 14 easy pieces
David Malcolm
- [PATCH] cobol: Remove unnecesssary CPPFLAGS update and restore MacOS build
Robert Dubner
- [PATCH] LoongArch: Don't use C++17 feature [PR119238]
Xi Ruoyao
- [Fortran, Patch, PR98903, v1] Add parsing and code gen for TEAM_NUMBER in coindexes.
Andre Vehreschild
- [PATCH] c++: ICE with lambda in fold expression in requires [PR119134]
Jason Merrill
- [PATCH v3] c++: Use capture from outer lambda, if any, instead of erroring out [PR110584]
Jason Merrill
- [PATCH] cobol: Remove unnecesssary CPPFLAGS update and restore MacOS build
Simon Martin
- [committed] arm: allow type-punning subregs in vpr_register_operand [PR115439]
Richard Earnshaw
- [PATCH v2] libstdc++: Hide 128-bit int and float types behind handle for basic_format_arg visitation [PR108053]
Tomasz Kamiński
- [committed] libphobos: Merge upstream phobos 0faae92d6
Iain Buclaw
- [PATCH v2] c++/modules: Handle gnu_inline attribute, cleanup linkage determination [PR119154]
Nathaniel Shead
- [PATCH][v2] tree-optimization/119155 - wrong aligned access for vectorized packed access
Richard Biener
- [PATCH] c++/modules: Better handle no-linkage decls in unnamed namespaces [PR118799]
Jason Merrill
- c++/modules: Stream section, tls_model, and comdat_group
Nathaniel Shead
- AArch64: Turn off outline atomics with -mcmodel=large (PR112465)
Wilco Dijkstra
- [PATCH] df: Treat partial defs as uses in df_simulate_defs [PR116564]
Alex Coplan
- [PATCH] c++, v2: Evaluate immediate invocation call arguments with mce_true [PR119150]
Jakub Jelinek
- [PATCH] c++, v2: Evaluate immediate invocation call arguments with mce_true [PR119150]
Jason Merrill
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Qing Zhao
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Martin Uecker
- [PATCH] middle-end/119204 - ICE with strcspn folding
H.J. Lu
- [PATCH] middle-end/119204 - ICE with strcspn folding
Jakub Jelinek
- [PATCH] middle-end/119204 - ICE with strcspn folding
Andrew Pinski
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Joseph Myers
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Martin Uecker
- [PATCH] libstdc++: fix compile error when converting std::weak_ptr<T[]>
Jonathan Wakely
- [PATCH v2] c++/modules: Handle gnu_inline attribute, cleanup linkage determination [PR119154]
Jason Merrill
- Regression? Re: [patch, fortran] Fix PR 119078, putting a procedure in an abstract interface into global namespace
Thomas Koenig
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Michael Matz
- [PATCH v2] libstdc++: Hide 128-bit int and float types behind handle for basic_format_arg visitation [PR108053]
Jonathan Wakely
- Regression? Re: [patch, fortran] Fix PR 119078, putting a procedure in an abstract interface into global namespace
Thomas Koenig
- [committed] libstdc++: Use new <bits/monostate.h> header in <format>
Jonathan Wakely
- [PATCH] libiberty: move DW_LANG_* definitions to dwarf2.def
Simon Marchi
- [committed] arm: testsuite: remove gcc.target/arm/lp1243022.c [PR117931]
Richard Earnshaw
- [PATCH 0/2] Two match.pd folds for sve/pr98119.c
Richard Sandiford
- [PATCH 1/2] match.pd: Fold ((X >> C1) & C2) * (1 << C1)
Richard Sandiford
- [PATCH 2/2] match.pd: Extend pointer alignment folds
Richard Sandiford
- [PATCH 1/2] match.pd: Fold ((X >> C1) & C2) * (1 << C1)
Andrew Pinski
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Bill Wendling
- [PATCH v2] c++: ICE with aligned member and trivial assign op [PR117512]
Marek Polacek
- [PATCH 1/2] match.pd: Fold ((X >> C1) & C2) * (1 << C1)
Richard Sandiford
- [PATCH 1/2] match.pd: Fold ((X >> C1) & C2) * (1 << C1)
Andrew Pinski
- [PATCH v2] c++: ICE with aligned member and trivial assign op [PR117512]
Jason Merrill
- [PATCH] c++: Perform immediate invocation evaluation separately from cp_fold_r [PR118068]
Jason Merrill
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
John McCall
- [PATCH] cobol/119229 - fix external variable declaration
Robert Dubner
- [RFC][C]New syntax for the argument of counted_by attribute for C language
Yeoul Na
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Yeoul Na
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Bill Wendling
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Yeoul Na
- [PATCH] testsuite, gm2: Use -B option for libstdc++ where required.
Gaius Mulley
- [PATCH] aarch64: xfail pr109072_1.c's s16x4_2 [PR117092]
Andrew Pinski
- [pushed: r15-8016] analyzer: support RAW_DATA_CST [PR117262]
David Malcolm
- [PATCH v2] cobol: capture source ranges for tokens, rather than just points (v2)
David Malcolm
- [PATCH] LoongArch: Don't use C++17 feature [PR119238]
Lulu Cheng
- [PATCH] LoongArch: Don't use C++17 feature [PR119238]
Andrew Pinski
- [PATCH] LoongArch: Don't use C++17 feature [PR119238]
Lulu Cheng
- [PATCH] libstdc++: Fix ref_view branch of views::as_const [PR119135]
Patrick Palka
- [PATCH] libstdc++: Fix ref_view branch of views::as_const [PR119135]
Patrick Palka
- [PATCH] libstdc++: Fix ref_view branch of views::as_const [PR119135]
Patrick Palka
- [PATCH][_Hashtable] Fix hash code cache usage
Florian Weimer
- [PATCH] c, c++: Set DECL_NOT_GIMPLE_REG_P on *PART_EXPR operand on lhs of MODIFY_EXPR [PR119120]
Jakub Jelinek
- [PATCH 1/6] [RFC] c: Add front-end hook for related vector type.
Tejas Belagod
- [PATCH] c, c++: Set DECL_NOT_GIMPLE_REG_P on *PART_EXPR operand on lhs of MODIFY_EXPR [PR119120]
Richard Biener
- [PATCH 1/6] [RFC] c: Add front-end hook for related vector type.
Richard Biener
- [PATCH 1/6] [RFC] c: Add front-end hook for related vector type.
Tejas Belagod
- [PATCH] arm: Fix REVERSIBLE_CC_MODE [PR110796...]
Christophe Lyon
- [PATCH 1/2] aarch64: Add FMA and FMAF intrinsics and tests
Kyrylo Tkachov
- [PATCH 1/6] [RFC] c: Add front-end hook for related vector type.
Richard Biener
- [PATCH][_Hashtable] Fix hash code cache usage
Jonathan Wakely
- [PATCH][_Hashtable] Fix hash code cache usage
Florian Weimer
- [PATCH 1/6] [RFC] c: Add front-end hook for related vector type.
Tejas Belagod
- [PATCH] libstdc++: Fix ref_view branch of views::as_const [PR119135]
Tomasz Kaminski
- [PATCH v1] RISC-V: Refine the testcases for cond_widen_complicate-3
Robin Dapp
- [PATCH][_Hashtable] Fix hash code cache usage
Jonathan Wakely
- [PATCH][_Hashtable] Fix hash code cache usage
Jonathan Wakely
- [patch] honor prefix and suffix when installing cobol binaries
Matthias Klose
- [PATCH][_Hashtable] Fix hash code cache usage
Jonathan Wakely
- [PATCH] contrib: Wrap git repo access in gcc-changelog.
Robin Dapp
- [PATCH v1] RISC-V: Refine the testcases for cond_widen_complicate-3
Li, Pan2
- [PATCH 2/2] match.pd: Extend pointer alignment folds
Richard Biener
- [PATCH] aarch64: xfail pr109072_1.c's s16x4_2 [PR117092]
Richard Sandiford
- [PATCH][v3] Simple cobol.dg testsuite
Simon Sobisch
- [PATCH][v3] Simple cobol.dg testsuite
Sam James
- [PATCH] libstdc++: Fix ref_view branch of views::as_const [PR119135]
Jonathan Wakely
- [PATCH 1/2] match.pd: Fold ((X >> C1) & C2) * (1 << C1)
Richard Biener
- [PATCH][v3] Simple cobol.dg testsuite
Richard Biener
- [PATCH][_Hashtable] Fix hash code cache usage
Florian Weimer
- [PATCH v2 0/2] Two match.pd folds for sve/pr98119.c
Richard Sandiford
- [PATCH v2 1/2] match.pd: Fold ((X >> C1) & C2) * (1 << C1)
Richard Sandiford
- [PATCH v2 2/2] match.pd: Extend pointer alignment folds
Richard Sandiford
- [patch] honor prefix and suffix when installing cobol binaries
Richard Biener
- [PATCH][_Hashtable] Fix hash code cache usage
Jonathan Wakely
- [PATCH v2 0/2] Two match.pd folds for sve/pr98119.c
Richard Biener
- [PATCH] Fix a pasto in ao_compare::compare_ao_refs
Richard Biener
- COBOL: Implementation of STOP RUN / GOBACK [was: [PATCH][v3] Simple cobol.dg testsuite]
Simon Sobisch
- [PUSHED] Move 'find-dg-do-what' from 'gcc/testsuite/lib/gcc-dg.exp' into 'gcc/testsuite/lib/target-supports-dg.exp'
Thomas Schwinge
- Fix invalid profile mismatch error
Jan Hubicka
- [PATCH v2] reassoc: Optimize CMP/XOR expressions [PR116860]
Konstantinos Eleftheriou
- [PATCH] Move COMP/XOR optimization from match.pd into reassoc [PR116860]
Konstantinos Eleftheriou
- COBOL: testsuite and running NIST85 (was: Re: [PATCH][v3] Simple cobol.dg testsuite)
Simon Sobisch
- [pushed] testsuite: Add -fno-tree-sink to sve/pr96357.c
Richard Sandiford
- COBOL: testsuite and running NIST85 (was: Re: [PATCH][v3] Simple cobol.dg testsuite)
Richard Biener
- [PATCH] c, c++: Set DECL_NOT_GIMPLE_REG_P on *PART_EXPR operand on lhs of MODIFY_EXPR [PR119120]
Jason Merrill
- [PATCH] c, c++: Set DECL_NOT_GIMPLE_REG_P on *PART_EXPR operand on lhs of MODIFY_EXPR [PR119120]
Richard Biener
- [PATCH] Fixup DECL_NOT_GIMPLE_REG_P description
Richard Biener
- [PATCH+wwwdocs] Add link to the algol68@gcc.gnu.org mailing list
Jose E. Marchesi
- [PATCH] c, c++: Set DECL_NOT_GIMPLE_REG_P on *PART_EXPR operand on lhs of MODIFY_EXPR [PR119120]
Jakub Jelinek
- [PATCH][RFC] add -[DU]_FORTIFY_SOURCE[=n] to DW_AT_producer
Richard Biener
- [PATCH][RFC] add -[DU]_FORTIFY_SOURCE[=n] to DW_AT_producer
Jakub Jelinek
- [PATCH][RFC] add -[DU]_FORTIFY_SOURCE[=n] to DW_AT_producer
Richard Biener
- [committed v2 1/2] libstdc++: Implement <stdbit.h> for C++26 (P3370R1)
Jonathan Wakely
- [committed v2 2/2] libstdc++: Implement <stdckdint.h> for C++26 (P3370R1)
Jonathan Wakely
- [PATCH][RFC] add -[DU]_FORTIFY_SOURCE[=n] to DW_AT_producer
Jakub Jelinek
- [PATCH][RFC] add -[DU]_FORTIFY_SOURCE[=n] to DW_AT_producer
Andreas Schwab
- [pushed] testsuite: Fix sve/mask_struct_load_3_run.c [PR113965]
Richard Sandiford
- [PATCH][RFC] add -[DU]_FORTIFY_SOURCE[=n] to DW_AT_producer
Jakub Jelinek
- [PATCH] c++: Make explicit instantiations not vague linkage
Nathaniel Shead
- [PATCH] c, c++: Support musttail attribute even using __attribute__ form [PR116545]
Jakub Jelinek
- The COBOL front end, version 3, now in 14 easy pieces (C++14)
James K. Lowden
- [pushed] libstdc++: Add P1206R7 from_range members to container adaptors [PR111055]
tkaminsk@redhat.com
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Qing Zhao
- libatomic: use HWCAPs in AArch64 ifunc tests
Wilco Dijkstra
- [PATCH] doc: document incremental LTO flags
Michal Jires
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Qing Zhao
- libatomic: use HWCAPs in AArch64 ifunc tests
Richard Sandiford
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Qing Zhao
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
JeanHeyd Meneide
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Martin Uecker
- [RFC] PR81358: Enable automatic linking of libatomic
Prathamesh Kulkarni
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Qing Zhao
- [PATCH] aarch64: remove SVE2 requirement from SME and diagnose it as unsupported
Andre Vieira (lists)
- [PATCH] arm: Fix REVERSIBLE_CC_MODE [PR110796...]
Richard Earnshaw (lists)
- [PATCH] aarch64: remove SVE2 requirement from SME and diagnose it as unsupported
Richard Sandiford
- The COBOL front end, version 3, now in 14 easy pieces (C++14)
Paul Koning
- [PATCH] c++: Make explicit instantiations not vague linkage
Jason Merrill
- [PATCH] c, c++: Support musttail attribute even using __attribute__ form [PR116545]
Jason Merrill
- [PATCH] libstdc++: Use __is_invocable/nothrow_invocable builtins more
Jonathan Wakely
- [PATCH, part2, committed] Fortran: improve checking of substring bounds [PR119118]
Harald Anlauf
- The COBOL front end, version 3, now in 14 easy pieces (C++14)
James K. Lowden
- [PATCH][v3] Simple cobol.dg testsuite
James K. Lowden
- [PATCH] COBOL v3: 3/14 80K bld: config and build machinery
James K. Lowden
- [PATCH] COBOL v3: 3/14 80K bld: config and build machinery
Paul Koning
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
JeanHeyd Meneide
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Martin Uecker
- [PATCH] COBOL v3: 3/14 80K bld: config and build machinery
Rainer Orth
- Fix speculation_useful_p
Jan Hubicka
- [PATCH] c, c++: Support musttail attribute even using __attribute__ form [PR116545]
Jakub Jelinek
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Joseph Myers
- [PATCH] vect: Fix aarch64/pr99873_2.c ld4/st4 failure
Richard Sandiford
- [PATCH] c, c++: Support musttail attribute even using __attribute__ form [PR116545]
Jason Merrill
- c++/modules: Stream section, tls_model, and comdat_group
Jason Merrill
- [OG14, COMMITTED] OpenMP: Integrate dynamic selectors with dispatch argument handling [PR118457]
Sandra Loosemore
- [PATCH] c, c++, v2: Support musttail attribute even using __attribute__ form [PR116545]
Jakub Jelinek
- [PATCH] c, c++: Support musttail attribute even using __attribute__ form [PR116545]
Joseph Myers
- [PATCH 1/2] arm: Add support for NEON vsqrt builtins (hf, sf, df)
Ayan Shafqat
- [PATCH 2/2] arm: Add ACLE sqrt intrinsic using NEON vsqrt builtins
Ayan Shafqat
- [PATCH] aarch64: arm: testsuite: Enable vld1xN and vst1xN tests [PR71233]
Christophe Lyon
- [PATCH][v3] Simple cobol.dg testsuite
David Malcolm
- [PATCH v2 1/2] Aarch64: Add FMA and FMAF intrinsic and corresponding tests
Ayan Shafqat
- [PATCH v2 2/2] arm: Add FMA and FMAF intrinsics with corresponding tests
Ayan Shafqat
- [PATCH] libstdc++: Work around C++20 tuple<tuple<any>> constraint recursion [PR116440]
Patrick Palka
- [PATCH] libstdc++: Work around C++20 tuple<tuple<any>> constraint recursion [PR116440]
Patrick Palka
- [PATCH] libstdc++: Work around C++20 tuple<tuple<any>> constraint recursion [PR116440]
Ville Voutilainen
- [PATCH][v3] Simple cobol.dg testsuite
Simon Sobisch
- [PATCH v2 1/3] Aarch64: Use BUILTIN_VHSDF_HSDF for vector and scalar sqrt builtins
Ayan Shafqat
- [PATCH 2/3] Aarch64: Add __sqrt and __sqrtf intrinsics to arm_acle.h
Ayan Shafqat
- [PATCH] libstdc++: Work around C++20 tuple<tuple<any>> constraint recursion [PR116440]
Ville Voutilainen
- [PATCH v2 2/3] Aarch64: Add __sqrt and __sqrtf intrinsics to arm_acle.h
Ayan Shafqat
- [PATCH] libstdc++: Work around C++20 tuple<tuple<any>> constraint recursion [PR116440]
Ville Voutilainen
- [PATCH v2 3/3] Aarch64: Add tests for __sqrt and __sqrtf intrinsic
Ayan Shafqat
- [PATCH 2/3] Aarch64: Add __sqrt and __sqrtf intrinsics to arm_acle.h
Jakub Jelinek
- [PATCH] libstdc++: Work around C++20 tuple<tuple<any>> constraint recursion [PR116440]
Patrick Palka
- [PATCH v2 3/3] Aarch64: Add tests for __sqrt and __sqrtf intrinsic
Jakub Jelinek
- [PATCH] libstdc++: Work around C++20 tuple<tuple<any>> constraint recursion [PR116440]
Ville Voutilainen
- [PATCH] libstdc++: Work around C++20 tuple<tuple<any>> constraint recursion [PR116440]
Jonathan Wakely
- [PATCH] libstdc++: Work around C++20 tuple<tuple<any>> constraint recursion [PR116440]
Jonathan Wakely
- [PATCH] libstdc++: Work around C++20 tuple<tuple<any>> constraint recursion [PR116440]
Ville Voutilainen
- [PATCH] libstdc++: Work around C++20 tuple<tuple<any>> constraint recursion [PR116440]
Ville Voutilainen
- [PATCH] libstdc++: Work around C++20 tuple<tuple<any>> constraint recursion [PR116440]
Ville Voutilainen
- [PATCH] libstdc++: Work around C++20 tuple<tuple<any>> constraint recursion [PR116440]
Patrick Palka
- [PATCH] COBOL v3: 3/14 80K bld: config and build machinery
James K. Lowden
- [PATCH] COBOL v3: 3/14 80K bld: config and build machinery
James K. Lowden
- [PATCH] libstdc++: Work around C++20 tuple<tuple<any>> constraint recursion [PR116440]
Jonathan Wakely
- New German PO file for 'gcc' (version 15-b20250216)
Translation Project Robot
- Contents of PO file 'gcc-15-b20250216.de.po'
Translation Project Robot
- [PATCH] COBOL v3: 3/14 80K bld: config and build machinery
Jakub Jelinek
- [c-family] Fix PR ada/119265
Eric Botcazou
- [COMMITTED] Doc: Remove redundant info from documentation of -ansi.
Sandra Loosemore
- [PATCH v2] c++/modules: Always treat explicit instantiations as external
Nathaniel Shead
- [PATCH] COBOL: Prevent use of ASM_EXPR for optimized COBOL compilations [PR119214]
Robert Dubner
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
David Tarditi
- [RFC 0/4] Doc: Reorganize the "C Extensions" chapter [PR42270]
Sandra Loosemore
- [RFC 1/4] Doc: Add "Additional Numeric Types" sectioning to extend.texi [PR42270]
Sandra Loosemore
- [RFC 2/4] Doc: Add "Aggregate Types" sectioning to extend.texi [PR42270]
Sandra Loosemore
- [RFC 3/4] Doc: Add "Syntax Extensions" and "Semantic Extensions" sectioning to extend.texi [PR42270]
Sandra Loosemore
- [RFC 4/4] Doc: Rearrange remaining top-level sections in extend.texi [PR42270]
Sandra Loosemore
- [PATCH][v3] Simple cobol.dg testsuite
Hans-Peter Nilsson
- [v5,2/4] RISC-V: Add Zicfilp ISA extension
Monk Chiang
- Re: [v5,2/4] RISC-V: Add Zicfilp ISA extension
Jin Ma
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Martin Uecker
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Martin Uecker
- [PATCH] doc: document incremental LTO flags
Richard Biener
- [PATCH] vect: Fix aarch64/pr99873_2.c ld4/st4 failure
Richard Biener
- [PATCH] libstdc++: Add P1206R7 from_range members to ordered sets [PR111055]
Tomasz Kamiński
- [PATCH] c, c++, v3: Support musttail attribute even using __attribute__ form [PR116545]
Jakub Jelinek
- [PATCH] vect: Fix aarch64/pr99873_2.c ld4/st4 failure
Richard Sandiford
- [PATCH][_Hashtable] Fix hash code cache usage
Florian Weimer
- [PATCH] doc: Clarify REG_EH_REGION note usage
Konstantinos Eleftheriou
- [PATCH] COBOL: Prevent use of ASM_EXPR for optimized COBOL compilations [PR119214]
Richard Biener
- [PATCH][v2] add -[DU]_FORTIFY_SOURCE[=n] to DW_AT_producer
Richard Biener
- [PATCH][v2] add -[DU]_FORTIFY_SOURCE[=n] to DW_AT_producer
Jakub Jelinek
- [PATCH] aarch64: remove SVE2 requirement from SME and diagnose it as unsupported
Richard Sandiford
- [PATCH][_Hashtable] Fix hash code cache usage
Jonathan Wakely
- [PATCH] libstdc++: fix compile error when converting std::weak_ptr<T[]>
Giuseppe D'Angelo
- [PATCH] vect: Fix aarch64/pr99873_2.c ld4/st4 failure
Richard Sandiford
- GCN, nvptx: Allow for "hosted" libstdc++ build
Thomas Schwinge
- GCN, nvptx: Allow for "hosted" libstdc++ build
Andrew Stubbs
- [PATCH v2] libstdc++: Fix views::zip_transform constraints for empty range pack [PR111138]
Jonathan Wakely
- [PATCH] tree-optimization/119274 - improve VN optimistic dominance query
Richard Biener
- [PATCH][v2] add -[DU]_FORTIFY_SOURCE[=n] to DW_AT_producer
Florian Weimer
- [PATCH] aarch64: remove SVE2 requirement from SME and diagnose it as unsupported
Andre Vieira (lists)
- GCN, nvptx: Allow for "hosted" libstdc++ build
Jonathan Wakely
- [PATCH][v2] add -[DU]_FORTIFY_SOURCE[=n] to DW_AT_producer
Richard Biener
- [pushed] libstdc++: Add P1206R7 from_range members to container adaptors [PR111055]
Jonathan Wakely
- [PATCH][v2] add -[DU]_FORTIFY_SOURCE[=n] to DW_AT_producer
Florian Weimer
- [PATCH] Fix a pasto in ao_compare::compare_ao_refs
Martin Jambor
- [pushed] libstdc++: Include missing algorithm header in priority_queue tests.
Tomasz Kamiński
- [PATCH] libstdc++: Add P1206R7 from_range members to ordered sets [PR111055]
Tomasz Kaminski
- [PATCH 1/2] aarch64: Add FMA and FMAF intrinsics and tests
Ayan Shafqat
- [PATCH] cobol/119281 - make sure $(gcc_version) is set for libgcobol install
Richard Biener
- [PUSHED] GCN, nvptx: Don't default-disable libstdc++ build
Thomas Schwinge
- [PATCH] cobol/119281 - make sure $(gcc_version) is set for libgcobol install
Jakub Jelinek
- Revert "GCN, nvptx: Basic '__cxa_guard_{acquire,abort,release}' for C++ static local variables support" (was: OpenMP offloading vs. C++ static local variables)
Thomas Schwinge
- [PATCH 2/1] c++/modules: Handle gnu_inline, again [PR119154]
Nathaniel Shead
- [PATCH] analyzer: Fix ICE in cmp_csts_same_type on RAW_DATA_CST [PR119278]
Jakub Jelinek
- [PATCH] match.pd: Fix up r15-8025 simplification [PR119287]
Jakub Jelinek
- [PATCH] analyzer: Fix ICE in cmp_csts_same_type on RAW_DATA_CST [PR119278]
David Malcolm
- [PATCH] match.pd: Fix up r15-8025 simplification [PR119287]
Richard Biener
- Bio-IT World Expo 2025 Qualified Contacts
Erin Lewis
- [Patch] Fortran: Store OpenMP's 'declare variant' in module file [PR115271]
Tobias Burnus
- [PATCH] ipa: Do not modify cgraph edges from thunk clones during inlining (PR116572)
Martin Jambor
- [PATCH] cobol: Don't run cobol tests with -m32 or -mx32 [PR119290]
Jakub Jelinek
- [PATCH v4] libcpp: Fix incorrect line numbers in large files [PR108900]
Yash.Shinde@windriver.com
- [PATCH] libstdc++: Add P1206R7 from_range members to ordered maps [PR111055]
Tomasz Kamiński
- [PATCH] libstdc++: Add P1206R7 from_range members to ordered maps [PR111055]
Tomasz Kaminski
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
David Tarditi
- [PATCH] libstdc++: Missing 'constexpr' in vector's from_range ctor [PR119282]
Patrick Palka
- [PATCH] c++: poor diag w/ non-constexpr dtor called from constexpr ctor
Patrick Palka
- [PATCH] COBOL v3: 3/14 80K bld: config and build machinery
Robert Dubner
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Martin Uecker
- [PATCH] libstdc++: Missing 'constexpr' in vector's from_range ctor [PR119282]
Jonathan Wakely
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
John McCall
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Martin Uecker
- [PATCH] cobol: Don't run cobol tests with -m32 or -mx32 [PR119290]
Richard Biener
- [PATCH] libstdc++: Add P1206R7 from_range members to ordered maps [PR111055]
Patrick Palka
- [PATCH 0/2] RISC-V: Support RISC-V Profiles.
Vineet Gupta
- [PATCH] aarch64: remove SVE2 requirement from SME and diagnose it as unsupported
Andrew Carlotti
- [PATCH stage1 0/3] x86: Add a pass to fold tail call
H.J. Lu
- [PATCH stage1 1/3] Support symbol reference in jump label and jump table
H.J. Lu
- [PATCH stage1 2/3] x86: Add a pass to fold tail call
H.J. Lu
- [PATCH stage1 3/3] x86: Fold sibcall targets into jump table
H.J. Lu
- [PATCH stage1 0/6] Correct outgoing integer argument promotion
H.J. Lu
- [PATCH stage1 1/6] Honor TARGET_PROMOTE_PROTOTYPES during RTL expand
H.J. Lu
- [PATCH stage1 2/6] Drop targetm.promote_prototypes from C, C++ and Ada frontends
H.J. Lu
- [PATCH stage1 3/6] i386: Adjust apx-ndd.c for frontend promotion removal
H.J. Lu
- [PATCH stage1 4/6] vect-simd-clone-1[6-8][cd].c: Expect in-branch clones for x86
H.J. Lu
- [PATCH stage1 5/6] scev-cast.c: Enable for all targets and adjust scan matches
H.J. Lu
- [PATCH stage1 6/6] ssa-fre-4.c: Enable for all targets and adjust scan match
H.J. Lu
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
John McCall
- [committed] contrib/gcc-changelog: Fix Git.AutoInterrupt - sys.meta_path is None exception
Tobias Burnus
- [PATCH] contrib: Wrap git repo access in gcc-changelog.
Sam James
- [Patch] Fortran: Store OpenMP's 'declare variant' in module file [PR115271]
Thomas Koenig
- [Patch] Fortran: Store OpenMP's 'declare variant' in module file [PR115271]
Tobias Burnus
- [Patch] Fortran: Store OpenMP's 'declare variant' in module file [PR115271]
Tobias Burnus
- [PATCH] Fortran: fix bogus dependency check in ALLOCATE statement [PR60560]
Harald Anlauf
- [PATCH] cobol/119302 - transform gcobol.3 name during install
Richard Biener
- [patch, changes.html] UNSIGNED, -fc-prototypes*, -Wexternal-interface-mismatch
Thomas Koenig
- [PATCH] Fortran: fix bogus dependency check in ALLOCATE statement [PR60560]
Thomas Koenig
- [committed] d: Merge upstream dmd, druntime b7e3b3b617
Iain Buclaw
- [PATCH] contrib: Wrap git repo access in gcc-changelog.
Jeff Law
- [PATCH] RISC-V: Mask values before initializing bitmask vector [PR119114].
Jeff Law
- [PATCH 0/2] RISC-V: Support RISC-V Profiles.
Jeff Law
- [PATCH] libstdc++: centralize and improve testing of shared_ptr/weak_ptr conversions
Giuseppe D'Angelo
- [PATCH 1/2] libstdc++: add constexpr inplace_merge
Giuseppe D'Angelo
- [PATCH 2/2] libstdc++: add constexpr stable_partition
Giuseppe D'Angelo
- [PATCH]cobol: create new gcc/testsuite/cobol.dg/group1/check_88.cob test
Robert Dubner
- [committed] d: Merge upstream dmd, druntime d29e3eca45
Iain Buclaw
- [PATCH]cobol: create new gcc/testsuite/cobol.dg/group1/check_88.cob test
Jakub Jelinek
- [PATCH]cobol: create new gcc/testsuite/cobol.dg/group1/check_88.cob test
Jakub Jelinek
- [PATCH+wwwdocs] Add link to the algol68@gcc.gnu.org mailing list
Gerald Pfeifer
- [wwwdocs,applied] Mention -mno-call-main
Gerald Pfeifer
- [PATCH+wwwdocs] Add link to the algol68@gcc.gnu.org mailing list
Sandra Loosemore
- [PATCH]cobol: create new gcc/testsuite/cobol.dg/group1/check_88.cob test
Robert Dubner
- FW: [PATCH]cobol: create new gcc/testsuite/cobol.dg/group1/check_88.cob test
Robert Dubner
- [PATCH] discriminators: Fix assigning discriminators on edge [PR113546]
Andrew Pinski
- [PATCH] LoongArch: Add ABI names for FPR
Xi Ruoyao
- [patch, changes.html] UNSIGNED, -fc-prototypes*, -Wexternal-interface-mismatch
Paul Richard Thomas
- [patch, changes.html] UNSIGNED, -fc-prototypes*, -Wexternal-interface-mismatch
Thomas Koenig
- New Swedish PO file for 'gcc' (version 15-b20250216)
Translation Project Robot
- Contents of PO file 'gcc-15-b20250216.sv.po'
Translation Project Robot
- [PATCH+wwwdocs] Add link to the algol68@gcc.gnu.org mailing list
Jose E. Marchesi
- [wwwdocs,applied] Mention -mno-call-main
Georg-Johann Lay
- [committed] d: Merge upstream dmd, druntime ffbad272b6
Iain Buclaw
- [to-be-committed][RISC-V][PR target/116256][V2] Fix minor code quality regression in reassociated arithmetic
Jeff Law
- [pushed] Darwin: Pass -macos_version_min to the linker [PR119172].
Iain Sandoe
- [PATCH] cobol: add cobol.dg/group1/escape.cob test; modify cobol.dg/gd.exp to handle it
Robert Dubner
- Initial patches to get cobol working on (x86_64) Darwin.
Iain Sandoe
- [to-be-committed][RISC-V][PR target/116256][V3] Fix minor code quality regression in reassociated arithmetic
Jeff Law
- [PATCH]cobol: create new gcc/testsuite/cobol.dg/group1/check_88.cob test
David Malcolm
- [PATCH] combine: Add REG_DEAD notes to the last instruction after a split [PR118914]
Jeff Law
- [PATCH] combine: Add REG_DEAD notes to the last instruction after a split [PR118914]
Andrew Pinski
- [PATCH v2] driver: Fix multilib_os_dir and multiarch_dir for those target use TARGET_COMPUTE_MULTILIB
Jeff Law
- [Patch, fortran] PR85836: Implement the F2018 reduce intrinsic
Paul Richard Thomas
- [PATCH]cobol: create new gcc/testsuite/cobol.dg/group1/check_88.cob test
Jakub Jelinek
- [PATCH] cobol: add cobol.dg/group1/escape.cob test; modify cobol.dg/gd.exp to handle it
Jakub Jelinek
- [PATCH v2] reassoc: Optimize CMP/XOR expressions [PR116860]
Hans-Peter Nilsson
- [PATCH] RISC-V: Imply C from Zca whenever possible [PR119122]
Jeff Law
- [PATCH] c: Fix ICE in error recovery when checking struct compatibility [PR118061]
Martin Uecker
- [PATCH] c: Fix bug in typedef redefinitions of tagged types [PR118765]
Martin Uecker
- [PATCH] c: Fix tagname confusion for typedef redefinitions [PR118765]
Martin Uecker
- [PATCH] discriminators: Fix assigning discriminators on edge [PR113546]
Jeff Law
- [PATCH v2] reassoc: Optimize CMP/XOR expressions [PR116860]
Sam James
- [Patch, fortran] PR85836: Implement the F2018 reduce intrinsic
Jerry D
- [PATCH v3 1/2] Aarch64: Add FMA and FMAF intrinsic and corresponding tests
Ayan Shafqat
- [PATCH v3 2/2] arm: Add FMA and FMAF intrinsics with corresponding tests
Ayan Shafqat
- [PATCH v2 1/2] Aarch64: Use BUILTIN_VHSDF_HSDF for vector and scalar sqrt builtins
Ayan Shafqat
- [PATCH v2 2/2] Aarch64: Add __sqrt and __sqrtf intrinsics and corresponding tests
Ayan Shafqat
- [PATCH]cobol: create new gcc/testsuite/cobol.dg/group1/check_88.cob test
Robert Dubner
- [PATCH] cobol: add cobol.dg/group1/escape.cob test; modify cobol.dg/gd.exp to handle it
Robert Dubner
- cobol: flags for choosing reference-format (Re: [PATCH]cobol: create new gcc/testsuite/cobol.dg/group1/check_88.cob test)
Simon Sobisch
- [committed] d: Merge upstream dmd, druntime 53a1cc8d13
Iain Buclaw
- [committed] d: Merge upstream dmd, druntime 603225372b
Iain Buclaw
- [to-be-committed][RISC-V][PR target/116256][V4] Fix minor code quality regression in reassociated arithmetic
Jeff Law
- [PATCH] Fortran: fix bogus dependency check in ALLOCATE statement [PR60560]
Harald Anlauf
- [PATCH v2 1/2] arm: Add support for NEON vsqrt builtins (hf, sf, df)
Ayan Shafqat
- [PATCH v2 2/2] arm: Add ACLE sqrt intrinsic using NEON vsqrt builtins
Ayan Shafqat
- [PATCH 2/3] Aarch64: Add __sqrt and __sqrtf intrinsics to arm_acle.h
Ayan Shafqat
- [Patch] Fortran: Store OpenMP's 'declare variant' in module file [PR115271]
H.J. Lu
- [PATCH v2 3/3] Aarch64: Add tests for __sqrt and __sqrtf intrinsic
Ayan Shafqat
- [PATCH] cobol: add check_88.cob testcase
Robert Dubner
- [PATCH] cobol: Eighteen new testcases to cobol.dg/group1.
Robert Dubner
- [PATCH] [testsuite] Mark gcc.target/i386/apx-ndd-tls-1b.c as xfail.
liuhongt
- [PATCH] cobol: Eighteen new testcases to cobol.dg/group1.
Jakub Jelinek
- [PATCH]RISC-V:Add xuantie C909, C910, C920v1 and C920v2 to -mcpu
Yixuan Chen
- [PATCH v2] libstdc++: Add P1206R7 from_range members to ordered maps [PR111055]
Tomasz Kamiński
- [PATCH] COBOL v3: 3/14 80K bld: config and build machinery
Andreas Schwab
- [PATCH v2] libstdc++: Add P1206R7 from_range members to ordered sets [PR111055]
Tomasz Kamiński
- [PATCH v3 1/2] Aarch64: Add FMA and FMAF intrinsic and corresponding tests
Kyrylo Tkachov
- [PATCH 0/2] RISC-V: Support RISC-V Profiles.
Jiawei
- [Fortran, Patch, PR119272, v1] Fix handling of class' component call in associate
Andre Vehreschild
- [PATCH] COBOL v3: 3/14 80K bld: config and build machinery
Richard Biener
- [PATCH] COBOL v3: 3/14 80K bld: config and build machinery
Sam James
- [PATCH 2/2] libstdc++: add constexpr stable_partition
Tomasz Kaminski
- [PATCH] debug/101533 - ICE with variant typedef DIE generation
Richard Biener
- [PATCH] Populate -original dump for Cobol
Richard Biener
- [committed] Move gfortran.dg/gomp/declare-variant-mod-1*.f90 to libgomp.fortran/ [PR115271] (was: [Patch] Fortran: Store OpenMP's 'declare variant' in module file [PR115271])
Tobias Burnus
- [PATCH v2]RISC-V:Add xuantie C908, C910, C920v1 and C920v2 to -mcpu
Yixuan Chen
- [PATCH] aarch64: remove SVE2 requirement from SME and diagnose it as unsupported
Andre Vieira (lists)
- [PATCH 2/2] libstdc++: add constexpr stable_partition
Giuseppe D'Angelo
- [PATCH v3] reassoc: Optimize CMP/XOR expressions [PR116860]
Konstantinos Eleftheriou
- [PATCH v2] reassoc: Optimize CMP/XOR expressions [PR116860]
Konstantinos Eleftheriou
- [PATCH] RISC-V: Minimal support for ssnpm, smnpm and smmpm extensions.
Dongyan Chen
- [PATCH] RISC-V: Minimal support for ssnpm, smnpm and smmpm extensions.
Jeff Law
- [PATCH] RISC-V: Minimal support for ssnpm, smnpm and smmpm extensions.
chendongyan
- [COMMITTED,PATCH] testsuite: s390: Skip gcc.dg/vect/bb-slp-77.c
Stefan Schulze Frielinghaus
- [PATCH v2 0/7] Mips64r6 improvements
Aleksandar Rakic
- [PATCH v2 0/7] Mips64r6 improvements
Aleksandar Rakic
- [PATCH v2 1/7] MIPSR6: Define new R6 FPU instructions
Aleksandar Rakic
- [PATCH v2 2/7] Inefficient scattered complex<float> load with MSA
Aleksandar Rakic
- [PATCH v2 3/7] MIPSR6: Fix ICE occurred in R6 target
Aleksandar Rakic
- [PATCH v2 4/7] Disable ssa-dom-cse-2.c for MIPS lp64
Aleksandar Rakic
- [PATCH v2 5/7] Test float32-basic.c fails with -mabi=64 -EB
Aleksandar Rakic
- [PATCH v2 6/7] Performance degradation for iDCT-4M example
Aleksandar Rakic
- [PATCH v2 7/7] Add EHB after last load if branch within 16 inst.
Aleksandar Rakic
- [PATCH v2 0/1] Improve inlining
Aleksandar Rakic
- [PATCH v2 0/1] Improve inlining
Aleksandar Rakic
- [PATCH v2 1/1] Possible inlining improvements with -Os
Aleksandar Rakic
- [PATCH v2 0/18] Mips target improvements
Aleksandar Rakic
- [PATCH v2 00/18] Mips target improvements
Aleksandar Rakic
- [PATCH v2 01/18] Multilib changes
Aleksandar Rakic
- [PATCH v2 02/18] Hazard barrier return support
Aleksandar Rakic
- [PATCH v2 03/18] Add support for -mclib=[newlib,small,tiny]
Aleksandar Rakic
- [PATCH v2 04/18] Add microMIPS R6 support
Aleksandar Rakic
- [PATCH v2 05/18] Add support for -mdead-loads
Aleksandar Rakic
- [PATCH v2 06/18] Add -msdata-num and -msdata-opt-list support
Aleksandar Rakic
- [PATCH v2 08/18] Add -mfunc-opt-list=<FILE>
Aleksandar Rakic
- [PATCH v2 09/18] Improve inlined memcpy
Aleksandar Rakic
- [PATCH v2 07/18] Add -munique-sections feature
Aleksandar Rakic
- [PATCH v2 10/18] Add -march=interaptiv-mr2 with MIPS16E2
Aleksandar Rakic
- [PATCH v2 11/18] Add -minline-intermix to ignore mips16/nomips16
Aleksandar Rakic
- [PATCH v2 12/18] Load/store bonding improvements
Aleksandar Rakic
- [PATCH v2 13/18] Make rtl if-conversion more common
Aleksandar Rakic
- [PATCH v2 14/18] Test solution on dspmac builtins
Aleksandar Rakic
- [PATCH v2 15/18] Inefficient scattered double precision load in MSA
Aleksandar Rakic
- [PATCH v2 16/18] Inefficient 64-bit signed modulo by powers of two
Aleksandar Rakic
- [PATCH v2 17/18] Implement synthesised conditional xor/or
Aleksandar Rakic
- [PATCH v2 18/18] Check anti-dependence between 0 and 3 for loads
Aleksandar Rakic
- [PATCH v2 0/12] Fix general Mips target bugs
Aleksandar Rakic
- [PATCH v2 00/12] Fix general Mips target bugs
Aleksandar Rakic
- [PATCH v2 01/12] Testsuite: Fix tests properly for compact-branches
Aleksandar Rakic
- [PATCH v2 02/12] Fix unsafe comparison against stack_pointer_rtx
Aleksandar Rakic
- [PATCH v2 03/12] Improve store_by_pieces_p
Aleksandar Rakic
- [PATCH v2 04/12] Testsuite: Use HAS_LDC instead of a specific ISA
Aleksandar Rakic
- [PATCH v2 05/12] Testsuite: Disable the time-profiler-2.c test
Aleksandar Rakic
- [PATCH v2 06/12] Frame barrier fix
Aleksandar Rakic
- [PATCH v2 08/12] Fix MSA SUBREG moves on big-endian targets
Aleksandar Rakic
- [PATCH v2 09/12] Add -mmxu and -mno-mxu driver pass through
Aleksandar Rakic
- [PATCH v2 07/12] Lightweight fix for shrink-wrapping inhibition
Aleksandar Rakic
- [PATCH v2 10/12] Fix register spill issue for soft-float glibc 2.29
Aleksandar Rakic
- [PATCH v2 11/12] fmadd.w should be restricted to mipsr6
Aleksandar Rakic
- [PATCH v2 12/12] Fix pr54240
Aleksandar Rakic
- [PATCH v2 0/10] Improvements for the targets other than mips64r6
Aleksandar Rakic
- [PATCH v2 00/10] Improvements for the targets other than mips64r6
Aleksandar Rakic
- [PATCH v2 01/10] Add -mgrow-frame-downwards
Aleksandar Rakic
- [PATCH v2 02/10] Only split shifts if using -mno-debugd
Aleksandar Rakic
- [PATCH v2 03/10] Testsuite: Modify the gcc.dg/memcpy-4.c test
Aleksandar Rakic
- [PATCH v2 04/10] Add offset shrinking pass (-mshrink-offsets)
Aleksandar Rakic
- [PATCH v2 05/10] P5600: Option -msched-weight added
Aleksandar Rakic
- [PATCH v2 06/10] Testsuite: Fix insn-*.c tests from trunk
Aleksandar Rakic
- [PATCH v2 07/10] Testsuite: Adjust tests to cope with -mips16
Aleksandar Rakic
- [PATCH v2 08/10] Testsuite: Skip tests making calls to variables
Aleksandar Rakic
- [PATCH v2 09/10] Remove redundant moves
Aleksandar Rakic
- [PATCH v2 10/10] nanoMIPS: unnecessary AND following an EXT
Aleksandar Rakic
- [PATCH v2 0/4] Libsanitizer improvements
Aleksandar Rakic
- [PATCH v2 0/4] Libsanitizer improvements
Aleksandar Rakic
- [PATCH v2 1/4] Add shadow-map for n32 ABI
Aleksandar Rakic
- [PATCH v2 2/4] Fix libsanitizer linkage options for cross toolchains
Aleksandar Rakic
- [PATCH v2 3/4] Enable LSAN and TSAN for mips with the 64-bit abi
Aleksandar Rakic
- [PATCH v2 4/4] Add uclibc support
Aleksandar Rakic
- [PATCH v2 0/1] Improve the contrib directory
Aleksandar Rakic
- [PATCH v2 0/1] Improve the contrib directory
Aleksandar Rakic
- [PATCH v2 1/1] Ensure _UNDER_TEST executables are target based
Aleksandar Rakic
- คุณเดือดร้อน เราช่วยคุณได้ ไม่มีโอนก่อนไม่มีมัดจำ
TPL Group
- [PATCH] c, c++: Support musttail attribute even using __attribute__ form [PR116545]
Jason Merrill
- [PATCH 2/1] c++/modules: Handle gnu_inline, again [PR119154]
Jason Merrill
- PowerPC patch ping (Re: [PATCH] target: Adjust gcc.target/powerpc/pr103515.c test [PR117207])
Jakub Jelinek
- [PATCH v2] ISC-V: Support for zilsd and zclsd extensions.
Dongyan Chen
- [PATCH v2] RISC-V: Support for zilsd and zclsd extensions.
Dongyan Chen
- [PATCH] debug/101533 - ICE with variant typedef DIE generation
Jason Merrill
- [PATCH] c++: poor diag w/ non-constexpr dtor called from constexpr ctor
Jason Merrill
- [PATCH v4] libcpp: Fix incorrect line numbers in large files [PR108900]
Jason Merrill
- [PATCH] debug/101533 - ICE with variant typedef DIE generation
Richard Biener
- Bio-IT World Expo 2025 Qualified Contacts
Erin Lewis
- [PATCH] debug/101533 - ICE with variant typedef DIE generation
Jason Merrill
- [committed] libphobos: Add sqlite3 and odbc bindings
Iain Buclaw
- [PATCHSET] Update Rust frontend 17/03/2024 1/4
arthur.cohen@embecosm.com
- [COMMITTED 001/145] gccrs: contrib: Add libgrust to update-copyright.py script
arthur.cohen@embecosm.com
- [COMMITTED 002/145] gccrs: git: Ignore libgrust build folders
arthur.cohen@embecosm.com
- [COMMITTED 003/145] gccrs: Remove redundant macro definition
arthur.cohen@embecosm.com
- [COMMITTED 004/145] gccrs: Removed obsolete objects
arthur.cohen@embecosm.com
- [COMMITTED 005/145] gccrs: borrowck: Polonius dump
arthur.cohen@embecosm.com
- [COMMITTED 006/145] gccrs: borrowck: Build Polonius automatically
arthur.cohen@embecosm.com
- [COMMITTED 007/145] gccrs: borrowck: Link Polonius and run it
arthur.cohen@embecosm.com
- [COMMITTED 008/145] gccrs: borrowck: Polonius error reporting
arthur.cohen@embecosm.com
- [COMMITTED 009/145] gccrs: borrowck: Testsuite
arthur.cohen@embecosm.com
- [COMMITTED 010/145] gccrs: borrowck: Use std::ignore
arthur.cohen@embecosm.com
- [COMMITTED 011/145] gccrs: Remove unnecessary SIDE_EFFECTS/READONLY macros
arthur.cohen@embecosm.com
- [COMMITTED 012/145] gccrs: Change singleton returned type to a reference
arthur.cohen@embecosm.com
- [COMMITTED 013/145] gccrs: Remove unused Context parameter for some backend methods
arthur.cohen@embecosm.com
- [COMMITTED 014/145] gccrs: Handle structs as scrutinee for match expressions
arthur.cohen@embecosm.com
- [COMMITTED 015/145] gccrs: Add testcases for handling struct as scrutinee for match expr
arthur.cohen@embecosm.com
- [COMMITTED 016/145] gccrs: Improve matching on non-enum ADTs
arthur.cohen@embecosm.com
- [COMMITTED 017/145] gccrs: Visit constant items without expressions properly
arthur.cohen@embecosm.com
- [COMMITTED 018/145] gccrs: Change lookup_node_to_hir return type to optional
arthur.cohen@embecosm.com
- [COMMITTED 019/145] gccrs: Change lookup_hir_to_node return type to optional
arthur.cohen@embecosm.com
- [COMMITTED 020/145] gccrs: Change return type of resolve_nodeid_to_stmt
arthur.cohen@embecosm.com
- [COMMITTED 021/145] gccrs: Change return type for lookup_hir_item to optional
arthur.cohen@embecosm.com
- [COMMITTED 022/145] gccrs: Change return type of lookup_hir_trait_item
arthur.cohen@embecosm.com
- [COMMITTED 023/145] gccrs: Change return type of lookup_hir_extern_block
arthur.cohen@embecosm.com
- [COMMITTED 024/145] gccrs: Change return type for lookup_hir_impl_block
arthur.cohen@embecosm.com
- [COMMITTED 025/145] gccrs: Change return type of lookup_impl_block_type
arthur.cohen@embecosm.com
- [COMMITTED 026/145] gccrs: Change return type of lookup_crate_name
arthur.cohen@embecosm.com
- [COMMITTED 027/145] gccrs: Change crate_num_to_nodeid return type
arthur.cohen@embecosm.com
- [COMMITTED 028/145] gccrs: Change crate name retrieval function return types
arthur.cohen@embecosm.com
- [COMMITTED 029/145] gccrs: Change return type of lookup_defid
arthur.cohen@embecosm.com
- [COMMITTED 030/145] gccrs: Change lookup_local_defid return type to optional
arthur.cohen@embecosm.com
- [COMMITTED 031/145] gccrs: Change return type of lookup trait defid functions.
arthur.cohen@embecosm.com
- [COMMITTED 032/145] gccrs: Change lookup_hir_extern_item return type
arthur.cohen@embecosm.com
- [COMMITTED 033/145] gccrs: Change lookup_module function return type
arthur.cohen@embecosm.com
- [COMMITTED 034/145] gccrs: Change return type to optional in get_lang_item
arthur.cohen@embecosm.com
- [COMMITTED 035/145] gccrs: Change lookup_hir_implitem return type
arthur.cohen@embecosm.com
- [COMMITTED 036/145] gccrs: Change lookup_hir_expr return type to optional
arthur.cohen@embecosm.com
- [COMMITTED 037/145] gccrs: Change lookup_hir_path_expr_seg return type
arthur.cohen@embecosm.com
- [COMMITTED 038/145] gccrs: Change lookup_hir_generic_param return type
arthur.cohen@embecosm.com
- [COMMITTED 039/145] gccrs: Change lookup_hir_type return type with an optional
arthur.cohen@embecosm.com
- [COMMITTED 040/145] gccrs: Change lookup_hir_smt's return type with optional
arthur.cohen@embecosm.com
- [COMMITTED 041/145] gccrs: Change lookup_hir_param return type with optional
arthur.cohen@embecosm.com
- [COMMITTED 042/145] gccrs: Change lookup_hir_self_param return type
arthur.cohen@embecosm.com
- [COMMITTED 043/145] gccrs: Change lookup_hir_struct_field return type
arthur.cohen@embecosm.com
- [COMMITTED 044/145] gccrs: Change lookup_hir_pattern return type
arthur.cohen@embecosm.com
- [COMMITTED 045/145] gccrs: Change lookup_canonical_path's return path
arthur.cohen@embecosm.com
- [COMMITTED 046/145] gccrs: Change lookup_macro_def return type
arthur.cohen@embecosm.com
- [COMMITTED 047/145] gccrs: Change lookup_macro_invocation's return type
arthur.cohen@embecosm.com
- [COMMITTED 048/145] gccrs: Change lookup_visibility's return type
arthur.cohen@embecosm.com
- [COMMITTED 049/145] gccrs: Change lookup_ast_item's return type
arthur.cohen@embecosm.com
- [COMMITTED 050/145] gccrs: mingw: Fix build with patch from Liu Hao
arthur.cohen@embecosm.com
- [COMMITTED 051/145] gccrs: Remove useless cstddef header from rust-fmt
arthur.cohen@embecosm.com
- [COMMITTED 052/145] gccrs: Add call and method call default visitors
arthur.cohen@embecosm.com
- [COMMITTED 053/145] gccrs: Add system include to `gcc/rust/rust-system.h`
arthur.cohen@embecosm.com
- [COMMITTED 054/145] gccrs: Make gccrs recognize negative_impls
arthur.cohen@embecosm.com
- [COMMITTED 055/145] gccrs: Corrected access specifiers
arthur.cohen@embecosm.com
- [COMMITTED 056/145] gccrs: Allow rustc_const_stable and rustc_const_unstable
arthur.cohen@embecosm.com
- [COMMITTED 057/145] gccrs: Improve handling of ConstantItem during name resolution 2.0
arthur.cohen@embecosm.com
- [COMMITTED 058/145] gccrs: Parse box expressions
arthur.cohen@embecosm.com
- [COMMITTED 059/145] gccrs: Add feature gate for box syntax
arthur.cohen@embecosm.com
- [COMMITTED 060/145] gccrs: Add new test for box syntax
arthur.cohen@embecosm.com
- [COMMITTED 061/145] gccrs: Fix generic parameter parsing
arthur.cohen@embecosm.com
- [COMMITTED 062/145] gccrs: Allow multiple outer attributes on generic params
arthur.cohen@embecosm.com
- [COMMITTED 063/145] gccrs: Add dropck_eyepatch feature gate for may_dangle
arthur.cohen@embecosm.com
- [COMMITTED 064/145] gccrs: Add two new tests related to may_dangle attribute
arthur.cohen@embecosm.com
- [COMMITTED 065/145] gccrs: Add outer attributes to struct expr fields
arthur.cohen@embecosm.com
- [COMMITTED 066/145] gccrs: Add a new regression test over struct expr field
arthur.cohen@embecosm.com
- [COMMITTED 067/145] gccrs: Parse raw ref operator
arthur.cohen@embecosm.com
- [COMMITTED 068/145] gccrs: Prevent raw reference from being lowered silently
arthur.cohen@embecosm.com
- [COMMITTED 069/145] gccrs: Add raw_ref_op feature gate
arthur.cohen@embecosm.com
- [COMMITTED 070/145] gccrs: Add some test for raw_ref_op to prevent regressions
arthur.cohen@embecosm.com
- [COMMITTED 071/145] gccrs: Parse exclusive range pattern
arthur.cohen@embecosm.com
- [COMMITTED 072/145] gccrs: Add exclusive_range_pattern feature gate
arthur.cohen@embecosm.com
- [COMMITTED 073/145] gccrs: Add regression tests for exclusive range pattern
arthur.cohen@embecosm.com
- [COMMITTED 074/145] gccrs: Almost done with top level parsing
arthur.cohen@embecosm.com
- [COMMITTED 075/145] gccrs: Working on parseAsmArg
arthur.cohen@embecosm.com
- [COMMITTED 076/145] gccrs: Introduce first implementation of parse_clobber_abi
arthur.cohen@embecosm.com
- [COMMITTED 077/145] gccrs: Working on parse_options for a bit more
arthur.cohen@embecosm.com
- [COMMITTED 078/145] gccrs: Fix clobber_api brackets
arthur.cohen@embecosm.com
- [COMMITTED 079/145] gccrs: First draft of parse_option finished
arthur.cohen@embecosm.com
- [COMMITTED 080/145] gccrs: Introduced is_global_asm to InlineAsm AST
arthur.cohen@embecosm.com
- [COMMITTED 081/145] gccrs: Make InlineAsm non-abstract for usage in parsing.
arthur.cohen@embecosm.com
- [COMMITTED 082/145] gccrs: Replace scaffolded InlineAsm with real InlineAsm.
arthur.cohen@embecosm.com
- [COMMITTED 083/145] gccrs: Add a simple no-op test for asm!
arthur.cohen@embecosm.com
- [COMMITTED 084/145] gccrs: Top level parsing test for asm!
arthur.cohen@embecosm.com
- [COMMITTED 085/145] gccrs: Add tests parsing with trailing commas inline asm
arthur.cohen@embecosm.com
- [COMMITTED 086/145] gccrs: Added faulty tests for inline asm cloberring
arthur.cohen@embecosm.com
- [COMMITTED 087/145] gccrs: Implemented parse_clobber_abi to pass new tests
arthur.cohen@embecosm.com
- [COMMITTED 088/145] gccrs: Parsing of options(...) done.
arthur.cohen@embecosm.com
- [COMMITTED 089/145] gccrs: Wraps inline_asm tests in unsafe {}
arthur.cohen@embecosm.com
- [COMMITTED 090/145] gccrs: Add checks for duplicate options in inline asm
arthur.cohen@embecosm.com
- [COMMITTED 091/145] gccrs: Resolve static decl warning
arthur.cohen@embecosm.com
- [COMMITTED 092/145] gccrs: Scaffolding parse_reg
arthur.cohen@embecosm.com
- [COMMITTED 093/145] gccrs: Rename InlineAsmOptions to InlineAsmOption
arthur.cohen@embecosm.com
- [COMMITTED 094/145] gccrs: Safegaurd InlineAsm's clone_expr_...
arthur.cohen@embecosm.com
- [COMMITTED 095/145] gccrs: Remove global_asm and non_global_asm handler
arthur.cohen@embecosm.com
- [COMMITTED 096/145] gccrs: Big Refactor after meeting
arthur.cohen@embecosm.com
- [COMMITTED 097/145] gccrs: Renamed parseAsmArg to conform to other function names
arthur.cohen@embecosm.com
- [COMMITTED 098/145] gccrs: Working towards parse_reg and parse_reg_operand
arthur.cohen@embecosm.com
- [COMMITTED 099/145] gccrs: Got AST::Fragment to be created from InlineAsm
arthur.cohen@embecosm.com
- [COMMITTED 100/145] gccrs: Refactoring for inline asm pr
arthur.cohen@embecosm.com
- [COMMITTED 101/145] gccrs: Slim down the test cases
arthur.cohen@embecosm.com
- [COMMITTED 102/145] gccrs: Add support for AST to HIR inline asm translation
arthur.cohen@embecosm.com
- [COMMITTED 103/145] gccrs: Partial unsafe support for inline asm
arthur.cohen@embecosm.com
- [COMMITTED 104/145] gccrs: Fix warnings
arthur.cohen@embecosm.com
- [COMMITTED 105/145] gccrs: Scaffolding ast visitor for InlineAsm
arthur.cohen@embecosm.com
- [COMMITTED 106/145] gccrs: Scaffolding HIRFullVisitor for inline asm
arthur.cohen@embecosm.com
- [COMMITTED 107/145] gccrs: Successful parse of in and inout, albeit with str
arthur.cohen@embecosm.com
- [COMMITTED 108/145] gccrs: Add potentially_nonpromoted_keywords set str
arthur.cohen@embecosm.com
- [COMMITTED 109/145] gccrs: Fix visitor-related warnings
arthur.cohen@embecosm.com
- [COMMITTED 110/145] gccrs: Refactoring and supporting more parse_reg_operand
arthur.cohen@embecosm.com
- [COMMITTED 111/145] gccrs: Partial support for operand
arthur.cohen@embecosm.com
- [COMMITTED 112/145] gccrs: Scaffolding validation of asm!
arthur.cohen@embecosm.com
- [COMMITTED 113/145] gccrs: Update parser to parse strings in the first stage
arthur.cohen@embecosm.com
- [COMMITTED 114/145] gccrs: Move parser and last_token_id to InlineAsmCtx
arthur.cohen@embecosm.com
- [COMMITTED 115/145] gccrs: Expected first layer done
arthur.cohen@embecosm.com
- [COMMITTED 116/145] gccrs: Partial second layer of expected in parsing asm
arthur.cohen@embecosm.com
- [COMMITTED 117/145] gccrs: Fix optional trait parsing
arthur.cohen@embecosm.com
- [COMMITTED 118/145] gccrs: expand: Keep track of semicoloned builtin macros
arthur.cohen@embecosm.com
- [COMMITTED 119/145] gccrs: expand: Switch semicolon boolean to an enum instead.
arthur.cohen@embecosm.com
- [COMMITTED 120/145] gccrs: Add test case for using asm! outside of unsafe {}
arthur.cohen@embecosm.com
- [COMMITTED 121/145] gccrs: Added ExprType::InlineAsm
arthur.cohen@embecosm.com
- [COMMITTED 122/145] gccrs: Add RAW_STRING_LITERAL
arthur.cohen@embecosm.com
- [COMMITTED 123/145] gccrs: Finish incorporating expected of parse_reg_operand
arthur.cohen@embecosm.com
- [COMMITTED 124/145] gccrs: Finish expected parse_reg_operand
arthur.cohen@embecosm.com
- [COMMITTED 125/145] gccrs: Scaffold expected on parse_options and asm_arg
arthur.cohen@embecosm.com
- [COMMITTED 126/145] gccrs: Added tl::expected to parse_operand
arthur.cohen@embecosm.com
- [COMMITTED 127/145] gccrs: Added a test that is expected to fail
arthur.cohen@embecosm.com
- [COMMITTED 128/145] gccrs: Add WARN_UNUSED_RESULT parse error
arthur.cohen@embecosm.com
- [COMMITTED 129/145] gccrs: Addresses warning, put warn unused in right place
arthur.cohen@embecosm.com
- [COMMITTED 130/145] gccrs: Clean up monadic operations on expected<>
arthur.cohen@embecosm.com
- [COMMITTED 131/145] gccrs: Store parse result of parse_format_string(s)
arthur.cohen@embecosm.com
- [COMMITTED 132/145] gccrs: Safe-guard InlineAsm structs
arthur.cohen@embecosm.com
- [COMMITTED 133/145] gccrs: [gccrs#3051] Remove unnecessary #include from rust-expr.h
arthur.cohen@embecosm.com
- [COMMITTED 134/145] rust: fix HIR dump for MatchExpr
arthur.cohen@embecosm.com
- [COMMITTED 135/145] gccrs: Added FFIVector to get Polonius output on C++ side
arthur.cohen@embecosm.com
- [COMMITTED 136/145] gccrs: Fix nightly rustc warnings
arthur.cohen@embecosm.com
- [COMMITTED 137/145] gccrs: Introduce new class to handle borrow errors
arthur.cohen@embecosm.com
- [COMMITTED 138/145] gccrs: Improve error messages for operator expressions
arthur.cohen@embecosm.com
- [COMMITTED 139/145] gccrs: Update pattern with \r* for dg-output tests
arthur.cohen@embecosm.com
- [COMMITTED 140/145] gccrs: [gccrs#3046] ICE on failing to find enum variant
arthur.cohen@embecosm.com
- [COMMITTED 141/145] gccrs: Change assertion of constructor
arthur.cohen@embecosm.com
- [COMMITTED 142/145] gccrs: Added options for ParseMode
arthur.cohen@embecosm.com
- [COMMITTED 143/145] gccrs: Fix ffi and enum conventions
arthur.cohen@embecosm.com
- [COMMITTED 144/145] gccrs: [gccrs#2987] Patch ICE when deriving Clone and Copy
arthur.cohen@embecosm.com
- [COMMITTED 145/145] gccrs: [E0576] Associated `item` not found in given `type`
arthur.cohen@embecosm.com
- [PATCH] testsuite: update early-break tests for non-load-lanes targets [PR119286]
Tamar Christina
- [committed] testsuite: Add -gno-strict-dwarf option to dwarf2 inline[26].c tests
John David Anglin
- [PATCH] c++: Perform immediate invocation evaluation separately from cp_fold_r [PR118068]
Jakub Jelinek
- [COMMITTED] doc: Regenerate common.opt.urls
Michal Jires
- [PATCH] libstdc++: Add P1206R7 from_range members to unordered sets [PR111055]
Tomasz Kamiński
- New template for 'cpplib' made available
Translation Project Robot
- [PATCH] cobol: Eighteen new testcases to cobol.dg/group1.
Robert Dubner
- [PATCH 0/2] Add ldirname to libiberty and make cobol to use it
Jose E. Marchesi
- [PATCH 1/2] libiberty: add ldirname function
Jose E. Marchesi
- [PATCH 2/2] cobol: use ldirname in cdf-copy.cc
Jose E. Marchesi
- [PATCH] Populate -original dump for Cobol
Robert Dubner
- [PATCH] cobol: Eighteen new testcases to cobol.dg/group1.
Jakub Jelinek
- New Ukrainian PO file for 'cpplib' (version 15.1-b20250316)
Translation Project Robot
- Contents of PO file 'cpplib-15.1-b20250316.uk.po'
Translation Project Robot
- New template for 'gcc' made available
Translation Project Robot
- cobol: flags for choosing reference-format (Re: [PATCH]cobol: create new gcc/testsuite/cobol.dg/group1/check_88.cob test)
James K. Lowden
- [RISC-V] Fix unreported code quality regression with single bit manipulations
Jeff Law
- [PATCH] c, c++, v4: Support musttail attribute even using __attribute__ form [PR116545]
Jakub Jelinek
- [PATCH] cobol: Eliminate CPPFLAGS assignment from Make-lang.in [PR119213].
Robert Dubner
- cobol: flags for choosing reference-format
Simon Sobisch
- New Romanian PO file for 'cpplib' (version 15.1-b20250316)
Translation Project Robot
- Contents of PO file 'cpplib-15.1-b20250316.ro.po'
Translation Project Robot
- [PATCH] c++: ICE when substituting packs into type aliases [PR118104]
Marek Polacek
- rs6000: Add -msplit-patch-nops (PR112980)
Michael Matz
- [PATCH v2] libstdc++: Add P1206R7 from_range members to ordered sets [PR111055]
François Dumont
- [PATCH v2] libstdc++: Add P1206R7 from_range members to ordered sets [PR111055]
Jonathan Wakely
- [pushed][PR119285][IRA]: Use an additional way of reg equiv invariant substitution correctness
Vladimir Makarov
- [PATCH] cobol: Eliminate CPPFLAGS assignment from Make-lang.in [PR119213].
Iain Sandoe
- [PATCH] cobol: Eliminate CPPFLAGS assignment from Make-lang.in [PR119213].
Jakub Jelinek
- [PATCH] cobol: Eliminate CPPFLAGS assignment from Make-lang.in [PR119213].
Robert Dubner
- [PATCH] gimple: sccopy: Prune removed statements from SCCs [PR117919]
Mikael Morin
- [PATCH] cobol: Eliminate CPPFLAGS assignment from Make-lang.in [PR119213].
Jakub Jelinek
- [PATCH] cobol: Eliminate CPPFLAGS assignment from Make-lang.in [PR119213].
Andreas Schwab
- [COMMITTED] libgcobol: Remove unused headers from shared sources.
Robert Dubner
- [PATCH] cobol: Eliminate CPPFLAGS assignment from Make-lang.in [PR119213].
Jakub Jelinek
- [PATCH] cobol: Eliminate CPPFLAGS assignment from Make-lang.in [PR119213].
Robert Dubner
- [COMMITTED] cobol: Eliminate CPPFLAGS assignment from Make-lang.in
Robert Dubner
- [PATCH] c++: memfn pointer as NTTP argument considered unused [PR119233]
Patrick Palka
- [PATCH] COBOL v3: 3/14 80K bld: config and build machinery
Robert Dubner
- [PATCH] COBOL v3: 3/14 80K bld: config and build machinery
Robert Dubner
- [PATCH] Fortran: check type-spec in ALLOCATE of dummy with assumed length [PR119338]
Harald Anlauf
- [PATCH] cobol: Eighteen new testcases to cobol.dg/group1.
Robert Dubner
- [PATCH] gcc.dg/pr90838-2.c: Replace long with long long
H.J. Lu
- [PATCH] gcc.dg/pr90838-2.c: Replace long with long long
Jakub Jelinek
- [PATCH 1/4] rust: Use REAL_TYPE_P instead of manual checking
Andrew Pinski
- [PATCH 2/4] rust: Use error_operand_p in rust-gcc.cc
Andrew Pinski
- [PATCH 3/4] rust: use range for inside rust-gcc.cc [PR119341]
Andrew Pinski
- [PATCH 4/4] rust: Add comment inside block [PR119342]
Andrew Pinski
- [PATCH 1/4] rust: Use REAL_TYPE_P instead of manual checking
Andrew Pinski
- [PATCH 2/4] rust: Use error_operand_p in rust-gcc.cc
Andrew Pinski
- [PATCH 3/4] rust: use range for inside rust-gcc.cc [PR119341]
Andrew Pinski
- [PATCH 4/4] rust: Add comment inside block [PR119342]
Andrew Pinski
- [PATCH] SCC-Copy: Add More Debug dumps
Andrew Pinski
- [PATCH] c++: fix reporting routines re-entered [PR119303]
Marek Polacek
- [PATCH] Fortran: check type-spec in ALLOCATE of dummy with assumed length [PR119338]
Jerry D
- [PATCH] c: Fix ICE in error recovery when checking struct compatibility [PR118061]
Joseph Myers
- [PATCH] c: Fix bug in typedef redefinitions of tagged types [PR118765]
Joseph Myers
- [PATCH] c: Fix tagname confusion for typedef redefinitions [PR118765]
Joseph Myers
- [PATCH] cobol: Do not include C++ headers after system.h.
Iain Sandoe
- [RISC-V] Fix another unreported code quality regression
Jeff Law
- [Pushed] Fix r15-8073 (Pass -macos_version_min to the linker)
Andrew Pinski
- [PATCH] cobol: Fifteen new cobol.dg testscases.
Robert Dubner
- [PATCH] cobol: Do not include C++ headers after system.h.
Robert Dubner
- [PATCH] c++: ICE when substituting packs into type aliases [PR118104]
Patrick Palka
- Patch about Bug 119222 - Conversion of inf to integer is not diagnosed [Classifier] a single patch [Tags] conversion warning ;c++; inf to integer [Brief Summary ]Add a judgement in the RDIV_EXPR case
Gwen Fu
- [PATCH] cobol: Fifteen new cobol.dg testscases.
Simon Sobisch
- [PATCH v4 0/3] [AArch64, OpenMP] Support SVE types with various OpenMP clauses and constructs
Tejas Belagod
- [PATCH v4 1/3] gomp: Various fixes for SVE types [PR101018]
Tejas Belagod
- [PATCH v4 2/3] Add function to strip pointer type and get down to the actual pointee type.
Tejas Belagod
- [PATCH v4 3/3] AArch64: Diagnose OpenMP offloading when SVE types involved.
Tejas Belagod
- [PATCH v3 3/3] AArch64: Diagnose OpenMP offloading when SVE types involved.
Tejas Belagod
- New French PO file for 'cpplib' (version 15.1-b20250316)
Translation Project Robot
- Contents of PO file 'cpplib-15.1-b20250316.fr.po'
Translation Project Robot
- [PATCH 2/2] cobol: use ldirname in cdf-copy.cc
Richard Biener
- [PATCH] c: Fix tagname confusion for typedef redefinitions [PR118765]
Martin Uecker
- [PATCH] SCC-Copy: Add More Debug dumps
Richard Biener
- [PATCH] c, c++, v5: Support musttail attribute even using __attribute__ form [PR116545]
Jakub Jelinek
- [PATCH] c: Fix handling of [[gnu::musttail] return in if and else bodies [PR119311]
Jakub Jelinek
- [PATCH v2] libstdc++: Add P1206R7 from_range members to ordered sets [PR111055]
Tomasz Kaminski
- New Swedish PO file for 'cpplib' (version 15.1-b20250316)
Translation Project Robot
- Contents of PO file 'cpplib-15.1-b20250316.sv.po'
Translation Project Robot
- [PATCH] i386: Remove XFAIL for pr103750 testcases
Hongtao Liu
- [Pushed] Fix r15-8073 (Pass -macos_version_min to the linker)
Iain Sandoe
- [PATCH] COBOL v3: 3/14 80K bld: config and build machinery
Andreas Schwab
- [PATCH] lra: Handle SUBREG in lra_rtx_hash [PR119307]
Jakub Jelinek
- [PATCH 2/2] cobol: use ldirname in cdf-copy.cc
Jose E. Marchesi
- [PATCH] testsuite: update early-break tests for non-load-lanes targets [PR119286]
Richard Biener
- Patch about Bug 119222 - Conversion of inf to integer is not diagnosed [Classifier] a single patch [Tags] conversion warning ;c++; inf to integer [Brief Summary ]Add a judgement in the RDIV_EXPR case
Jonathan Wakely
- [PATCH] libstdc++: Add P1206R7 from_range members to unordered maps [PR111055]
Tomasz Kamiński
- [PATCH] gcc, cobol: Check for get_current_dir_name [PR119301]
Iain Sandoe
- [PATCH v2] libstdc++: Add P1206R7 from_range members to ordered maps [PR111055]
Jonathan Wakely
- [patch] build and install gcobol driver for the cross build
Matthias Klose
- No subject
Iain Sandoe
- [PATCH] cobol: Avoid a use of auto. (was empty subject)
Iain Sandoe
- [PATCH v2] libstdc++: Add P1206R7 from_range members to ordered maps [PR111055]
Tomasz Kaminski
- [PATCH v2] libstdc++: Add P1206R7 from_range members to ordered sets [PR111055]
Jonathan Wakely
- [PATCH v3] libstdc++: Add P1206R7 from_range members to ordered maps [PR111055]
Tomasz Kamiński
- [PATCH] testsuite: update early-break tests for non-load-lanes targets [PR119286]
Tamar Christina
- [PATCH] gcc, cobol: Check for get_current_dir_name [PR119301]
Richard Biener
- [PATCH v2] libstdc++: Add P1206R7 from_range members to ordered maps [PR111055]
Jonathan Wakely
- [PATCH v2] libstdc++: Add P1206R7 from_range members to ordered sets [PR111055]
Tomasz Kaminski
- [patch] build and install gcobol driver for the cross build
Richard Biener
- No subject
Richard Biener
- [PATCH] testsuite: update early-break tests for non-load-lanes targets [PR119286]
Richard Biener
- [PATCH] gcc, cobol: Check for get_current_dir_name [PR119301]
Iain Sandoe
- [PATCH] gcc, cobol: Check for get_current_dir_name [PR119301]
Richard Biener
- [PATCH] gcc, cobol: Check for get_current_dir_name [PR119301]
Iain Sandoe
- [PATCH v2] libstdc++: Add P1206R7 from_range members to ordered sets [PR111055]
Jonathan Wakely
- [PATCH v3] libstdc++: Add P1206R7 from_range members to ordered sets [PR111055]
Tomasz Kamiński
- [PATCH v4] libstdc++: Add P1206R7 from_range members to ordered sets [PR111055]
Tomasz Kamiński
- [PATCH v2] c++: ICE when substituting packs into type aliases [PR118104]
Marek Polacek
- [PATCH] lra: Handle SUBREG in lra_rtx_hash [PR119307]
Vladimir Makarov
- [PATCH v4] libstdc++: Add P1206R7 from_range members to ordered sets [PR111055]
Jonathan Wakely
- [PATCH v2]RISC-V:Add xuantie C908, C910, C920v1 and C920v2 to -mcpu
Jeff Law
- [PATCH] libstdc++: Add P1206R7 from_range members to unordered sets [PR111055]
Jonathan Wakely
- [PATCH] libstdc++: Add P1206R7 from_range members to unordered sets [PR111055]
Jonathan Wakely
- [PATCH] libstdc++: Add P1206R7 from_range members to unordered sets [PR111055]
Jonathan Wakely
- [PATCH] libstdc++: Add P1206R7 from_range members to unordered maps [PR111055]
Jonathan Wakely
- [PATCH v2] RISC-V: Fix wrong LMUL when only implict zve32f.
Kito Cheng
- [PATCH] testsuite: Add support for dg-output-file directive
Jakub Jelinek
- [PATCH] OpenMP: 'interop' construct - add ME support + target-independent libgomp
Paul-Antoine Arras
- [PATCH] testsuite: Add support for dg-output-file directive
Richard Biener
- [PATCH] gcc, cobol: Check for get_current_dir_name [PR119301]
Jose E. Marchesi
- [PATCH] cobol: Fifteen new cobol.dg testscases.
Robert Dubner
- [PATCH] c, c++, v5: Support musttail attribute even using __attribute__ form [PR116545]
Jason Merrill
- [PATCH] c++: memfn pointer as NTTP argument considered unused [PR119233]
Jason Merrill
- [PATCH] cobol: Bring the code base into compliance with C++14
Robert Dubner
- [PATCH 1/2] arc: Add commutative multiplication patterns.
Luis Silva
- [PATCH 2/2] arc: Use intrinsics for __builtin_mul_overflow ()
Luis Silva
- [PATCH] arc: testsuite: Scan "rlc" instead of "mov.hs".
Luis Silva
- [PATCH] c++: Perform immediate invocation evaluation separately from cp_fold_r [PR118068]
Jason Merrill
- [PATCH] libstdc++: Cast difference_type for insert_range unordered non-unique containers [PR119358]
Tomasz Kamiński
- [PATCH] libstdc++: Cast difference_type for insert_range unordered non-unique containers [PR119358]
Jonathan Wakely
- [PATCH] c++: Perform immediate invocation evaluation separately from cp_fold_r [PR118068]
Jakub Jelinek
- [PATCH v2] gcc, cobol: Check for get_current_dir_name [PR119301]
Iain Sandoe
- [PATCH] cobol: Remove dead code from the driver.
Iain Sandoe
- [PATCH v2] libstdc++: Cast difference_type for insert_range unordered non-unique containers [PR119358]
Tomasz Kamiński
- [PATCH v2] gcc, cobol: Check for get_current_dir_name [PR119301]
Richard Biener
- [PATCH] cobol: Remove dead code from the driver.
Richard Biener
- [PATCH] c: Fix tagname confusion for typedef redefinitions [PR118765]
Joseph Myers
- [PATCH] c, c++, v5: Support musttail attribute even using __attribute__ form [PR116545]
Joseph Myers
- [PATCH] c: Fix handling of [[gnu::musttail] return in if and else bodies [PR119311]
Joseph Myers
- [committed] d: Update the copyright years of dmd sources to 2025
Iain Buclaw
- [committed] d: Add missing Declaration bitfield setters/getters
Iain Buclaw
- [PATCH] Fortran: check type-spec in ALLOCATE of dummy with assumed length [PR119338]
Harald Anlauf
- [committed] libphobos: Merge changes in upstream druntime testsuite
Iain Buclaw
- [PATCH] c++: ICE with ptr-to-member-fn [PR119344]
Marek Polacek
- [COMMITTED 2/2] rust: force cargo to build offline
arthur.cohen@embecosm.com
- [committed] libphobos: Avoid setting union members in std.json, set the whole union instead
Iain Buclaw
- [committed] libphobos: Fix std.getopt doesn't accept const(string)[] anymore
Iain Buclaw
- [COMMITTED 1/2] gccrs: polonius: Vendor Rust dependencies
arthur.cohen@embecosm.com
- [PATCH 1/2] cobol: Fix use of std::remove_if
Jonathan Wakely
- [PATCH 2/2] cobol: Fix incorrect use of std::remove_if
Jonathan Wakely
- [PATCH] c++: ICE with ptr-to-member-fn [PR119344]
Patrick Palka
- [PATCH] c++: ICE with ptr-to-member-fn [PR119344]
Marek Polacek
- [PATCH] c++: Perform immediate invocation evaluation separately from cp_fold_r [PR118068]
Jason Merrill
- [PATCH v2] c++: ICE when substituting packs into type aliases [PR118104]
Jason Merrill
- [PATCH] c++: ICE with ptr-to-member-fn [PR119344]
Jason Merrill
- [pushed] c++: constexpr ref template arg [PR119194]
Jason Merrill
- [PATCH v2] c++: ICE with ptr-to-member-fn [PR119344]
Marek Polacek
- [patch,avr,applied] Fix PR119533 ICE in avr-fuse-move.
Georg-Johann Lay
- [PATCH] OpenMP: 'interop' construct - add ME support + target-independent libgomp
Sandra Loosemore
- [PATCH 1/5] cobol: Use std::end(arr) instead of arr + COUNT_OF(arr)
Jonathan Wakely
- [PATCH 2/5] cobol: Use range-based 'for' loops to iterate over arrays
Jonathan Wakely
- [PATCH 3/5] cobol: Replace remaining uses of COUNT_OF
Jonathan Wakely
- [PATCH 4/5] libgcobol: Simplify initialization of cbl_declarative_t
Jonathan Wakely
- [PATCH 5/5] libgcobol: Remove remaining uses of COUNT_OF macro
Jonathan Wakely
- [PATCH] libgcobol: Simplify assignment operator by defaulting it
Jonathan Wakely
- [PATCH] libgcobol: Fix uses of tolower and toupper with std::transform
Jonathan Wakely
- [PATCH] libgcobol: Use auto for container iterator types
Jonathan Wakely
- [Fortran, Patch, PR119272, v1] Fix handling of class' component call in associate
Harald Anlauf
- [PATCH] Use ix86_fp_comparison_operator in cbranchbf4 to avoid ICE.
liuhongt
- [PATCH] LoongArch: Add ABI names for FPR
Lulu Cheng
- [PATCH 00/27] Use avx10.x as the only option for AVX10 with 512 bit vector support while remove avx10.x-256/512 option and 256 bit rounding support
Haochen Jiang
- [PATCH 01/27] i386: Remove 256 bit rounding for AVX10.2 minmax and convert instructions
Haochen Jiang
- [PATCH 02/27] i386: Remove 256 bit rounding for AVX10.2 saturation convert instructions
Haochen Jiang
- [PATCH 03/27] Revert "AVX10.2 ymm rounding: Support vsqrtp{s, d, h} and vsubp{s, d, h} intrins"
Haochen Jiang
- [PATCH 04/27] Revert "AVX10.2 ymm rounding: Support vscalefp{s, d, h} intrins"
Haochen Jiang
- [PATCH 05/27] Revert "AVX10.2 ymm rounding: Support vreducep{s, d, h} and vrndscalep{s, d, h} intrins"
Haochen Jiang
- [PATCH 06/27] Revert "AVX10.2 ymm rounding: Support vmulp{s, d, h} and vrangep{s, d} intrins"
Haochen Jiang
- [PATCH 07/27] Revert "AVX10.2 ymm rounding: Support v{max, min}p{s, d, h} intrins"
Haochen Jiang
- [PATCH 08/27] Revert "AVX10.2 ymm rounding: Support vgetexpp{s, d, h} and vgetmantp{s, d, h} intrins"
Haochen Jiang
- [PATCH 09/27] Revert "AVX10.2 ymm rounding: Support vfnmsub{132, 231, 213}p{s, d, h} intrins"
Haochen Jiang
- [PATCH 10/27] Revert "AVX10.2 ymm rounding: Support vfmulcph and vfnmadd{132, 231, 213}p{s, d, h} intrins"
Haochen Jiang
- [PATCH 11/27] Revert "AVX10.2 ymm rounding: Support vfm{sub, subadd}{132, 231, 213}p{s, d, h} intrins"
Haochen Jiang
- [PATCH 12/27] Revert "AVX10.2 ymm rounding: Support vfmaddcph and vfmaddsub{132, 231, 213}p{s, d, h} intrins"
Haochen Jiang
- [PATCH 13/27] Revert "AVX10.2 ymm rounding: Support vfmadd{132, 231, 213}p{s, d, h} intrins"
Haochen Jiang
- [PATCH 14/27] Revert "AVX10.2 ymm rounding: Support vfc{madd, mul}cph, vfixupimmp{s, d} intrins"
Haochen Jiang
- [PATCH 15/27] Revert "AVX10.2 ymm rounding: Support vcvt{, u}w2ph and vdivp{s, d, h} intrins"
Haochen Jiang
- [PATCH 16/27] Revert "AVX10.2 ymm rounding: Support vcvttps2{, u}{dq, qq} and vcvtu{dq, qq}2p{s, d, h} intrins"
Haochen Jiang
- [PATCH 17/27] Revert "AVX10.2 ymm rounding: Support vcvttph2{, u}{dq, qq, w} intrins"
Haochen Jiang
- [PATCH 18/27] Revert "AVX10.2 ymm rounding: Support vcvtqq2p{s, d, h} and vcvttpd2{, u}{dq, qq} intrins"
Haochen Jiang
- [PATCH 19/27] Revert "AVX10.2 ymm rounding: Support vcvtps2{, u}{dq, qq} intrins"
Haochen Jiang
- [PATCH 20/27] Revert "AVX10.2 ymm rounding: Support vcvtph2{, u}w and vcvtps2p{d, hx} intrins"
Haochen Jiang
- [PATCH 21/27] Revert "AVX10.2 ymm rounding: Support vcvtph2p{s, d, sx} and vcvtph2{, u}{dq, qq} intrins"
Haochen Jiang
- [PATCH 22/27] Revert "AVX10.2 ymm rounding: Support vcvtpd2{, u}{dq, qq} intrins"
Haochen Jiang
- [PATCH 23/27] Revert "AVX10.2 ymm rounding: Support vcvtdq2p{s, h} and vcvtpd2p{s, h} intrins"
Haochen Jiang
- [PATCH 24/27] Revert "AVX10.2 ymm rounding: Support vadd{s, d, h} and vcmp{s, d, h} intrins"
Haochen Jiang
- [PATCH 25/27] i386: Adjust AVX10.2 testcases options
Haochen Jiang
- [PATCH 26/27] i386: Remove avx10.2-256 and avx10.2-512 options
Haochen Jiang
- [PATCH 27/27] i386: Raise deprecate warning for -mavx10.1-256/512 and -mevex512 while add -mavx10.1 back with 512 bit alias
Haochen Jiang
- [PATCH 0/4] Fix AVX10.2 SAT CVT.
Hu, Lin1
- [PATCH 1/4] i386: Update Suffix for AVX10.2 SAT CVT Intrinsics
Hu, Lin1
- [PATCH 2/4] i386: Add AVX10.2 SAT CVT Intrinsics without Rounding Control
Hu, Lin1
- [PATCH 3/4] i386: Fix AVX10.2 SAT CVT testcases.
Hu, Lin1
- [PATCH 4/4] i386: Add "s_" as Saturation for AVX10.2 SAT CVT Intrinsics.
Hu, Lin1
- [Ada] Fix spurious visibility error with partially parameterized formal package
Eric Botcazou
- [PATCH 00/27] Use avx10.x as the only option for AVX10 with 512 bit vector support while remove avx10.x-256/512 option and 256 bit rounding support
Jiang, Haochen
- [PATCH] i386: Fix up splitters into vptest [PR119357]
Jakub Jelinek
- [Ada] Fix misoptimization at -O2 in LTO mode
Eric Botcazou
- [PATCH] c: pedwarn on flexible array member initialization with {} for C23+ [PR119350]
Jakub Jelinek
- [PATCH] libstdc++-v3: Implement allocator-aware range constructors for unordered containers.
Tomasz Kamiński
- [PATCH] aarch64: Add +sve2p1 to -march=armv9.4-a flags
Kyrylo Tkachov
- [Fortran, Patch, PR119272, v1] Fix handling of class' component call in associate
Andre Vehreschild
- [PATCH] GCC Driver - Enable very long gcc command-line option
sunilkumar.dora@windriver.com
- [PATCH v2] libstdc++: Cast difference_type for insert_range unordered non-unique containers [PR119358]
Jonathan Wakely
- Assistance Needed: Segfaults in GCC-14+ While Addressing Bug/PR 111527
Dora, Sunil Kumar
- [PATCH] arc: testsuite: Scan "rlc" instead of "mov.hs".
Claudiu Zissulescu Ianculescu
- [PATCH 1/2] arc: Add commutative multiplication patterns.
Claudiu Zissulescu Ianculescu
- [PATCH 2/2] arc: Use intrinsics for __builtin_mul_overflow ()
Claudiu Zissulescu Ianculescu
- [committed] Remove mistakenly committed file
Jakub Jelinek
- [Fortran, Patch, PR119272, v1] Fix handling of class' component call in associate
Paul Richard Thomas
- [PATCH] libstdc++: Support maps deduction from_range of tuples.
Tomasz Kamiński
- [PATCH] libstdc++-v3: Implement allocator-aware range constructors for unordered containers.
Jonathan Wakely
- [PATCH] C++: Adjust implicit '__cxa_bad_cast' prototype to reality
Thomas Schwinge
- [PATCH] libstdc++-v3: Implement allocator-aware range constructors for unordered containers.
Tomasz Kaminski
- [PATCH] libstdc++-v3: Implement allocator-aware range constructors for unordered containers.
Jonathan Wakely
- [PATCH] libstdc++: Support maps deduction from_range of tuples.
Jonathan Wakely
- [PATCH v2] libstdc++-v3: Implement allocator-aware from_range_t constructors for unordered containers.
Tomasz Kamiński
- [PATCH v2] libstdc++-v3: Implement allocator-aware from_range_t constructors for unordered containers.
Jonathan Wakely
- [Patch, fortran] PR85836: Implement the F2018 reduce intrinsic
Andre Vehreschild
- [PING, REFORMAT][PATCH v2, 1/1] libstdc++: Fix localized D_T_FMT %c formatting for <chrono> [PR117214]
Jonathan Wakely
- [PATCH] i386: Fix up splitters into vptest [PR119357]
Uros Bizjak
- [Fortran, Patch, PR119272, v1] Fix handling of class' component call in associate
Andre Vehreschild
- [PATCH] C++: Adjust implicit '__cxa_bad_cast' prototype to reality
Jason Merrill
- [PATCH] C++: Adjust implicit '__cxa_bad_cast' prototype to reality
Marek Polacek
- [PATCH 1/2] Make function_decl_type a scoped enum
Richard Biener
- [PATCH 2/2] [cobol] make sources coretypes.h and tree.h clean
Richard Biener
- [PATCH] C++: Adjust implicit '__cxa_bad_cast' prototype to reality
Jonathan Wakely
- [PATCH 1/2] Make function_decl_type a scoped enum
Jakub Jelinek
- [PATCHSET] Update Rust frontend 19/03/2024 2/4
arthur.cohen@embecosm.com
- [COMMITTED 001/144] gccrs: Properly striping struct fields when using attrs
arthur.cohen@embecosm.com
- [COMMITTED 002/144] gccrs: Add rustc test directory for testsuite adaptor
arthur.cohen@embecosm.com
- [COMMITTED 003/144] gccrs: [gccrs#3045] #[may_dangle] in safe impl
arthur.cohen@embecosm.com
- [COMMITTED 004/144] gccrs: Move procedural macro test to their own directory
arthur.cohen@embecosm.com
- [COMMITTED 005/144] gccrs: ffi-polonius: Remove usage of extern types.
arthur.cohen@embecosm.com
- [COMMITTED 006/144] gccrs: Move builtin macro tests to their own directory
arthur.cohen@embecosm.com
- [COMMITTED 007/144] gccrs: Move mbe macro tests to their own directory
arthur.cohen@embecosm.com
- [COMMITTED 008/144] gccrs: Fixed bitwise operation in `extract_stmt`
arthur.cohen@embecosm.com
- [COMMITTED 009/144] gccrs: Fix the parser's operand and flags storage
arthur.cohen@embecosm.com
- [COMMITTED 010/144] gccrs: Use new constructors and control flow for operand
arthur.cohen@embecosm.com
- [COMMITTED 011/144] gccrs: Improve compressed point bit manipulation
arthur.cohen@embecosm.com
- [COMMITTED 012/144] gccrs: Set up the hir lowering for operand
arthur.cohen@embecosm.com
- [COMMITTED 013/144] gccrs: Turn to switch case, use new helper functions
arthur.cohen@embecosm.com
- [COMMITTED 014/144] gccrs: Add location support to BIR::Statement
arthur.cohen@embecosm.com
- [COMMITTED 015/144] gccrs: Add location to BIR::Loan
arthur.cohen@embecosm.com
- [COMMITTED 016/144] gccrs: Implement resolve expr for inline asm ast
arthur.cohen@embecosm.com
- [COMMITTED 017/144] gccrs: Add location to BIR::Statement of kind RETURN
arthur.cohen@embecosm.com
- [COMMITTED 018/144] gccrs: Loan errors with locations
arthur.cohen@embecosm.com
- [COMMITTED 019/144] gccrs: Simplify construction of BIR::Statement
arthur.cohen@embecosm.com
- [COMMITTED 020/144] gccrs: Eager expansion for include* gccrs#1805 gccrs#1865
arthur.cohen@embecosm.com
- [COMMITTED 021/144] gccrs: [gccrs#2324] Add error message for E0532
arthur.cohen@embecosm.com
- [COMMITTED 022/144] gccrs: Fixed testcase
arthur.cohen@embecosm.com
- [COMMITTED 023/144] gccrs: Map locations to placeholder regions
arthur.cohen@embecosm.com
- [COMMITTED 024/144] gccrs: Subset errors with locations
arthur.cohen@embecosm.com
- [COMMITTED 025/144] gccrs: Move errors with locations
arthur.cohen@embecosm.com
- [COMMITTED 026/144] gccrs: Attempted to access a nonexistent field [E0609]
arthur.cohen@embecosm.com
- [COMMITTED 027/144] gccrs: ast: PathPattern: Remove `remove_all_segments` method
arthur.cohen@embecosm.com
- [COMMITTED 028/144] gccrs: ast: Remove PathExpr abstract class
arthur.cohen@embecosm.com
- [COMMITTED 029/144] gccrs: ast: Introduce class hierarchy for lang item paths
arthur.cohen@embecosm.com
- [COMMITTED 030/144] gccrs: Fix the disorder struct and class in inline asm
arthur.cohen@embecosm.com
- [COMMITTED 031/144] gccrs: attributes: Start handling prelude_import properly
arthur.cohen@embecosm.com
- [COMMITTED 032/144] gccrs: feature-gate: Cleanup visitor and constructor
arthur.cohen@embecosm.com
- [COMMITTED 033/144] rust: Add checking for union patterns
arthur.cohen@embecosm.com
- [COMMITTED 034/144] gccrs: Add typecheck for path patterns.
arthur.cohen@embecosm.com
- [COMMITTED 035/144] gccrs: emit error code for E0758
arthur.cohen@embecosm.com
- [COMMITTED 036/144] gccrs: Fix warnings from const auto& to const auto
arthur.cohen@embecosm.com
- [COMMITTED 037/144] gccrs: Add pop guard for binder
arthur.cohen@embecosm.com
- [COMMITTED 038/144] gccrs: Fix the parser's operand and flags storage
arthur.cohen@embecosm.com
- [COMMITTED 039/144] gccrs: Scaffolding asm codegen
arthur.cohen@embecosm.com
- [COMMITTED 040/144] gccrs: Make sure CompileExpr::visit is reached
arthur.cohen@embecosm.com
- [COMMITTED 041/144] gccrs: Local testing for build_string and debug()
arthur.cohen@embecosm.com
- [COMMITTED 042/144] gccrs: Setting up interfaces for codegen
arthur.cohen@embecosm.com
- [COMMITTED 043/144] gccrs: Scaffolding new compile-asm files
arthur.cohen@embecosm.com
- [COMMITTED 044/144] gccrs: Scaffolding code
arthur.cohen@embecosm.com
- [COMMITTED 045/144] gccrs: Successfully produce pseudo-nop
arthur.cohen@embecosm.com
- [COMMITTED 046/144] gccrs: Refactor compile-asm for first round review
arthur.cohen@embecosm.com
- [COMMITTED 047/144] gccrs: Minor fix to asm codegen pr
arthur.cohen@embecosm.com
- [COMMITTED 048/144] gccrs: Added new test for prep of output {}
arthur.cohen@embecosm.com
- [COMMITTED 049/144] gccrs: Added counting to check for asm_construct_outputs
arthur.cohen@embecosm.com
- [COMMITTED 050/144] gccrs: Start work on expand inline asm
arthur.cohen@embecosm.com
- [COMMITTED 051/144] gccrs: Move strip double quotes, add scaffold expand
arthur.cohen@embecosm.com
- [COMMITTED 052/144] gccrs: Lower the HIR to tree with CompileExpr
arthur.cohen@embecosm.com
- [COMMITTED 053/144] gccrs: Perform type check on InlineAsm's operand
arthur.cohen@embecosm.com
- [COMMITTED 054/144] gccrs: Perform lowering hir output operand to tree
arthur.cohen@embecosm.com
- [COMMITTED 055/144] gccrs: Added noreturn checking for nevertype, new test
arthur.cohen@embecosm.com
- [COMMITTED 056/144] gccrs: Use's array type when constring string tree
arthur.cohen@embecosm.com
- [COMMITTED 057/144] gccrs: Make inline mov compiles
arthur.cohen@embecosm.com
- [COMMITTED 058/144] gccrs: Fix return type of asm mov 5 to i32:0, tortured
arthur.cohen@embecosm.com
- [COMMITTED 059/144] gccrs: Rehaul, Apply code review from Arthur
arthur.cohen@embecosm.com
- [COMMITTED 060/144] gccrs: Provide new asm test case for amd64
arthur.cohen@embecosm.com
- [COMMITTED 061/144] gccrs: Fix v0-mangle1.rs test when run with ASAN
arthur.cohen@embecosm.com
- [COMMITTED 062/144] gccrs: Avoid accidental insertion into map
arthur.cohen@embecosm.com
- [COMMITTED 063/144] gccrs: Strong type PlaceId
arthur.cohen@embecosm.com
- [COMMITTED 064/144] gccrs: Strong type FreeRegion
arthur.cohen@embecosm.com
- [COMMITTED 065/144] gccrs: Use FreeRegions inplace of `std::vector<FreeRegion>`
arthur.cohen@embecosm.com
- [COMMITTED 066/144] gccrs: Strong type LoanId
arthur.cohen@embecosm.com
- [COMMITTED 067/144] gccrs: Strong type ScopeId
arthur.cohen@embecosm.com
- [COMMITTED 068/144] gccrs: Strong type BasicBlockId
arthur.cohen@embecosm.com
- [COMMITTED 069/144] gccrs: Introduce `IndexVec`
arthur.cohen@embecosm.com
- [COMMITTED 070/144] gccrs: Used `IndexVec` for Scopes
arthur.cohen@embecosm.com
- [COMMITTED 071/144] gccrs: Used `IndexVec` for Loans
arthur.cohen@embecosm.com
- [COMMITTED 072/144] gccrs: Used `IndexVec` for BasicBlocks
arthur.cohen@embecosm.com
- [COMMITTED 073/144] gccrs: Used `IndexVec` for Places
arthur.cohen@embecosm.com
- [COMMITTED 074/144] gccrs: Use `IndexVec` for bb_fold_map
arthur.cohen@embecosm.com
- [COMMITTED 075/144] gccrs: Used `IndexVec` for place_map
arthur.cohen@embecosm.com
- [COMMITTED 076/144] gccrs: Dynamic dispatch with supertraits
arthur.cohen@embecosm.com
- [COMMITTED 077/144] gccrs: Implement initial pattern analysis pass.
arthur.cohen@embecosm.com
- [COMMITTED 078/144] gccrs: Emit error on auto-traits
arthur.cohen@embecosm.com
- [COMMITTED 079/144] gccrs: session-manager: Fix typos in -frust-incomplete message
arthur.cohen@embecosm.com
- [COMMITTED 080/144] gccrs: [gccrs#3141] Fix incorrect handling of overflow in numeric types
arthur.cohen@embecosm.com
- [COMMITTED 081/144] gccrs: [gccrs#3141] Remove double negation by returning CompileExpr::Compile early
arthur.cohen@embecosm.com
- [COMMITTED 082/144] gccrs: Create new test system for name resolution 2.0
arthur.cohen@embecosm.com
- [COMMITTED 083/144] gccrs: Check if the type has been correctly resolved
arthur.cohen@embecosm.com
- [COMMITTED 084/144] gccrs: Fix ICE on error propagation with generic
arthur.cohen@embecosm.com
- [COMMITTED 085/144] rust: negative polarity removes restrictions on validation of impl blocks
arthur.cohen@embecosm.com
- [COMMITTED 086/144] gccrs: adjust hir dump of BlockExpr
arthur.cohen@embecosm.com
- [COMMITTED 087/144] gccrs: Add extra assertions to tl::optional
arthur.cohen@embecosm.com
- [COMMITTED 088/144] gccrs: Remove some overloaded methods from DefaultResolver.
arthur.cohen@embecosm.com
- [COMMITTED 089/144] rust: fix ICE when compiling impl block for !
arthur.cohen@embecosm.com
- [COMMITTED 090/144] gccrs: rust fix ICE when hir lowering qualified path expressions without an as
arthur.cohen@embecosm.com
- [COMMITTED 091/144] gccrs: nr2.0: default-visitor: Conditionally visit type in self parameters.
arthur.cohen@embecosm.com
- [COMMITTED 092/144] gccrs: toplevel: Add note for resolving use declarations
arthur.cohen@embecosm.com
- [COMMITTED 093/144] gccrs: toplevel: Build list of imports for Early to resolve
arthur.cohen@embecosm.com
- [COMMITTED 094/144] gccrs: early: Resolve imports and create import mappings
arthur.cohen@embecosm.com
- [COMMITTED 095/144] gccrs: imports: Add FinalizeImports class
arthur.cohen@embecosm.com
- [COMMITTED 096/144] gccrs: imports: Create ImportData class and use it in import_mappings
arthur.cohen@embecosm.com
- [COMMITTED 097/144] gccrs: imports: Start storing Ribs in ImportKind
arthur.cohen@embecosm.com
- [COMMITTED 098/144] gccrs: imports: Make FinalizeImports a resolver visitor as well
arthur.cohen@embecosm.com
- [COMMITTED 099/144] gccrs: early: Do not emit errors for unresolved imports, store them instead
arthur.cohen@embecosm.com
- [COMMITTED 100/144] gccrs: Insert imports in all namespaces they were resolved in
arthur.cohen@embecosm.com
- [COMMITTED 101/144] gccrs: nr2.0: Cleanup import mappings and factor into a class.
arthur.cohen@embecosm.com
- [COMMITTED 102/144] gccrs: Fix missing error on duplicated nodes
arthur.cohen@embecosm.com
- [COMMITTED 103/144] gccrs: Loop on expansion if a new export has been defined
arthur.cohen@embecosm.com
- [COMMITTED 104/144] gccrs: Mark virtual function override in default resolver
arthur.cohen@embecosm.com
- [COMMITTED 105/144] gccrs: Remove empty visit functions
arthur.cohen@embecosm.com
- [COMMITTED 106/144] gccrs: Remove regular visit code
arthur.cohen@embecosm.com
- [COMMITTED 107/144] gccrs: Change lambda content with default visitor call
arthur.cohen@embecosm.com
- [COMMITTED 108/144] gccrs: Add default resolver parent functions by default
arthur.cohen@embecosm.com
- [COMMITTED 109/144] gccrs: Make AST default visitor visit functions public
arthur.cohen@embecosm.com
- [COMMITTED 110/144] gccrs: Move failing test to xfail
arthur.cohen@embecosm.com
- [COMMITTED 111/144] gccrs: Move bir builder function implementation
arthur.cohen@embecosm.com
- [COMMITTED 112/144] gccrs: Do not assert insertion result
arthur.cohen@embecosm.com
- [COMMITTED 113/144] gccrs: Update exclude list with working tests
arthur.cohen@embecosm.com
- [COMMITTED 114/144] gccrs: Change resolved type segment
arthur.cohen@embecosm.com
- [COMMITTED 115/144] gccrs: Make node id getter const.
arthur.cohen@embecosm.com
- [COMMITTED 116/144] gccrs: This test requires the standard library
arthur.cohen@embecosm.com
- [COMMITTED 117/144] gccrs: Add box definition to avoid error
arthur.cohen@embecosm.com
- [COMMITTED 118/144] gccrs: Resolve TypeParam with name resolution 2.0
arthur.cohen@embecosm.com
- [COMMITTED 119/144] gccrs: Postpone break on error after name resolution
arthur.cohen@embecosm.com
- [COMMITTED 120/144] gccrs: Remove some passing test from nr2 passing list
arthur.cohen@embecosm.com
- [COMMITTED 121/144] rust: Add support for Clone and Copy derive on generic types
arthur.cohen@embecosm.com
- [COMMITTED 122/144] rust: fix ICE during name resolution for impls on unit-types
arthur.cohen@embecosm.com
- [COMMITTED 123/144] gccrs: add test case to show impl block on ! works
arthur.cohen@embecosm.com
- [COMMITTED 124/144] gccrs: Add test case to show ICE is fixed
arthur.cohen@embecosm.com
- [COMMITTED 125/144] gccrs: Fix ICE when typechecking non-trait item when we expect one
arthur.cohen@embecosm.com
- [COMMITTED 126/144] gccrs: Improve Rib::Definition shadowing
arthur.cohen@embecosm.com
- [COMMITTED 127/144] gccrs: Fix some issues with canonical path fetching in name resolution 2.0
arthur.cohen@embecosm.com
- [COMMITTED 128/144] gccrs: Handle TypeAlias during toplevel resolution 2.0
arthur.cohen@embecosm.com
- [COMMITTED 129/144] gccrs: Rework InlineAsmOperand
arthur.cohen@embecosm.com
- [COMMITTED 130/144] gccrs: Insert static items into the value namespace
arthur.cohen@embecosm.com
- [COMMITTED 131/144] gccrs: Improve handling of InlineAsm in DefaultASTVisitor
arthur.cohen@embecosm.com
- [COMMITTED 132/144] gccrs: Allow identifiers and paths to reference types during nr2.0
arthur.cohen@embecosm.com
- [COMMITTED 133/144] gccrs: Use name resolver 2.0 during pattern typechecking
arthur.cohen@embecosm.com
- [COMMITTED 134/144] gccrs: Provide input operand for gccrs
arthur.cohen@embecosm.com
- [COMMITTED 135/144] gccrs: Fix compiler error on ast wrong implicit construct push_back
arthur.cohen@embecosm.com
- [COMMITTED 136/144] gccrs: Disambiguate generic args during name resolution 2.0
arthur.cohen@embecosm.com
- [COMMITTED 137/144] gccrs: Handle const generic parameters during resolution 2.0
arthur.cohen@embecosm.com
- [COMMITTED 138/144] gccrs: Use name resolver 2.0 in MarkLive
arthur.cohen@embecosm.com
- [COMMITTED 139/144] gccrs: Make const references to ForeverStack more useful
arthur.cohen@embecosm.com
- [COMMITTED 140/144] gccrs: Load unloaded modules during toplevel resolution 2.0
arthur.cohen@embecosm.com
- [COMMITTED 141/144] gccrs: Use name resolver 2.0 in const checker
arthur.cohen@embecosm.com
- [COMMITTED 142/144] gccrs: Use name resolver 2.0 for compiling break/continue
arthur.cohen@embecosm.com
- [COMMITTED 143/144] gccrs: Use name resolver 2.0 in pattern checker
arthur.cohen@embecosm.com
- [COMMITTED 144/144] gccrs: Handle external static items in toplevel resolver 2.0
arthur.cohen@embecosm.com
- [PATCH] Fix GCN SIMD libm bug
Andrew Stubbs
- Ping: [PATCH v4] get source line for diagnostic from preprocessed file [PR preprocessor/79106]
Bader, Lucas
- [COMMITTED, PATCH] s390: testsuite: Fix autovec-double-signaling-eq-z13.c
Stefan Schulze Frielinghaus
- [COMMITTED,PATCH] s390: testsuite: Fix vcond-shift.c
Stefan Schulze Frielinghaus
- [PATCH] c++: fix reporting routines re-entered [PR119303]
Jason Merrill
- [PATCH v3, backport] c++: Don't prune constant capture proxies only used in array dimensions [PR114292]
Simon Martin
- [patch] make vhdl known to the PPC backend
Matthias Klose
- [PATCH 2/2] [cobol] make sources coretypes.h and tree.h clean
Robert Dubner
- [PING, REFORMAT][PATCH v2, 1/1] libstdc++: Fix localized D_T_FMT %c formatting for <chrono> [PR117214]
Jonathan Wakely
- [PATCH 2/2] [cobol] make sources coretypes.h and tree.h clean
Jakub Jelinek
- [PATCH 2/2] [cobol] make sources coretypes.h and tree.h clean
Robert Dubner
- [PATCH 2/2] [cobol] make sources coretypes.h and tree.h clean
Jakub Jelinek
- [PATCH 2/2] [cobol] make sources coretypes.h and tree.h clean
Robert Dubner
- [Ada] Fix formatting of version message for gnat driver
Eric Botcazou
- [PING, REFORMAT][PATCH v2, 1/1] libstdc++: Fix localized D_T_FMT %c formatting for <chrono> [PR117214]
Jonathan Wakely
- C++/v3 PATCH to add/throw std::bad_array_new_length
Thomas Schwinge
- [Patch, fortran] PR85836: Implement the F2018 reduce intrinsic
Paul Richard Thomas
- [PATCH] combine: Add REG_DEAD notes to the last instruction after a split [PR118914]
Jeff Law
- [PATCH] testsuite/113634 - fixup declarations of calloc/realloc
Richard Biener
- [PATCH] c: pedwarn on flexible array member initialization with {} for C23+ [PR119350]
Joseph Myers
- [PATCH] Activate __cpp_lib_ranges_to_container test
François Dumont
- New French PO file for 'gcc' (version 15.1-b20250316)
Translation Project Robot
- Contents of PO file 'gcc-15.1-b20250316.fr.po'
Translation Project Robot
- [pushed: r15-8447] diagnostics: fix crash in urlifier with -Wfatal-errors [PR119366]
David Malcolm
- [PATCH] PR118442: Don't instrument exit edges after musttail
Andi Kleen
- [PATCH] PR118442: Don't instrument exit edges after musttail
Andi Kleen
- [PATCH] PR118442: Don't instrument exit edges after musttail
Jakub Jelinek
- [PATCH] Activate __cpp_lib_ranges_to_container test
Jonathan Wakely
- [PATCH 2/2] [cobol] make sources coretypes.h and tree.h clean
Robert Dubner
- [PATCH] _Hashtable fancy pointer support
François Dumont
- [pushed][PR119270][IRA]: Ignore equiv init insns for cost calculation for invariants only
Vladimir Makarov
- [PATCH] cobol: Replace quadratic loop removing std::set elements
Jonathan Wakely
- [PATCH] PR118442: Don't instrument exit edges after musttail
Andi Kleen
- [committed] libstdc++: Make <stdbit.h> test use <climits> instead of <limits.h>
Jonathan Wakely
- [PATCH 03/21] testsuite: Add more allocation size tests for conjured svalues [PR110014]
NightStrike
- [PATCH 2/2] [cobol] make sources coretypes.h and tree.h clean
James K. Lowden
- [PATCH 2/2] [cobol] make sources coretypes.h and tree.h clean
James K. Lowden
- [PATCH] Fortran: fix bogus bounds check for reallocation on assignment [PR116706]
Harald Anlauf
- [pushed] c++: mangling of array new [PR119316]
Jason Merrill
- [PATCH] Fortran: fix bogus bounds check for reallocation on assignment [PR116706]
Steve Kargl
- [PATCH] Fortran: fix bogus bounds check for reallocation on assignment [PR116706]
Harald Anlauf
- [committed] libstdc++: Fix "IEE" typo in comment in std::time_put::do_put
Jonathan Wakely
- [committed] libstdc++: Correct statement about default -std option
Jonathan Wakely
- [PATCH v2 0/4] rust: Small cleanups of rust-gcc.cc
Andrew Pinski
- [PATCH v2 1/4] rust: Use FLOAT_TYPE_P instead of manual checking
Andrew Pinski
- [PATCH v2 2/4] rust: Use error_operand_p in rust-gcc.cc
Andrew Pinski
- [PATCH v2 3/4] rust: use range for inside rust-gcc.cc [PR119341]
Andrew Pinski
- [PATCH v2 4/4] rust: Add comment inside block [PR119342]
Andrew Pinski
- [GCC-14][committed] d: Merge upstream dmd, druntime af92b68a81, phobos c970ca67f
Iain Buclaw
- [PATCH 0/4] Fix AVX10.2 SAT CVT.
Liu, Hongtao
- [PATCH v2 1/2] PR118442: Don't instrument exit edges after musttail
Andi Kleen
- [PATCH v2 2/2] PR119376: Disable clang musttail
Andi Kleen
- [PATCH 00/27] Use avx10.x as the only option for AVX10 with 512 bit vector support while remove avx10.x-256/512 option and 256 bit rounding support
Liu, Hongtao
- Ping [PATCH 0/2] v2 Add prime path coverage to gcc/gcov
Jørgen Kvalsvik
- [PATCH 0/4] Fix AVX10.2 SAT CVT.
Liu, Hongtao
- [PATCH 0/4] Fix AVX10.2 SAT CVT.
Hu, Lin1
- [PATCH v2 1/2] PR118442: Don't instrument exit edges after musttail
Andrew Pinski
- [PATCH] Fix a pasto in ao_compare::compare_ao_refs
Andrew Pinski
- New German PO file for 'cpplib' (version 15.1-b20250316)
Translation Project Robot
- Contents of PO file 'cpplib-15.1-b20250316.de.po'
Translation Project Robot
- [PATCH] i386: Fix AVX10.2 SAT CVT testcases.
Hu, Lin1
- [PATCH] SCC-Copy: Add More Debug dumps
Filip Kastl
- [patch] make vhdl known to the PPC backend
Richard Biener
- [PATCH 00/27] Use avx10.x as the only option for AVX10 with 512 bit vector support while remove avx10.x-256/512 option and 256 bit rounding support
Richard Biener
- [PATCH v2 1/2] PR118442: Don't instrument exit edges after musttail
Richard Biener
- [PATCH] RISC-V: Recognized Svrsw60t59b extension
Mingzhu Yan
- Re: [PATCH v2]RISC-V:Add xuantie C908, C910, C920v1 and C920v2 to -mcpu
Jin Ma
- [PATCH] i386: Fix AVX10.2 SAT CVT testcases.
Hongtao Liu
- [PATCH v2 1/2] PR118442: Don't instrument exit edges after musttail
Jakub Jelinek
- [PATCH] OpenMP: 'interop' construct - add ME support + target-independent libgomp
Jakub Jelinek
- [committed] openmp: Fix up cloning of dynamic C++ initializers for OpenMP target [PR119370]
Jakub Jelinek
- [PATCH 2/2] [cobol] make sources coretypes.h and tree.h clean
Richard Biener
- [PATCH][v2] Make function_decl_type a scoped enum
Richard Biener
- [PATCH 1/3] libstdc++: Use formatting locale for std::time_put formats
Jonathan Wakely
- [PATCH 2/3] libstdc++: Fix localized D_T_FMT %c formatting for <chrono> [PR117214]
Jonathan Wakely
- [PATCH 3/3] libstdc++: Fix localized %c formatting for non-UTC times [PR117214]
Jonathan Wakely
- [PATCH] libstdc++: Add from_range_t constructors to debug ordered containers
Jonathan Wakely
- [PATCH v2]RISC-V:Add xuantie C908, C910, C920v1 and C920v2 to -mcpu
Yixuan Chen
- [PATCH 2/2] [cobol] make sources coretypes.h and tree.h clean
Jakub Jelinek
- [PATCH] Fix GCN SIMD libm bug
Andrew Stubbs
- [PATCH] libstdc++: Add from_range_t constructors to debug ordered containers
Tomasz Kaminski
- [committed] libstdc++: Fix comment typo
Jakub Jelinek
- [PATCH 2/2] [cobol] make sources coretypes.h and tree.h clean
Jakub Jelinek
- [PATCH] gimple: sccopy: Prune removed statements from SCCs [PR117919]
Filip Kastl
- [PATCH] cobol: Fifteen new cobol.dg testscases.
Andreas Schwab
- [PATCH] libstdc++: Add from_range_t constructors to debug ordered containers
Tomasz Kamiński
- [PATCH] gimple: sccopy: Don't increment i after vec::unordered_remove()
Filip Kastl
- [PATCH] wwwdocs: Document changes to the D front-end
Iain Buclaw
- [PATCH] libstdc++: Add from_range_t constructors to debug ordered containers
Jonathan Wakely
- [PATCH] cobol: Do not overload int64_t, overload long and long long.
Iain Sandoe
- [PATCH] [cobol] move global data to symbol_table_init
Richard Biener
- [PATCH 0/1][RFC] middle-end: target support checks for vectorizable_induction
Spencer Abson
- [PATCH 1/1][RFC] Induction vectorizer: prevent ICE for scalable types
Spencer Abson
- [PATCH] libgcobol: Add configure checks for iconv.
Iain Sandoe
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
Richard Biener
- [PATCH] gimple: sccopy: Don't increment i after vec::unordered_remove()
Richard Biener
- [PATCH v3, backport] c++: Don't prune constant capture proxies only used in array dimensions [PR114292]
Jason Merrill
- [PATCH 1/8] aarch64: Use PAUTH instead of V8_3A in some places
Alfie Richards
- [TO-BE-COMMITED,PATCH] s390: Deprecate ESA/390 support
Stefan Schulze Frielinghaus
- [PATCH 2/2] [cobol] make sources coretypes.h and tree.h clean
James K. Lowden
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
Richard Biener
- [PATCH 0/1] Cherry pick of patch for gcc-13 fixing PR119372
Alfie Richards
- [PATCH 1/1] aarch64: Use PAUTH instead of V8_3A in some places
Alfie Richards
- [PATCH 0/1] Cherry pick of patch for gcc-13 fixing PR119372
Alex Coplan
- [PATCH][PUSHED] hwasan: support new dg-output format.
Alex Coplan
- [PATCH 0/1] Cherry pick of patch for gcc-13 fixing PR119372
Alfie Richards
- [PATCH 1/1] aarch64: Use PAUTH instead of V8_3A in some places
Alex Coplan
- [PATCH] RISC-V: Recognized Svrsw60t59b extension
Craig Blackmore
- [PATCH] nvptx: In offloading compilation, special-case certain host-setup symbol aliases [PR101544]
Thomas Schwinge
- [PATCH v2 2/2] PR119376: Disable clang musttail
Jason Merrill
- C++/v3 PATCH to add/throw std::bad_array_new_length
Jason Merrill
- [PATCH] nvptx: In offloading compilation, special-case certain host-setup symbol aliases [PR101544]
Jason Merrill
- [PATCH v2 1/3] libstdc++: Use formatting locale for std::time_put formats
Jonathan Wakely
- [PATCH 00/10] testsuite: aarch64: arm: Fixes in effective-targets
Christophe Lyon
- [PATCH 01/10] testsuite: arm: remove duplicate -mcpu=unset in arm_v8_1_lob_ok
Christophe Lyon
- [PATCH 02/10] testsuite: aarch64: arm: move saturating_arithmetic_autovect tests to simd/
Christophe Lyon
- [PATCH 03/10] testsuite: aarch64: restore torture options in bf16_dup.c
Christophe Lyon
- [PATCH 04/10] testsuite: aarch64: restore torture options in vml[as]_float_not_used.c
Christophe Lyon
- [PATCH 05/10] testsuite: aarch64: arm: Remove redundant dg-do run in advsimd-intrinsics tests
Christophe Lyon
- [PATCH 06/10] testsuite: aarch64: arm: Add -mfpu=auto to arm_v8_2a_bf16_neon_ok
Christophe Lyon
- [PATCH 07/10] testsuite: aarch64: arm: Enable vld1x?.c and vst1x?.c on arm [PR71233]
Christophe Lyon
- [PATCH 08/10] testsuite: aarch64: arm: Fix -mcpu=unset support in some effective targets
Christophe Lyon
- [PATCH 09/10] testsuite: aarch64: arm: Fix -mfpu=auto support in fp16_neon_ok
Christophe Lyon
- [PATCH 10/10] testsuite: aarch64: arm: Fix -mcpu=unset -mfpu=auto support in more effective targets
Christophe Lyon
- [PATCH v2 2/2] PR119376: Disable clang musttail
Andi Kleen
- [PATCH v2 1/3] libstdc++: Use formatting locale for std::time_put formats
Jonathan Wakely
- [Fortran, Patch, PR119349, v1] Fix regression of polymorphic dummy sourced from array constructors.
Andre Vehreschild
- [PATCH v2 2/2] PR119376: Disable clang musttail
Jakub Jelinek
- [patch] make vhdl known to the PPC backend
Peter Bergner
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
Iain Sandoe
- [PATCH] nvptx: In offloading compilation, special-case certain host-setup symbol aliases [PR101544]
Thomas Schwinge
- [PATCH v2 2/2] PR119376: Disable clang musttail
Andi Kleen
- [PATCH v2 2/2] PR119376: Disable clang musttail
Andrew Pinski
- [PATCH v2 2/2] PR119376: Disable clang musttail
Jakub Jelinek
- [PATCH] tree-optimization/119389 - limit edge processing in dominated_by_p_w_unex
Richard Biener
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
Robert Dubner
- [Fortran, Patch, PR119349, v1] Fix regression of polymorphic dummy sourced from array constructors.
Jerry D
- [PATCH] Put early debug generation under TV_SYMOUT
Richard Biener
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
Robert Dubner
- [PATCH] libstdc++: Simplify std::vector::vector(from_range_t, const Alloc&)
Jonathan Wakely
- [PATCH 1/2] libstdc++: Add views::cache_latest and views::to_input to std module
Jonathan Wakely
- [PATCH 2/2] libstdc++: Fix std.compat exports of <stdbit.h> and <stdckdint.h>
Jonathan Wakely
- New Croatian PO file for 'gcc' (version 15.1-b20250316)
Translation Project Robot
- Contents of PO file 'gcc-15.1-b20250316.hr.po'
Translation Project Robot
- [PATCH] cobol: Do not overload int64_t, overload long and long long.
Robert Dubner
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
Iain Sandoe
- [PATCH] libgcobol: Add configure checks for iconv.
Robert Dubner
- [PATCH] cobol: Do not overload int64_t, overload long and long long.
Iain Sandoe
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
Robert Dubner
- [PATCH RFA] ipa: target clone and mangling alias [PR114992]
Jason Merrill
- COBOL: Implementation of STOP RUN / GOBACK [was: [PATCH][v3] Simple cobol.dg testsuite]
James K. Lowden
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
Jakub Jelinek
- [PATCH] cobol: Replace quadratic loop removing std::set elements
James K. Lowden
- COBOL: Implementation of STOP RUN / GOBACK
Simon Sobisch
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
Robert Dubner
- [PATCH] cobol: Replace quadratic loop removing std::set elements
Jonathan Wakely
- [PATCH] cobol: Replace quadratic loop removing std::set elements
Robert Dubner
- New German PO file for 'gcc' (version 15.1-b20250316)
Translation Project Robot
- Contents of PO file 'gcc-15.1-b20250316.de.po'
Translation Project Robot
- [PATCH v2 2/2] PR119376: Disable clang musttail
Andi Kleen
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
Robert Dubner
- [committed] d: Fix quoted command-line options to match lang.opt [PR118545]
Iain Buclaw
- [PATCH v2] RISC-V: Recognized Svrsw60t59b extension
Mingzhu Yan
- [PATCH] cobol: Make CXXFLAGS_FOR_TARGET available to the libgcobol build.
Robert Dubner
- [PATCH] Pass CPPFLAGS in HOST_EXPORTS for --build != --host
Wataru Ashihara
- [PATCH 1/2] libstdc++: Add views::cache_latest and views::to_input to std module
Tomasz Kaminski
- [PATCH 2/2] libstdc++: Fix std.compat exports of <stdbit.h> and <stdckdint.h>
Tomasz Kaminski
- [PATCH RFA] ipa: target clone and mangling alias [PR114992]
Richard Biener
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
Richard Biener
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
Richard Biener
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
Jakub Jelinek
- [PATCH] cobol: Make CXXFLAGS_FOR_TARGET available to the libgcobol build.
Richard Biener
- [Fortran, Patch, PR119349, v1] Fix regression of polymorphic dummy sourced from array constructors.
Andre Vehreschild
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
Richard Biener
- [PATCH] [cobol] move global data to symbol_table_init
Richard Biener
- [PATCH] [cobol] move global data to symbol_table_init
Jakub Jelinek
- [PATCH v2 0/1] Cherry pick of patch for gcc-13 fixing PR119372
Alfie Richards
- [PATCH v2 1/1] aarch64: Use PAUTH instead of V8_3A in some places
Alfie Richards
- [PATCH] cobol: Rename COB_{BLOCK,UNSIGNED,SIGNED} to {BLOCK,UNSIGNED,SIGNED}_kw for consistency
Jakub Jelinek
- [COMMITTED, PATCH] s390: Accept only Pmode for registers AP/FP/RA [PR119235]
Stefan Schulze Frielinghaus
- [PATCH] cobol: Rename COB_{BLOCK,UNSIGNED,SIGNED} to {BLOCK,UNSIGNED,SIGNED}_kw for consistency
Richard Biener
- [Fortran, Patch, PR119380, v1] Fix freeing procedure pointers in components
Andre Vehreschild
- [PATCH] inliner: Silently drop musttail flag on calls during inlining unless the inlined routine was musttail called [PR119376]
Jakub Jelinek
- [PATCH] fnsplit: Set musttail call during function splitting if there are musttail calls [PR119376]
Jakub Jelinek
- [PATCH] icf: Punt for musttail call flag differences in ICF [PR119376]
Jakub Jelinek
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
Simon Sobisch
- [PATCH v2 1/3] libstdc++: Use formatting locale for std::time_put formats
Tomasz Kaminski
- [PATCH] opcodes: fix wrong code in expand_binop_directly [PR117811]
Richard Earnshaw
- [PATCH] aarch64: remove SVE2 requirement from SME and diagnose it as unsupported
Andre Vieira (lists)
- [PATCH] libiberty, gcc: Add memrchr to libiberty and use it [PR119283].
Iain Sandoe
- [PATCH 01/10] testsuite: arm: remove duplicate -mcpu=unset in arm_v8_1_lob_ok
Richard Earnshaw (lists)
- [PATCH 2/4] cfgloopmanip: Add infrastructure for scaling of multi-exit loops [PR117790]
Alex Coplan
- [PATCH 02/10] testsuite: aarch64: arm: move saturating_arithmetic_autovect tests to simd/
Richard Earnshaw (lists)
- [PATCH 03/10] testsuite: aarch64: restore torture options in bf16_dup.c
Richard Earnshaw (lists)
- [PATCH] cobol: Address some iconv issues.
Iain Sandoe
- [PATCH 04/10] testsuite: aarch64: restore torture options in vml[as]_float_not_used.c
Richard Earnshaw (lists)
- [PATCH 05/10] testsuite: aarch64: arm: Remove redundant dg-do run in advsimd-intrinsics tests
Richard Earnshaw (lists)
- [PATCH] libstdc++: Add P1206R7 range operations to std::deque [PR111055]
Tomasz Kamiński
- [PATCH] aarch64: Add support for -mcpu=olympus
Dhruv Chawla
- cobol: default iconv encoding (was: [PATCH] cobol: Address some iconv issues.)
Simon Sobisch
- [PATCH 06/10] testsuite: aarch64: arm: Add -mfpu=auto to arm_v8_2a_bf16_neon_ok
Richard Earnshaw (lists)
- [PATCH 07/10] testsuite: aarch64: arm: Enable vld1x?.c and vst1x?.c on arm [PR71233]
Richard Earnshaw (lists)
- [PATCH] inliner: Silently drop musttail flag on calls during inlining unless the inlined routine was musttail called [PR119376]
Richard Biener
- [PATCH 08/10] testsuite: aarch64: arm: Fix -mcpu=unset support in some effective targets
Richard Earnshaw (lists)
- [PATCH] fnsplit: Set musttail call during function splitting if there are musttail calls [PR119376]
Richard Biener
- [PATCH] icf: Punt for musttail call flag differences in ICF [PR119376]
Richard Biener
- [PATCH 08/10] testsuite: aarch64: arm: Fix -mcpu=unset support in some effective targets
Richard Earnshaw (lists)
- [PATCH 09/10] testsuite: aarch64: arm: Fix -mfpu=auto support in fp16_neon_ok
Richard Earnshaw (lists)
- [PATCH 10/10] testsuite: aarch64: arm: Fix -mcpu=unset -mfpu=auto support in more effective targets
Richard Earnshaw (lists)
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
Richard Biener
- [PATCH] opcodes: fix wrong code in expand_binop_directly [PR117811]
Richard Biener
- [Fortran, Patch, PR119380, v1] Fix freeing procedure pointers in components
Paul Richard Thomas
- COBOL: Implementation of STOP RUN / GOBACK
Jose E. Marchesi
- [PATCH 2/3] libstdc++: Fix localized D_T_FMT %c formatting for <chrono> [PR117214]
Tomasz Kaminski
- [PATCH v2 1/3] libstdc++: Use formatting locale for std::time_put formats
Jonathan Wakely
- [PATCH] aarch64: Add support for -mcpu=olympus
Kyrylo Tkachov
- [PATCH] opcodes: fix wrong code in expand_binop_directly [PR117811]
Christophe Lyon
- New French PO file for 'gcc' (version 15.1-b20250316)
Translation Project Robot
- Contents of PO file 'gcc-15.1-b20250316.fr.po'
Translation Project Robot
- [PATCHSET] Update Rust frontend 21/03/2024 3/4
arthur.cohen@embecosm.com
- [COMMITTED 001/146] gccrs: Fix bad recursive operator overload call
arthur.cohen@embecosm.com
- [COMMITTED 002/146] gccrs: Insert trait names during toplevel resolution 2.0
arthur.cohen@embecosm.com
- [COMMITTED 003/146] gccrs: Fix variable shadowing in late resolution 2.0
arthur.cohen@embecosm.com
- [COMMITTED 004/146] gccrs: Add a newline to the end of nr2/exclude
arthur.cohen@embecosm.com
- [COMMITTED 005/146] gccrs: Rename some PathIdentSegment functions
arthur.cohen@embecosm.com
- [COMMITTED 006/146] gccrs: Use name resolution 2.0 in TraitItemReference
arthur.cohen@embecosm.com
- [COMMITTED 007/146] gccrs: Use name resolver 2.0 in CompileTraitItem
arthur.cohen@embecosm.com
- [COMMITTED 008/146] gccrs: Improve path handling while testing name resolution 2.0
arthur.cohen@embecosm.com
- [COMMITTED 009/146] gccrs: Fix name resolution 2.0 definition lookups in unsafe checker
arthur.cohen@embecosm.com
- [COMMITTED 010/146] rust: Desugar IfLet* into MatchExpr
arthur.cohen@embecosm.com
- [COMMITTED 011/146] gccrs: Use name resolution 2.0 in TraitResolver
arthur.cohen@embecosm.com
- [COMMITTED 012/146] gccrs: Resolve SelfParam in name resolution 2.0
arthur.cohen@embecosm.com
- [COMMITTED 013/146] gccrs: add test case to show method resolution is working
arthur.cohen@embecosm.com
- [COMMITTED 014/146] gccrs: Make TyTy::TupleType::get_unit_type cache its return value
arthur.cohen@embecosm.com
- [COMMITTED 015/146] gccrs: fix bad type inferencing on path's
arthur.cohen@embecosm.com
- [COMMITTED 016/146] gccrs: Remove usage of Resolver::get_builtin_types
arthur.cohen@embecosm.com
- [COMMITTED 017/146] gccrs: Improve handling of struct expressions in nr2.0
arthur.cohen@embecosm.com
- [COMMITTED 018/146] gccrs: fix bad type inference on local patterns
arthur.cohen@embecosm.com
- [COMMITTED 019/146] gccrs: Use name resolver 2.0 in VisibilityResolver
arthur.cohen@embecosm.com
- [COMMITTED 020/146] gccrs: Use name resolver 2.0 for module descendance checks
arthur.cohen@embecosm.com
- [COMMITTED 021/146] gccrs: Reorganize the CPU feature detection
arthur.cohen@embecosm.com
- [COMMITTED 022/146] gccrs: fix ICE for placeholder which is not setup
arthur.cohen@embecosm.com
- [COMMITTED 023/146] gccrs: fix typechecking of Fn trait calls using ADT types
arthur.cohen@embecosm.com
- [COMMITTED 024/146] gccrs: Improve handling of implicit Self parameter in AST
arthur.cohen@embecosm.com
- [COMMITTED 025/146] gccrs: add test case to show issue is fixed
arthur.cohen@embecosm.com
- [COMMITTED 026/146] gccrs: hir: Mark AttrVec::get_outer_attrs as override
arthur.cohen@embecosm.com
- [COMMITTED 027/146] gccrs: typecheck: Remove unused parameter in TyTyCheckCallExpr
arthur.cohen@embecosm.com
- [COMMITTED 028/146] gccrs: asm: Fix clang warnings
arthur.cohen@embecosm.com
- [COMMITTED 029/146] gccrs: Fix bad handling for recursive type query
arthur.cohen@embecosm.com
- [COMMITTED 030/146] gccrs: Push ribs by kind rather than by value
arthur.cohen@embecosm.com
- [COMMITTED 031/146] gccrs: Improve handling of static items in toplevel 2.0
arthur.cohen@embecosm.com
- [COMMITTED 032/146] gccrs: Refactor HIR to reduce the amount of raw pointers
arthur.cohen@embecosm.com
- [COMMITTED 033/146] gccrs: Refactor HIR with optionals, references & newtypes
arthur.cohen@embecosm.com
- [COMMITTED 034/146] gccrs: Refactor hir to avoid raw pointers and unneeded fwd
arthur.cohen@embecosm.com
- [COMMITTED 035/146] gccrs: Fixes some tests appearing with a moved variant
arthur.cohen@embecosm.com
- [COMMITTED 036/146] gccrs: Fix Generic type retrieval
arthur.cohen@embecosm.com
- [COMMITTED 037/146] gccrs: FnParam cloning now keeps projections
arthur.cohen@embecosm.com
- [COMMITTED 038/146] gccrs: Refactor optional initializers
arthur.cohen@embecosm.com
- [COMMITTED 039/146] gccrs: Fix FnParam pattern location ternary logic
arthur.cohen@embecosm.com
- [COMMITTED 040/146] gccrs: Add optional template arguments to please GCC4.8
arthur.cohen@embecosm.com
- [COMMITTED 041/146] gccrs: Use default constructor for default arguments
arthur.cohen@embecosm.com
- [COMMITTED 042/146] gccrs: Use a reference wrapper to please GCC 4.8
arthur.cohen@embecosm.com
- [COMMITTED 043/146] gccrs: Use nr2.0 in PrivacyReporter
arthur.cohen@embecosm.com
- [COMMITTED 044/146] gccrs: Handle type path segments during late resolution 2.0
arthur.cohen@embecosm.com
- [COMMITTED 045/146] gccrs: Use nr2.0 in typechecker
arthur.cohen@embecosm.com
- [COMMITTED 046/146] gccrs: Clean up some system includes
arthur.cohen@embecosm.com
- [COMMITTED 047/146] gccrs: fix crashes in hir dump since move to references
arthur.cohen@embecosm.com
- [COMMITTED 048/146] gccrs: empty match expressions should resolve to !
arthur.cohen@embecosm.com
- [COMMITTED 049/146] gccrs: Prevent execution of some nr1.0 functions with nr2.0
arthur.cohen@embecosm.com
- [COMMITTED 050/146] gccrs: Prepend crate name to functions with nr2
arthur.cohen@embecosm.com
- [COMMITTED 051/146] gccrs: fix crash in hir dump with missing guards
arthur.cohen@embecosm.com
- [COMMITTED 052/146] gccrs: improve handling of Self Type paths
arthur.cohen@embecosm.com
- [COMMITTED 053/146] gccrs: allow casts from numeric types to floats
arthur.cohen@embecosm.com
- [COMMITTED 054/146] gccrs: ensure packed and aligned is applied properly
arthur.cohen@embecosm.com
- [COMMITTED 055/146] gccrs: lang-items: Move comment about arithmetic lang items
arthur.cohen@embecosm.com
- [COMMITTED 056/146] gccrs: mappings: Move lang_item definitions to .cc
arthur.cohen@embecosm.com
- [COMMITTED 057/146] gccrs: hir: Remove duplicate function in TraitItemFunc
arthur.cohen@embecosm.com
- [COMMITTED 058/146] gccrs: stacked-contexts: Add peek() method
arthur.cohen@embecosm.com
- [COMMITTED 059/146] gccrs: ast: Use StackedContexts class in ContextualASTVisitor
arthur.cohen@embecosm.com
- [COMMITTED 060/146] gccrs: Remove bad assertion in name resolution
arthur.cohen@embecosm.com
- [COMMITTED 061/146] gccrs: constant evaluation like these are coercion sites
arthur.cohen@embecosm.com
- [COMMITTED 062/146] gccrs: add checks for division by zero and left shift overflow
arthur.cohen@embecosm.com
- [COMMITTED 063/146] gccrs: add test case to show issue is fixed
arthur.cohen@embecosm.com
- [COMMITTED 064/146] gccrs: fix crash in hir dump
arthur.cohen@embecosm.com
- [COMMITTED 065/146] gccrs: lang-items: Store NodeId mappings for lang items
arthur.cohen@embecosm.com
- [COMMITTED 066/146] gccrs: lang-items: Add lang-items AST collector
arthur.cohen@embecosm.com
- [COMMITTED 067/146] gccrs: attributes: Add class for sharing methods on attributes.
arthur.cohen@embecosm.com
- [COMMITTED 068/146] gccrs: type-check: Remove unused capture in nr2.0
arthur.cohen@embecosm.com
- [COMMITTED 069/146] gccrs: Fix ForeverStack::find_starting_point output parameter
arthur.cohen@embecosm.com
- [COMMITTED 070/146] gccrs: ast: Add LangItemPath class
arthur.cohen@embecosm.com
- [PATCH] gimple: sccopy: Don't increment i after vec::unordered_remove()
Filip Kastl
- [COMMITTED 071/146] gccrs: derive(Copy): Use new LangItemPath
arthur.cohen@embecosm.com
- [COMMITTED 072/146] gccrs: hir: Start adapting visitors to accept multiple kinds of Paths
arthur.cohen@embecosm.com
- [COMMITTED 073/146] gccrs: nr1.0: Resolve lang item paths properly.
arthur.cohen@embecosm.com
- [COMMITTED 074/146] gccrs: hir: Lower lang-item paths
arthur.cohen@embecosm.com
- [COMMITTED 075/146] gccrs: nr2.0: Resolve lang item paths properly.
arthur.cohen@embecosm.com
- [COMMITTED 076/146] gccrs: lang-item: Remove unused NodeId from LangItemPath
arthur.cohen@embecosm.com
- [COMMITTED 077/146] gccrs: fix bad not expression in rust
arthur.cohen@embecosm.com
- [COMMITTED 078/146] gccrs: implement the TuplePattern and use it for function patterns
arthur.cohen@embecosm.com
- [COMMITTED 079/146] gccrs: Made changes to AST::TraitImpl constructor for TypePath
arthur.cohen@embecosm.com
- [COMMITTED 080/146] gccrs: add ptr to int and int to ptr type cast rules
arthur.cohen@embecosm.com
- [COMMITTED 081/146] gccrs: typecheck-path: Fix typo (reciever -> receiver)
arthur.cohen@embecosm.com
- [COMMITTED 082/146] gccrs: parser: Add testcases for multiline strings
arthur.cohen@embecosm.com
- [COMMITTED 083/146] gccrs: resolve: Name resolve trait bounds properly
arthur.cohen@embecosm.com
- [COMMITTED 084/146] gccrs: typecheck: Add note about erorring out on additional trait bounds.
arthur.cohen@embecosm.com
- [COMMITTED 085/146] gccrs: lang-item: Add Sync trait
arthur.cohen@embecosm.com
- [COMMITTED 086/146] gccrs: lang-item: Add Option::{None, Some}, Iterator::next, IntoIter::into_iter
arthur.cohen@embecosm.com
- [COMMITTED 087/146] gccrs: lang-items: Collect trait functions that are lang items
arthur.cohen@embecosm.com
- [COMMITTED 088/146] gccrs: ast: Add new constructors for PathInExpression
arthur.cohen@embecosm.com
- [COMMITTED 089/146] gccrs: ast-builder: Add more methods
arthur.cohen@embecosm.com
- [COMMITTED 090/146] gccrs: Fix NR2.0 compiler ICE caused by Generics in Enums
arthur.cohen@embecosm.com
- [COMMITTED 091/146] gccrs: nr2.0: Handle "Self" properly in trait definitions
arthur.cohen@embecosm.com
- [COMMITTED 092/146] gccrs: ast: Add EnumItem::Kind
arthur.cohen@embecosm.com
- [COMMITTED 093/146] gccrs: Remove Rust::make_unique
arthur.cohen@embecosm.com
- [COMMITTED 094/146] gccrs: lower: Correctly lower parenthesized types
arthur.cohen@embecosm.com
- [COMMITTED 095/146] gccrs: tychk: Add more support for additional trait bounds in functions
arthur.cohen@embecosm.com
- [COMMITTED 096/146] gccrs: nr2.0: Resolve type aliases inside trait definitions
arthur.cohen@embecosm.com
- [COMMITTED 097/146] gccrs: ast: Add new Kind enums for more precise downcasting
arthur.cohen@embecosm.com
- [COMMITTED 098/146] gccrs: use StackedContexts for block context
arthur.cohen@embecosm.com
- [COMMITTED 099/146] gccrs: fix ICE during HIR dump
arthur.cohen@embecosm.com
- [COMMITTED 100/146] gccrs: nr2.0: Improve default, top-level, and late resolvers
arthur.cohen@embecosm.com
- [COMMITTED 101/146] gccrs: fix ICE in borrows to invalid expressions
arthur.cohen@embecosm.com
- [COMMITTED 102/146] gccrs: add support for lang_item eq and PartialEq trait
arthur.cohen@embecosm.com
- [COMMITTED 103/146] gccrs: fix ICE with hir dump on closure
arthur.cohen@embecosm.com
- [COMMITTED 104/146] gccrs: nr2.0: Resolve Self inside impl blocks
arthur.cohen@embecosm.com
- [COMMITTED 105/146] gccrs: cleanup our enum type layout to be closer to rustc
arthur.cohen@embecosm.com
- [COMMITTED 106/146] gccrs: Allow float type to be casted as integer type
arthur.cohen@embecosm.com
- [COMMITTED 107/146] gccrs: match arms are a LUB
arthur.cohen@embecosm.com
- [COMMITTED 108/146] gccrs: rust/intrinsic: add try intrinsic and panic strategy options
arthur.cohen@embecosm.com
- [COMMITTED 109/146] gccrs: rust/intrinsic: add new "catch_unwind" variant of API
arthur.cohen@embecosm.com
- [COMMITTED 110/146] gccrs: add two more tests to test try-catch (unwind) code generation
arthur.cohen@embecosm.com
- [COMMITTED 111/146] gccrs: Visit the trait paths of trait implementations
arthur.cohen@embecosm.com
- [COMMITTED 112/146] gccrs: improve mutability checks
arthur.cohen@embecosm.com
- [COMMITTED 113/146] gccrs: gcc/rust/ChangeLog:
arthur.cohen@embecosm.com
- [COMMITTED 114/146] gccrs: Add ForeverStackStore
arthur.cohen@embecosm.com
- [COMMITTED 115/146] gccrs: testsuite: Fix missing handling of little endian.
arthur.cohen@embecosm.com
- [COMMITTED 116/146] gccrs: Fix scan-gimple testcases on LE platforms.
arthur.cohen@embecosm.com
- [COMMITTED 117/146] gccrs: Revert "gcc/rust/ChangeLog:"
arthur.cohen@embecosm.com
- [COMMITTED 118/146] gccrs: Add missing name resolution to static items in blocks
arthur.cohen@embecosm.com
- [COMMITTED 119/146] gccrs: nr2.0: Early resolve pending eager macro invocations
arthur.cohen@embecosm.com
- [COMMITTED 120/146] gccrs: Remove dead code related to external functions
arthur.cohen@embecosm.com
- [COMMITTED 121/146] gccrs: ast: Fix warning about copy elision for moved expr
arthur.cohen@embecosm.com
- [COMMITTED 122/146] gccrs: attributes: Add #[derive] as a built-in attribute
arthur.cohen@embecosm.com
- [COMMITTED 123/146] gccrs: collect-lang-items: Display attribute upon error finding it
arthur.cohen@embecosm.com
- [COMMITTED 124/146] gccrs: ast: Refactor how lang item paths are handled.
arthur.cohen@embecosm.com
- [COMMITTED 125/146] gccrs: tychk: resolve lang item type paths properly
arthur.cohen@embecosm.com
- [COMMITTED 126/146] gccrs: lower: Properly lower non-generic lang item type path segments.
arthur.cohen@embecosm.com
- [COMMITTED 127/146] gccrs: lang-items: Collect struct lang items.
arthur.cohen@embecosm.com
- [COMMITTED 128/146] gccrs: lang-item: Add LangItem::PrettyString
arthur.cohen@embecosm.com
- [COMMITTED 129/146] gccrs: mappings: Add get_lang_item_node
arthur.cohen@embecosm.com
- [COMMITTED 130/146] gccrs: ast-collector: Adapt to lang item type path segments
arthur.cohen@embecosm.com
- [COMMITTED 131/146] gccrs: ast-collector: Fix tuple struct pattern collection
arthur.cohen@embecosm.com
- [COMMITTED 132/146] gccrs: lang-items: Mark Clone trait as a lang item in testsuite
arthur.cohen@embecosm.com
- New French PO file for 'gcc' (version 15.1-b20250316)
Translation Project Robot
- Contents of PO file 'gcc-15.1-b20250316.fr.po'
Translation Project Robot
- [COMMITTED 133/146] gccrs: builder: Allow generating struct statements
arthur.cohen@embecosm.com
- [COMMITTED 134/146] gccrs: derive(Clone): Manually generate AssertParamIsCopy struct for unions
arthur.cohen@embecosm.com
- [COMMITTED 135/146] gccrs: derive(Clone): Mark PhantomData as a lang item
arthur.cohen@embecosm.com
- [COMMITTED 136/146] gccrs: derive(Copy): Use copy lang item when deriving Copy.
arthur.cohen@embecosm.com
- [COMMITTED 137/146] gccrs: ast-builder: Add new methods around type paths.
arthur.cohen@embecosm.com
- [COMMITTED 138/146] gccrs: derive(Clone): Use lang item for PhantomData in Clone
arthur.cohen@embecosm.com
- [COMMITTED 139/146] gccrs: derive(Clone): Add note about Clone::clone()
arthur.cohen@embecosm.com
- [COMMITTED 140/146] gccrs: derive(Clone): Improve existing testcase
arthur.cohen@embecosm.com
- [COMMITTED 141/146] gccrs: derive(Clone): Add deriving of simple enum variants
arthur.cohen@embecosm.com
- [COMMITTED 142/146] gccrs: ast-builder: Add new methods for building structs
arthur.cohen@embecosm.com
- [COMMITTED 143/146] gccrs: derive(Clone): Implement clone for enum tuple variants
arthur.cohen@embecosm.com
- [COMMITTED 144/146] gccrs: derive(Clone): Implement derive clone for enum struct variants
arthur.cohen@embecosm.com
- [COMMITTED 145/146] gccrs: derive(Clone): Add lang item typepaths failure testcases to nr2 exclude
arthur.cohen@embecosm.com
- [COMMITTED 146/146] gccrs: nr2.0: late: Better format PathInExpression resolution
arthur.cohen@embecosm.com
- [Patch] testsuite/lib/libgomp.exp: compile with -fdiagnostics-plain-output
Tobias Burnus
- [Patch] testsuite/lib/libgomp.exp: compile with -fdiagnostics-plain-output
Jakub Jelinek
- [PATCH 3/3] libstdc++: Fix localized %c formatting for non-UTC times [PR117214]
Tomasz Kaminski
- COBOL: Implementation of STOP RUN / GOBACK
Simon Sobisch
- [PATCH v2 2/2] PR119376: Disable clang musttail
Jason Merrill
- [PATCH 3/3] libstdc++: Fix localized %c formatting for non-UTC times [PR117214]
Jonathan Wakely
- [Fortran, Patch, PR119380, v1] Fix freeing procedure pointers in components
Andre Vehreschild
- [PATCH] nvptx: In offloading compilation, special-case certain host-setup symbol aliases [PR101544]
Jason Merrill
- [PATCH] gimple: sccopy: Don't increment i after vec::unordered_remove()
Richard Biener
- [PATCH 1/1][RFC] Induction vectorizer: prevent ICE for scalable types
Richard Biener
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Richard Biener
- [PATCH] lra, v2: emit caller-save register spills before call insn [PR116028]
Jakub Jelinek
- [PING^1][PATCH v2] rs6000: Adding missed ISA 3.0 atomic memory operation instructions.
jeevitha
- [patch, avr] Add "used" attribute to code in .initN and .finiN
Georg-Johann Lay
- [PATCH 06/10] testsuite: aarch64: arm: Add -mfpu=auto to arm_v8_2a_bf16_neon_ok
Christophe Lyon
- [PATCH 0/1] Cherry pick of patch for gcc-13 fixing PR119372
Matthew Malcomson
- [PATCH] libstdc++: Add P1206R7 range operations to std::deque [PR111055]
Tomasz Kaminski
- C++/v3 PATCH to add/throw std::bad_array_new_length
Thomas Schwinge
- [PATCH 06/10] testsuite: aarch64: arm: Add -mfpu=auto to arm_v8_2a_bf16_neon_ok
Richard Earnshaw (lists)
- [PATCH 0/1] Cherry pick of patch for gcc-13 fixing PR119372
Alex Coplan
- [Fortran, Patch, PR119349, v1] Fix regression of polymorphic dummy sourced from array constructors.
Paul Richard Thomas
- [PUSHED] Add 'gcc.target/nvptx/alias-unsupported-1.c'
Thomas Schwinge
- [PUSHED] Add 'g++.target/nvptx/alias-g++.dg_init_dtor2-2.C'
Thomas Schwinge
- [Fortran, Patch, PR119349, v1] Fix regression of polymorphic dummy sourced from array constructors.
Andre Vehreschild
- [v2] C++: Adjust implicit '__cxa_bad_cast' prototype to reality
Thomas Schwinge
- [PATCH] libstdc++: Add P1206R7 range operations to std::deque [PR111055]
Jonathan Wakely
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Robert Dubner
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Richard Biener
- [pushed] c++: fix return type of __cxa_bad_array_new_length
Jason Merrill
- [PATCH 06/10] testsuite: aarch64: arm: Add -mfpu=auto to arm_v8_2a_bf16_neon_ok
Christophe Lyon
- [patch, avr] Add "used" attribute to code in .initN and .finiN
Denis Chertykov
- [PATCH RFA] ipa: target clone and mangling alias [PR114992]
Jan Hubicka
- [committed 1/2] arm: testsuite: memcpy-aligned requires unaligned accesses
Richard Earnshaw
- [committed 2/2] arm: testsuite: make unaligned-memcpy-*.c executable tests [PR91614]
Richard Earnshaw
- [PATCH 06/10] testsuite: aarch64: arm: Add -mfpu=auto to arm_v8_2a_bf16_neon_ok
Christophe Lyon
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Robert Dubner
- [PATCH 06/10] testsuite: aarch64: arm: Add -mfpu=auto to arm_v8_2a_bf16_neon_ok
Richard Earnshaw (lists)
- [PATCH] cobol, driver: Handle targets without HAVE_LD_STATIC_DYNAMIC.
Iain Sandoe
- [PATCH] cobol: Do not overload int64_t, overload long and long long.
NightStrike
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
Robert Dubner
- [PATCH v2] libstdc++: Add P1206R7 range operations to std::deque [PR111055]
Tomasz Kamiński
- COBOL: Implementation of STOP RUN / GOBACK
James K. Lowden
- [PATCH v3, backport] c++: Don't prune constant capture proxies only used in array dimensions [PR114292]
Simon Martin
- [PATCH] lra, v2: emit caller-save register spills before call insn [PR116028]
Jakub Jelinek
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
Robert Dubner
- [PATCH] opcodes: fix wrong code in expand_binop_directly [PR117811]
Andrew Pinski
- [PATCH 06/10] testsuite: aarch64: arm: Add -mfpu=auto to arm_v8_2a_bf16_neon_ok
Christophe Lyon
- [PATCH] cobol: Rename COB_{BLOCK,UNSIGNED,SIGNED} to {BLOCK,UNSIGNED,SIGNED}_kw for consistency
James K. Lowden
- [PATCH] OpenMP: 'interop' construct - add ME support + target-independent libgomp
Paul-Antoine Arras
- [pushed: r15-7126] jit: fix startup on aarch64
Antoni Boucher
- Frontend access to target features (was Re: [PATCH] libgccjit: Add ability to get CPU features)
Antoni Boucher
- [PATCH] cobol, libgcobol: Currently libgcobol depends on libstdc++.
Iain Sandoe
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Richard Biener
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Robert Dubner
- [PATCH] OpenMP: 'interop' construct - add ME support + target-independent libgomp
Tobias Burnus
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Richard Biener
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Robert Dubner
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Jakub Jelinek
- [PATCH] Export native_encode_real operating on REAL_VALUE_TYPE
Richard Biener
- [PATCH] cobol, driver: Handle targets without HAVE_LD_STATIC_DYNAMIC.
Richard Biener
- [PATCH] cobol, libgcobol: Currently libgcobol depends on libstdc++.
Richard Biener
- [PATCH] Export native_encode_real operating on REAL_VALUE_TYPE
Jakub Jelinek
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Robert Dubner
- [PATCH] lra, v2: emit caller-save register spills before call insn [PR116028]
Vladimir Makarov
- [PATCH] OpenMP: 'interop' construct - add ME support + target-independent libgomp
Sandra Loosemore
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Jakub Jelinek
- [pushed] c++: add fixed test [PR119378]
Patrick Palka
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Richard Biener
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Robert Dubner
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Robert Dubner
- [PATCH] c++: ICE w/ dependently scoped template friend [PR119378]
Patrick Palka
- [PATCH] c++: structural equality and partially inst typedef [PR119379]
Patrick Palka
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Jakub Jelinek
- [PATCH] cobol: Replace quadratic loop removing std::set elements
James K. Lowden
- [Patch] libgomp/plugin: Add initial interop support to nvptx + gcn
Tobias Burnus
- [patch, avr] PR119421: Optimize more bit operations
Georg-Johann Lay
- [PATCH] cobol: Make CXXFLAGS_FOR_TARGET available to the libgcobol build.
Robert Dubner
- [PATCH] cobol: Address some iconv issues.
Robert Dubner
- [patch, avr] PR119421: Optimize more bit operations
Jeff Law
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Jakub Jelinek
- [PATCH] cobol: Address some iconv issues.
Iain Sandoe
- [committed] libgomp.fortran/get-mapped-ptr-1.f90: Use -6 for non-conf dev number
Tobias Burnus
- [PATCH] c++: structural equality and partially inst typedef [PR119379]
Jason Merrill
- [PATCH] c++: ICE w/ dependently scoped template friend [PR119378]
Jason Merrill
- [PATCH] c++, libcpp: Allow some left shifts in the preprocessor [PR119391]
Jakub Jelinek
- [PATCH] cobol: Address some iconv issues.
Robert Dubner
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Robert Dubner
- [PATCH] Fix up some further cases of missing or extraneous spaces in diagnostics
Jakub Jelinek
- [PATCH] Fix up some further cases of missing or extraneous spaces in diagnostics
Richard Biener
- [PATCH] cobol: Make CXXFLAGS_FOR_TARGET available to the libgcobol build.
Richard Biener
- [PATCH] Fix up some further cases of missing or extraneous spaces in diagnostics
Andreas Schwab
- [PATCH] Fix up some further cases of missing or extraneous spaces in diagnostics
Jakub Jelinek
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Jakub Jelinek
- [PATCH] Fix up some further cases of missing or extraneous spaces in diagnostics
Andreas Schwab
- [PATCH] cobol: Address some iconv issues.
Iain Sandoe
- [PATCH] LoongArch: Support Q suffix for __float128.
Lulu Cheng
- [PATCH v2 2/2] PR119376: Disable clang musttail
Jakub Jelinek
- [committed] libphobos: Fix IEEE typo in std.numeric link
Iain Buclaw
- [committed] libphobos: Add module declaration to rt.invariant
Iain Buclaw
- [committed] d: Indexing a cast(AA) yields no lvalue anymore
Iain Buclaw
- [committed] d: Add C++23 to CppStdRevision enum
Iain Buclaw
- [committed] d: Improve UFCS/property error message
Iain Buclaw
- [committed] d: Bump front-end language version to v2.111.0-rc.1.
Iain Buclaw
- [pushed] Darwin: We do not need libdl, it is provided in libSystem.
Iain Sandoe
- [PATCH 2/1] c++/modules: Handle gnu_inline, again [PR119154]
Nathaniel Shead
- [PATCH v2] aarch64, Darwin: Initial implementation of Apple cores [PR113257].
Iain Sandoe
- [avr] libgcc: Properly exclude some object files for avrtiny
Georg-Johann Lay
- [COMMITTED 136/145] gccrs: Fix nightly rustc warnings
Thomas Schwinge
- [COMMITTED 136/145] gccrs: Fix nightly rustc warnings
Arthur Cohen
- [COMMITTED 136/145] gccrs: Fix nightly rustc warnings
Thomas Schwinge
- New Croatian PO file for 'gcc' (version 15.1-b20250316)
Translation Project Robot
- Contents of PO file 'gcc-15.1-b20250316.hr.po'
Translation Project Robot
- [avr] libgcc: Properly exclude some object files for avrtiny
Denis Chertykov
- [patch, avr] PR119421: Optimize more bit operations
Denis Chertykov
- [PING^2][PATCH] Alpha: Fix base block alignment calculation regression
Maciej W. Rozycki
- [PING][PATCH v3 0/4] Fix data races with sub-longword accesses on Alpha
Maciej W. Rozycki
- [COMMITTED] libgfortran/intrinsics: Fix build for targets with int32_t=long int
Hans-Peter Nilsson
- [patch,avr,applied] Use "avr-peep2-after-fuse-move" for the 2nd run of peephole2.
Georg-Johann Lay
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Paul Koning
- [PATCH 06/10] testsuite: aarch64: arm: Add -mfpu=auto to arm_v8_2a_bf16_neon_ok
Christophe Lyon
- [PATCH] libstdc++: Ensure that std::vector<bool> allocator has bool value_type
Jonathan Wakely
- [PATCH] libstdc++: Fix std::vector::append_range for overlapping ranges
Jonathan Wakely
- [PATCH] c++: Fix ICE when template lambdas call with default parameters in unevaluated context
yxj-github-437
- [PATCH] cobol: Address some iconv issues.
Robert Dubner
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Robert Dubner
- [PATCH] c++: Don't mix timevar_start and auto_cond_timevar for TV_NAME_LOOKUP [PR116681]
Simon Martin
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Jakub Jelinek
- [patch,avr,applied] Clarify some optimization options.
Georg-Johann Lay
- [patch,avr,applied] Add AVR-SD devices
Georg-Johann Lay
- [PATCH] includes, Darwin: Handle modular use for macOS SDKs [PR116827].
Iain Sandoe
- [committed] d: Fix ICE type variant differs by TYPE_PACKED [PR117621]
Iain Buclaw
- [wwwdocs,applied] AVR: Mention more supported devices
Georg-Johann Lay
- [PATCH] toplevel, Makefile: Add missing CXX_FOR_TARGET export [PR88319].
Iain Sandoe
- New Swedish PO file for 'gcc' (version 15.1-b20250316)
Translation Project Robot
- Contents of PO file 'gcc-15.1-b20250316.sv.po'
Translation Project Robot
- [PATCH] toplevel, Makefile: Add missing CXX_FOR_TARGET export [PR88319].
Jeff Law
- [PATCH] toplevel, Makefile: Add missing CXX_FOR_TARGET export [PR88319].
Iain Sandoe
- [PATCH] OpenMP: Create additional interop objects with append_args.
Sandra Loosemore
- [RFC 0/4] Doc: Reorganize the "C Extensions" chapter [PR42270]
Sandra Loosemore
- [PATCH] RISC-V: Allow redirecting function calls to the same FMV clone
Yangyu Chen
- [PATCH 2/1] c++/modules: Handle gnu_inline, again [PR119154]
Jason Merrill
- [PATCH] c++: Don't mix timevar_start and auto_cond_timevar for TV_NAME_LOOKUP [PR116681]
Jason Merrill
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Robert Dubner
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Jakub Jelinek
- [PATCH] toplevel, Makefile: Add missing CXX_FOR_TARGET export [PR88319].
Jeff Law
- [PATCH] toplevel, Makefile: Add missing CXX_FOR_TARGET export [PR88319].
Iain Sandoe
- [PATCH] toplevel, Makefile: Add missing CXX_FOR_TARGET export [PR88319].
Jeff Law
- [PATCH] OpenMP: Create additional interop objects with append_args.
Tobias Burnus
- [PATCH] libgcobol: C++-ify the configuration steps.
Iain Sandoe
- [PATCH] vect: Add assert to expand_vector_conversion [PR118616]
Andrew Pinski
- [committed] MAINTAINERS: Add myself
James K. Lowden
- New Croatian PO file for 'gcc' (version 15.1-b20250316)
Translation Project Robot
- Contents of PO file 'gcc-15.1-b20250316.hr.po'
Translation Project Robot
- [PATCH] libgcobol: Only use random_r if it is available [PR119295]
Iain Sandoe
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Robert Dubner
- [PATCH] RISC-V: xtheadmemidx: Split slli.uw pattern
Bohan Lei
- [PATCH] RISC-V: Allow redirecting function calls to the same FMV clone
Andrew Carlotti
- [PATCH] RISC-V: Allow redirecting function calls to the same FMV clone
Yangyu Chen
- [PATCH] Teach gcov to not ignore coroutine actor functions.
Michael Welsh Duggan
- [gcc-wwwdocs PATCH] gcc-14/15: Mention recent change for Intel x86_64
Haochen Jiang
- [PATCH] RISC-V: Allow redirecting function calls to the same FMV clone
Alfie Richards
- [PUSHED] nvptx: Default at least to '-mptx=6.3'
Thomas Schwinge
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Jakub Jelinek
- nvptx: In offloading compilation, special-case certain host-setup symbol aliases [PR101544]
Thomas Schwinge
- [PATCH] libstdc++: Ensure that std::vector<bool> allocator has bool value_type
Tomasz Kaminski
- [PATCH 0/4] Update the configure of host 'basename'.
Iain Sandoe
- [PATCH 1/4] libiberty: Append <libgen.h> to AC_CHECK_DECLS [PR119218].
Iain Sandoe
- [PATCH 2/4] gcc, configure: When checking for basename, use the same process as libiberty [PR119250].
Iain Sandoe
- [PATCH 3/4] gcc, gcov: Use 'lbasename' consistently.
Iain Sandoe
- [PATCH 4/4] rust: Use 'lbasename()' consistently.
Iain Sandoe
- [PUSHED] Add 'libgomp.c++/pr101544-1{, -O0}.C', 'libgomp.oacc-c++/pr101544-1.C' [PR101544]
Thomas Schwinge
- [PUSHED] Add 'libgomp.c++/pr96835-1{, -O0}.C', 'libgomp.oacc-c++/pr96835-1.C' [PR96835]
Thomas Schwinge
- [PATCH] vect: Add assert to expand_vector_conversion [PR118616]
Richard Biener
- [PATCH] libgcobol: Ensure that config.h is included.
Iain Sandoe
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Richard Biener
- [PATCH] libstdc++: Fix std::vector::append_range for overlapping ranges
Tomasz Kaminski
- [PATCH] cobol: Move includes before system.h
Iain Sandoe
- [PATCH] RISC-V: Allow redirecting function calls to the same FMV clone
Yangyu Chen
- [PATCH] libgcobol: use standard f128 suffix instead of Q for _Float128 literals
Andreas Schwab
- [PATCH] Remove buffer overflow in cobol driver
Andreas Schwab
- [PATCH] libgcobol: use standard f128 suffix instead of Q for _Float128 literals
Iain Sandoe
- [PATCH v2] RISC-V: Fix wrong LMUL when only implict zve32f.
Robin Dapp
- [PATCH] libstdc++: Fix std::vector::append_range for overlapping ranges
Jonathan Wakely
- [WIP] C++: Adjust implicit '__cxa_bad_typeid' prototype to reality (was: [v2] C++: Adjust implicit '__cxa_bad_cast' prototype to reality)
Thomas Schwinge
- [PATCH v2] libstdc++: Add P1206R7 range operations to std::deque [PR111055]
Tomasz Kamiński
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Jakub Jelinek
- [committed] arm: testsuite: tighten scan-assembler in unaligned-memcpy-4.c
Richard Earnshaw
- [Patch] libgomp/plugin/plugin-nvptx.c: Fix device used for stream creation
Tobias Burnus
- [PATCH] libstdc++: Update tzdata to 2025a
Tomasz Kaminski
- [PATCH v2] libstdc++: Fix std::vector::append_range for overlapping ranges
Jonathan Wakely
- [PATCH] RISC-V: Recognized svadu and svade extension
Mingzhu Yan
- [PATCH v2] libstdc++: Fix std::vector::append_range for overlapping ranges
Tomasz Kaminski
- [PATCHSET] Update Rust frontend 24/03/2024 4/4
arthur.cohen@embecosm.com
- [COMMITTED 001/141] gccrs: typecheck: Separate assemble_builtin_candidate in two
arthur.cohen@embecosm.com
- [COMMITTED 002/141] gccrs: typecheck: Add basic handling for applying auto trait bounds
arthur.cohen@embecosm.com
- [COMMITTED 003/141] gccrs: lang-item:Add LangItem::Kind::RECEIVER
arthur.cohen@embecosm.com
- [COMMITTED 004/141] gccrs: hir-dump: Improve handling of typepathsegments that are lang items.
arthur.cohen@embecosm.com
- [COMMITTED 005/141] gccrs: ast-builder: Add extra parameter for TypeParam builder
arthur.cohen@embecosm.com
- [COMMITTED 006/141] gccrs: derive(Clone): Add Clone bound on generated impl blocks
arthur.cohen@embecosm.com
- [COMMITTED 007/141] gccrs: derive(Clone): Use lang item bounds on AssertParamIsCopy
arthur.cohen@embecosm.com
- [COMMITTED 008/141] gccrs: derive(Copy): Improve bounds when deriving Copy
arthur.cohen@embecosm.com
- [COMMITTED 009/141] gccrs: Fix rust breakage with nr2
arthur.cohen@embecosm.com
- [COMMITTED 010/141] gccrs: lang-items: Add Result and Try lang items
arthur.cohen@embecosm.com
- [COMMITTED 011/141] gccrs: backend: Allow anything as a match scrutinee
arthur.cohen@embecosm.com
- [COMMITTED 012/141] gccrs: Check for type paths nr2.0 can't handle yet
arthur.cohen@embecosm.com
- [COMMITTED 013/141] gccrs: Add environment capture to NR2
arthur.cohen@embecosm.com
- [COMMITTED 014/141] gccrs: Add captures for ClosureExprInnerTyped with nr2
arthur.cohen@embecosm.com
- [COMMITTED 015/141] gccrs: Infer crate name after file opening
arthur.cohen@embecosm.com
- [COMMITTED 016/141] gccrs: catch missing guard for optional result
arthur.cohen@embecosm.com
- [COMMITTED 017/141] gccrs: lang-items: Collect enum variants as lang items
arthur.cohen@embecosm.com
- [COMMITTED 018/141] gccrs: mappings: Improve error message for get_lang_item_node
arthur.cohen@embecosm.com
- [COMMITTED 019/141] gccrs: lang-items: Add LangItem::IsEnumVariant
arthur.cohen@embecosm.com
- [COMMITTED 020/141] gccrs: ast: More visitors to allow lang item paths in expressions
arthur.cohen@embecosm.com
- [COMMITTED 021/141] gccrs: hir: Add LangItem paths to PathPattern class
arthur.cohen@embecosm.com
- [COMMITTED 022/141] gccrs: hir: Adapt visitors to lang item PathInExpressions
arthur.cohen@embecosm.com
- [COMMITTED 023/141] gccrs: marklive: Fix handling for lang item PathInExpressions.
arthur.cohen@embecosm.com
- [COMMITTED 024/141] gccrs: ast: Add Path::is_lang_item()
arthur.cohen@embecosm.com
- [COMMITTED 025/141] gccrs: backend: Improve handling of lang-item PathInExpressions
arthur.cohen@embecosm.com
- [COMMITTED 026/141] gccrs: Labels shall be pushed within label namespace
arthur.cohen@embecosm.com
- [COMMITTED 027/141] gccrs: Add debug dump to old name resolver
arthur.cohen@embecosm.com
- [COMMITTED 028/141] gccrs: Add unit struct to name namespace in old resolver
arthur.cohen@embecosm.com
- [COMMITTED 029/141] gccrs: Remove query mode on CompileItem
arthur.cohen@embecosm.com
- [COMMITTED 030/141] gccrs: Remove some tests from nr2 exclusion file
arthur.cohen@embecosm.com
- [COMMITTED 031/141] gccrs: Clone expr instead of taking it
arthur.cohen@embecosm.com
- [COMMITTED 032/141] gccrs: Make foreverstack debug string const
arthur.cohen@embecosm.com
- [COMMITTED 033/141] gccrs: Resolved item type shall be differentiated later
arthur.cohen@embecosm.com
- [COMMITTED 034/141] gccrs: Compile unit struct with constructor
arthur.cohen@embecosm.com
- [COMMITTED 035/141] gccrs: Remove some passing test from exclude file
arthur.cohen@embecosm.com
- [COMMITTED 036/141] gccrs: add new -frust-overflow-checks flag to control overflow checks
arthur.cohen@embecosm.com
- [COMMITTED 037/141] gccrs: lang-items: Add From::from
arthur.cohen@embecosm.com
- [COMMITTED 038/141] gccrs: add support for ref literal patterns
arthur.cohen@embecosm.com
- [COMMITTED 039/141] gccrs: ast: Add new Expr::Kinds
arthur.cohen@embecosm.com
- [COMMITTED 040/141] gccrs: Add option_env! support
arthur.cohen@embecosm.com
- [COMMITTED 041/141] gccrs: Fix an issue with ForeverStack::dfs_rib
arthur.cohen@embecosm.com
- [COMMITTED 042/141] gccrs: nr2.0: late: Add proper handling for lang item PathInExpressions
arthur.cohen@embecosm.com
- [COMMITTED 043/141] gccrs: lang-items: Add structural_{peq, teq}
arthur.cohen@embecosm.com
- [COMMITTED 044/141] gccrs: scan-deadcode: Do not warn unused fields if they start with '_'
arthur.cohen@embecosm.com
- [COMMITTED 045/141] gccrs: ast-builder: Add new functions to create type paths.
arthur.cohen@embecosm.com
- [COMMITTED 046/141] gccrs: ast-builder: Add new methods for functions, traits and tuples.
arthur.cohen@embecosm.com
- [COMMITTED 047/141] gccrs: derive-visitor: Add method for setting up derived impl generics
arthur.cohen@embecosm.com
- [COMMITTED 048/141] gccrs: derive(Clone, Copy): Cleanup using new method from DeriveVisitor
arthur.cohen@embecosm.com
- [COMMITTED 049/141] gccrs: derive(Debug): Add stub implementation.
arthur.cohen@embecosm.com
- [COMMITTED 050/141] gccrs: ast: builder: Add Return expression builder
arthur.cohen@embecosm.com
- [COMMITTED 051/141] gccrs: nr2.0: Remove accidental copies of resolver
arthur.cohen@embecosm.com
- [COMMITTED 052/141] gccrs: Fix bug in type resolution of paths
arthur.cohen@embecosm.com
- [COMMITTED 053/141] gccrs: Fix ICE when fn_once and fn_once_output lang item is not defined
arthur.cohen@embecosm.com
- [COMMITTED 054/141] gccrs: Fix ICE during path probe
arthur.cohen@embecosm.com
- [COMMITTED 055/141] gccrs: coercion sites allow for type inference as well.
arthur.cohen@embecosm.com
- [COMMITTED 056/141] gccrs: Fix crash in privay reporter for placeholder types
arthur.cohen@embecosm.com
- [COMMITTED 057/141] gccrs: Fix bad generic substitution error on fn/adt types
arthur.cohen@embecosm.com
- [COMMITTED 058/141] gccrs: Fix compilation of trait-items which map to impl items
arthur.cohen@embecosm.com
- [COMMITTED 059/141] gccrs: ast-builder: Add methods for QualifiedPathInExpressions
arthur.cohen@embecosm.com
- [COMMITTED 060/141] gccrs: derive(Default): Add implementation
arthur.cohen@embecosm.com
- [COMMITTED 061/141] gccrs: Add test case to show issue is fixed
arthur.cohen@embecosm.com
- [COMMITTED 062/141] gccrs: Add warning about default visitor usage
arthur.cohen@embecosm.com
- [COMMITTED 063/141] gccrs: inline-asm: Fix some warnings
arthur.cohen@embecosm.com
- [COMMITTED 064/141] gccrs: nr2.0: Resolve instances of TypePath more accurately
arthur.cohen@embecosm.com
- [COMMITTED 065/141] gccrs: ast: builder: Fix arguments of Builder::let
arthur.cohen@embecosm.com
- [COMMITTED 066/141] gccrs: ast: Add DesugarForLoop class
arthur.cohen@embecosm.com
- [COMMITTED 067/141] gccrs: session manager: Call into DesugarForLoops
arthur.cohen@embecosm.com
- [COMMITTED 068/141] gccrs: remove bad type checking diagnostic
arthur.cohen@embecosm.com
- [COMMITTED 069/141] gccrs: Get rid of duplicate interface gccrs#3396
arthur.cohen@embecosm.com
- [COMMITTED 070/141] gccrs: add discriminant value intrinsic
arthur.cohen@embecosm.com
- [COMMITTED 071/141] gccrs: add variant_count intrinsic
arthur.cohen@embecosm.com
- [COMMITTED 072/141] gccrs: enum type layout needs to respect the enum repr type
arthur.cohen@embecosm.com
- [COMMITTED 073/141] gccrs: remove name resolution inserts from type-path
arthur.cohen@embecosm.com
- [COMMITTED 074/141] gccrs: add diagnostic for E0229 no associated type arguments allowed here
arthur.cohen@embecosm.com
- [COMMITTED 075/141] gccrs: fix unconstrained generics check to handle recursive generics
arthur.cohen@embecosm.com
- [COMMITTED 076/141] gccrs: fix name resolution for generics where type param is declared later
arthur.cohen@embecosm.com
- [COMMITTED 077/141] gccrs: self paths are patterns but we dont have mappings for it
arthur.cohen@embecosm.com
- [COMMITTED 078/141] gccrs: improve error diagnostic for bad type-resolution in CallExpr
arthur.cohen@embecosm.com
- [COMMITTED 079/141] gccrs: Add name resolution and HIR lowering for ImplTraitType's
arthur.cohen@embecosm.com
- [COMMITTED 080/141] gccrs: initial setup for new OpaqueType to represent Impl types
arthur.cohen@embecosm.com
- [COMMITTED 081/141] gccrs: nr2.0: Resolve paths which start with Self
arthur.cohen@embecosm.com
- [COMMITTED 082/141] gccrs: Add type check on if-expr
arthur.cohen@embecosm.com
- [COMMITTED 083/141] gccrs: Add comments to resolve_segments
arthur.cohen@embecosm.com
- [COMMITTED 084/141] gccrs: nr2.0: Fix issue with external crates
arthur.cohen@embecosm.com
- [COMMITTED 085/141] gccrs: nr2.0: Run DefaultResolver::visit on PathInExpression
arthur.cohen@embecosm.com
- [COMMITTED 086/141] gccrs: derive(Eq): Add implementation.
arthur.cohen@embecosm.com
- [COMMITTED 087/141] gccrs: ast-builder: Improve function generation.
arthur.cohen@embecosm.com
- [COMMITTED 088/141] gccrs: ast-builder: Add new methods for creating operator expressions
arthur.cohen@embecosm.com
- [COMMITTED 089/141] gccrs: derive(Clone): chore: Cleanup
arthur.cohen@embecosm.com
- [COMMITTED 090/141] gccrs: derive(PartialEq): Add partial implementation
arthur.cohen@embecosm.com
- [COMMITTED 091/141] gccrs: expand: Allow built-in derives to generate multiple items
arthur.cohen@embecosm.com
- [COMMITTED 092/141] gccrs: derive(PartialEq): Also derive StructuralPartialEq
arthur.cohen@embecosm.com
- [COMMITTED 093/141] gccrs: derive(Eq): Also derive StructuralEq
arthur.cohen@embecosm.com
- [COMMITTED 094/141] gccrs: derive(Eq): Create copies of Eq typepath to avoid NodeId confusion
arthur.cohen@embecosm.com
- [COMMITTED 095/141] gccrs: Remove PathInExpression::get_pattern_node_id
arthur.cohen@embecosm.com
- [COMMITTED 096/141] gccrs: Fix expansion of macros inside modules
arthur.cohen@embecosm.com
- [COMMITTED 097/141] gccrs: Remove some member functions from SingleASTNode
arthur.cohen@embecosm.com
- [COMMITTED 098/141] gccrs: ast: builder: Add new builder methods
arthur.cohen@embecosm.com
- [COMMITTED 099/141] gccrs: derive(Debug): Use builder's ptrify function instead
arthur.cohen@embecosm.com
- [COMMITTED 100/141] gccrs: derive(Hash): Add implementation.
arthur.cohen@embecosm.com
- [COMMITTED 101/141] gccrs: hir-dump: Fix more segfaults in the HIR dump
arthur.cohen@embecosm.com
- [COMMITTED 102/141] gccrs: Adjust type path resolution error message
arthur.cohen@embecosm.com
- [COMMITTED 103/141] gccrs: nr2.0: Implement macro_use for modules
arthur.cohen@embecosm.com
- [COMMITTED 104/141] gccrs: lower: Always crash when lowering macro invocations
arthur.cohen@embecosm.com
- [COMMITTED 105/141] gccrs: name-resolution: early: Remove overzealous overrides
arthur.cohen@embecosm.com
- [COMMITTED 106/141] gccrs: expansion: Expand generic args in generic type path segments
arthur.cohen@embecosm.com
- [COMMITTED 107/141] gccrs: nr2.0: Handle lang item type path segments
arthur.cohen@embecosm.com
- [COMMITTED 108/141] gccrs: Adjust unknown macro error message
arthur.cohen@embecosm.com
- [COMMITTED 109/141] gccrs: ast: Add base for desugaring try expressions
arthur.cohen@embecosm.com
- [COMMITTED 110/141] gccrs: lower: Error out when lowering ErrorPropagationExpr
arthur.cohen@embecosm.com
- [COMMITTED 111/141] gccrs: session-manager: Call into DesugarQuestionMark
arthur.cohen@embecosm.com
- [COMMITTED 112/141] gccrs: Reduce usage of rust-session-manager.h
arthur.cohen@embecosm.com
- [COMMITTED 113/141] gccrs: nr2.0: Make sure PathInExpression is default resolved
arthur.cohen@embecosm.com
- [COMMITTED 114/141] gccrs: expansion: Correctly expand $crate metavar
arthur.cohen@embecosm.com
- [COMMITTED 115/141] gccrs: nr2.0: Set the node id of the root node
arthur.cohen@embecosm.com
- [COMMITTED 116/141] gccrs: Add rib kind debug representation
arthur.cohen@embecosm.com
- [COMMITTED 117/141] gccrs: Keep definition provenance to skip enum variants
arthur.cohen@embecosm.com
- [COMMITTED 118/141] gccrs: Add enum variant string information to definition
arthur.cohen@embecosm.com
- [COMMITTED 119/141] gccrs: Remove nr2 exhaustiveness test from exclusion list
arthur.cohen@embecosm.com
- [COMMITTED 120/141] gccrs: Add a test for enum variant name resolution
arthur.cohen@embecosm.com
- [COMMITTED 121/141] gccrs: Fix some small issues
arthur.cohen@embecosm.com
- [COMMITTED 122/141] gccrs: remove visitor which is not needed here
arthur.cohen@embecosm.com
- [COMMITTED 123/141] gccrs: track DefId on ADT Types this could be useful information
arthur.cohen@embecosm.com
- [COMMITTED 124/141] gccrs: check for recursion trait cycle with bounds checks
arthur.cohen@embecosm.com
- [COMMITTED 125/141] gccrs: Move import mapping resolution to in tree visit
arthur.cohen@embecosm.com
- [COMMITTED 126/141] gccrs: Remove tests from exclusion list
arthur.cohen@embecosm.com
- [COMMITTED 127/141] gccrs: Remove finalize import visitor
arthur.cohen@embecosm.com
- [COMMITTED 128/141] gccrs: Add a function to get the crate number from node id
arthur.cohen@embecosm.com
- [COMMITTED 129/141] gccrs: Insert crate name in canonical path
arthur.cohen@embecosm.com
- [COMMITTED 130/141] gccrs: Fix canonical path parent resolution
arthur.cohen@embecosm.com
- [COMMITTED 131/141] gccrs: Remove mangling tests from exclusion list
arthur.cohen@embecosm.com
- [COMMITTED 132/141] gccrs: nr2.0: Check compile/torture/*.rs tests
arthur.cohen@embecosm.com
- [COMMITTED 133/141] gccrs: Fix modules with same name as builtins causing ICE (#3315)
arthur.cohen@embecosm.com
- [COMMITTED 134/141] gccrs: emit an error for type or const parameters on foreign items
arthur.cohen@embecosm.com
- [COMMITTED 135/141] gccrs: nr2.0: Fix test self-path2.rs
arthur.cohen@embecosm.com
- [COMMITTED 136/141] gccrs: Prevent multiple resolution insertion
arthur.cohen@embecosm.com
- [COMMITTED 137/141] gccrs: nr2.0: Adjust visitors for struct expressions
arthur.cohen@embecosm.com
- [COMMITTED 138/141] gccrs: Modify multiple definition error
arthur.cohen@embecosm.com
- [COMMITTED 139/141] gccrs: nr2.0: Adjust indentifier expression handling
arthur.cohen@embecosm.com
- [COMMITTED 140/141] gccrs: nr2.0: Fix StructExprFieldIdentifier handling
arthur.cohen@embecosm.com
- [COMMITTED 141/141] gccrs: support generic super traits recursively
arthur.cohen@embecosm.com
- [PATCH] OpenMP: 'interop' construct - add ME support + target-independent libgomp
Thomas Schwinge
- [committed] testsuite: d: Break up Wbuiltin_declaration_mismatch2.d into smaller tests
Iain Buclaw
- [PATCH] PR middle-end/119442: expr.cc: Fix vec_duplicate into vector boolean modes
Kyrylo Tkachov
- [PATCH 0/2] cobol: Add a library spec (lingcobol.spec).
Iain Sandoe
- [PATCH 1/2] cobol, driver, libgcobol: Add support for libgcobol.spec.
Iain Sandoe
- [PATCH 2/2] testsuite, cobol: If libgcobol has a .spec file use it.
Iain Sandoe
- [PATCH] OpenMP: 'interop' construct - add ME support + target-independent libgomp
Paul-Antoine Arras
- [PATCH 1/2] [COBOL] Remove _Float128 use from numstr2i
Richard Biener
- [PATCH 2/2] [COBOL] Remove unused _Float128 using helpers
Richard Biener
- [PATCH] OpenMP: 'interop' construct - add ME support + target-independent libgomp
Jakub Jelinek
- [PATCH v2] libstdc++: Fix std::vector::append_range for overlapping ranges
Jonathan Wakely
- [PATCH 06/10] testsuite: aarch64: arm: Add -mfpu=auto to arm_v8_2a_bf16_neon_ok
Richard Earnshaw (lists)
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Robert Dubner
- [PATCH v2] libstdc++: Fix std::vector::append_range for overlapping ranges
Patrick Palka
- [PATCH] Remove buffer overflow in cobol driver
Robert Dubner
- [PATCH] OpenMP: 'interop' construct - add ME support + target-independent libgomp
Paul-Antoine Arras
- [PATCH] libgcobol: use standard f128 suffix instead of Q for _Float128 literals
Robert Dubner
- [PATCH] cobol: Move includes before system.h
Robert Dubner
- [PATCH] change cbl_field_data_t::etc_t::value from _Float128 to tree
Robert Dubner
- [PATCH] libgcobol: Ensure that config.h is included.
Robert Dubner
- [PATCH] libgcobol: Only use random_r if it is available [PR119295]
Robert Dubner
- [PATCH v2] RISC-V: Fix wrong LMUL when only implict zve32f.
Kito Cheng
- [PATCH 06/10] testsuite: aarch64: arm: Add -mfpu=auto to arm_v8_2a_bf16_neon_ok
Christophe Lyon
- [PATCH] libgcobol: C++-ify the configuration steps.
Iain Sandoe
- [PATCH 06/10] testsuite: aarch64: arm: Add -mfpu=auto to arm_v8_2a_bf16_neon_ok
Richard Earnshaw (lists)
- [PATCH] OpenMP: 'interop' construct - add ME support + target-independent libgomp
Paul-Antoine Arras
- [PATCH v2] RISC-V: Fix wrong LMUL when only implict zve32f.
Robin Dapp
- [PATCH v2] libstdc++: Fix std::vector::append_range for overlapping ranges
Jonathan Wakely
- [PATCH] RISC-V: xtheadmemidx: Split slli.uw pattern
Christoph Müllner
- [PATCH] libgcobol: C++-ify the configuration steps.
Robert Dubner
- [PATCH] libgcobol: C++-ify the configuration steps.
Iain Sandoe
- [PATCH v3] Don't instrument exit edges after musttail
Andi Kleen
- [Patch] libgomp/plugin/plugin-nvptx.c: Fix device used for stream creation
Thomas Schwinge
- [PATCH] libgcobol: C++-ify the configuration steps.
Iain Sandoe
- [PATCH] libstdc++: Fix handling of common cpp20-only ranges for flat sets [PR119415]
Tomasz Kamiński
- [PATCH] libstdc++: Fix handling of common cpp20-only ranges for flat sets [PR119415]
Patrick Palka
- [WIP] C++: Adjust implicit '__cxa_bad_typeid' prototype to reality
Jason Merrill
- [PATCH] libstdc++: Fix handling of common cpp20-only ranges for flat sets [PR119415]
Patrick Palka
- [pushed] c++: pack indexing and if consteval
Jason Merrill
- [PATCH] libstdc++: Fix handling of common cpp20-only ranges for flat sets [PR119415]
Jonathan Wakely
- [wwwdocs] Add Ada's GCC 15 changelog entry
Fernando Oleo Blanco
- [committed] libgomp: Save OpenMP device number when initializing the interop object (was: [Patch] libgomp/plugin/plugin-nvptx.c: Fix device used for stream creation)
Tobias Burnus
- [PATCH] c++: Fix ICE when template lambdas call with default parameters in unevaluated context
Jason Merrill
- [PATCH] Fix up some further cases of missing or extraneous spaces in diagnostics
Joseph Myers
- [PATCH, V3] PR target/118541 - Do not generate unordered fp cmoves for IEEE compares on PowerPC
Florian Weimer
- [PATCH] OpenMP: 'interop' construct - add ME support + target-independent libgomp
Sandra Loosemore
- [Patch, Fortran] C prototypes for functions returning C function pointers
Thomas Koenig
- [PATCH] RISC-V: disable the abd expander for gcc-15 release [PR119224]
Vineet Gupta
- [Patch, Fortran] C prototypes for functions returning C function pointers
Steve Kargl
- [Patch, Fortran] C prototypes for functions returning C function pointers
Harald Anlauf
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
James K. Lowden
- [Patch, Fortran] C prototypes for functions returning C function pointers
Thomas Koenig
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
Jakub Jelinek
- [Patch, Fortran] C prototypes for functions returning C function pointers
Harald Anlauf
- [committed] libstdc++: Add testcases for resolved bug [PR101527]
Jonathan Wakely
- [committed] libstdc++: Fix some broken links in the manual
Jonathan Wakely
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
Jakub Jelinek
- [PATCH] vect: Add assert to expand_vector_conversion [PR118616]
Andrew Pinski
- [PUSHEDv2] vect: Add assert to expand_vector_conversion [PR118616]
Andrew Pinski
- [PATCH] RISC-V: disable the abd expander for gcc-15 release [PR119224]
Jeff Law
- [PATCH 2/2] [COBOL] Remove unused _Float128 using helpers
Robert Dubner
- [PATCH v2] RISC-V: Fix wrong LMUL when only implict zve32f.
Kito Cheng
- [PATCH] i386: Fix AVX10.2 sat cvt intrinsic.
Hu, Lin1
- [PATCH] c++: Don't mix timevar_start and auto_cond_timevar for TV_NAME_LOOKUP [PR116681]
Simon Martin
- [PATCH] testsuite: Fix gcc.target/powerpc/vsx-builtin-7.c test [PR119382]
jeevitha
- [PATCH] i386: Fix up combination of -2 r<<= (x & 7) into btr [PR119428]
Jakub Jelinek
- [PATCH] tailc: Only diagnose musttail failures during tailc or musttail passes [PR119376]
Jakub Jelinek
- [PATCH] tailc: Don't fail musttail calls if they use or could use local arguments, instead warn [PR119376]
Jakub Jelinek
- [PATCH] i386: Add "s_" as Saturation for AVX10.2 Converting Intrinsics.
Hu, Lin1
- [PATCH] RISC-V: disable the abd expander for gcc-15 release [PR119224]
Robin Dapp
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
Richard Biener
- [PATCH] i386: Add "s_" as Saturation for AVX10.2 Converting Intrinsics.
Jakub Jelinek
- [PATCH] testsuite: add testcase for recent alias fix
Sam James
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
Jakub Jelinek
- [PATCH] tailc: Only diagnose musttail failures during tailc or musttail passes [PR119376]
Richard Biener
- [PATCH v2] i386: Add "s_" as Saturation for AVX10.2 Converting Intrinsics.
Hu, Lin1
- [PATCH v2] i386: Add "s_" as Saturation for AVX10.2 Converting Intrinsics.
Hu, Lin1
- [PATCH 0/2] cobol: Add a library spec (lingcobol.spec).
Richard Biener
- [PATCH v3] Don't instrument exit edges after musttail
Jakub Jelinek
- [PATCH v2] RISC-V: Fix wrong LMUL when only implict zve32f.
Robin Dapp
- [Patch] omp-general.cc: Remove 'if' around call to always 'true' returning function [PR118627]
Tobias Burnus
- [PATCH][COBOL][RFC] Remove strtof128 based diagnostics
Richard Biener
- [PATCH 0/4] Update the configure of host 'basename'.
Richard Biener
- [PATCH 0/4] Update the configure of host 'basename'.
Jakub Jelinek
- [committed][nvptx] Use .alias directive for mptx >= 6.3
Thomas Schwinge
- [committed] libstdc++: Cast -1 to size_t in <format> [PR119429]
Jonathan Wakely
- [committed][nvptx] Use .alias directive for mptx >= 6.3
Tom de Vries
- [Patch, v2] libgomp.texi: Document supported OpenMP 'interop' types for nvptx and gcn
Tobias Burnus
- [PATCH] RISC-V: Remove the priority in FMV ASM name mangling
Yangyu Chen
- [PATCH] libstdc++: Adjust how __gnu_debug::vector detects invalidation
Jonathan Wakely
- [PATCH v3] libstdc++: Fix std::vector::append_range for overlapping ranges
Jonathan Wakely
- [PATCH] doc: Use more precise cross-references for -ftrivial-auto-var-init
Jonathan Wakely
- [PATCH v3] libstdc++: Fix std::vector::append_range for overlapping ranges
Tomasz Kaminski
- [PATCH] libstdc++: Adjust how __gnu_debug::vector detects invalidation
Tomasz Kaminski
- [Patch] install.texi: gcn - suggest to use Newlib with simd math fix [PR119325]
Tobias Burnus
- [committed] arm: add commutative alternatives to <US>mull pattern.
Richard Earnshaw
- [PATCH v3] libstdc++: Add P1206R7 range operations to std::deque [PR111055]
Tomasz Kamiński
- [committed] libstdc++: Add testcase for std::filesystem::copy [PR118699]
Jonathan Wakely
- [PATCH] libstdc++: Allow std::ranges::to to create unions
Jonathan Wakely
- [Patch] install.texi: gcn - suggest to use Newlib with simd math fix [PR119325]
Andrew Stubbs
- [PATCH 06/10] testsuite: aarch64: arm: Add -mfpu=auto to arm_v8_2a_bf16_neon_ok
Christophe Lyon
- C++: Adjust implicit '__cxa_bad_typeid' prototype to reality
Thomas Schwinge
- [PATCH v2] RISC-V: Fix wrong LMUL when only implict zve32f.
Kito Cheng
- [committed] arm: testsuite use -std=gnu17 for pr65647.c
Richard Earnshaw
- [PATCH] RISC-V: Remove the priority in FMV ASM name mangling
Kito Cheng
- C++: Adjust implicit '__cxa_bad_typeid' prototype to reality
Jason Merrill
- [committed] arm: testsuite: update expected output in vect-early-break-cbranch.c
Richard Earnshaw
- [PATCH] middle-end/118795 - fix can_vec_perm_const_p query in match.pd
Richard Biener
- [committed] arm: testsuite: avoid dg-options in primary LTO file
Richard Earnshaw
- [PATCH] RISC-V: Remove the priority in FMV ASM name mangling
Yangyu Chen
- [PATCH] c++: Fix ICE when template lambdas call with default parameters in unevaluated context
yxj-github-437
- [PATCH] i386: Fix up combination of -2 r<<= (x & 7) into btr [PR119428]
Uros Bizjak
- [PATCH] target/119010 - add missing DF load/store reservations for znver4 and znver5
Richard Biener
- [PATCH] c++: Fix ICE when template lambdas call with default parameters in unevaluated context
Jason Merrill
- [PATCH] target/119010 - add missing integer store reservations for znver4 and znver5
Richard Biener
- [PATCH][COBOL][RFC] Remove strtof128 based diagnostics
Robert Dubner
- [PATCH] target/119010 - add missing DF load/store reservations for znver4 and znver5
Richard Biener
- [PATCH v2] RISC-V: Fix wrong LMUL when only implict zve32f.
Robin Dapp
- [PATCH v3] libstdc++: Add P1206R7 range operations to std::deque [PR111055]
Jonathan Wakely
- [PATCH] target/119010 - add missing DF load/store reservations for znver4 and znver5
Jeff Law
- [PATCH] RISC-V: disable the abd expander for gcc-15 release [PR119224]
Vineet Gupta
- [PATCH] RISC-V: Remove the priority in FMV ASM name mangling
Jeff Law
- [Patch, v2] libgomp.texi: Document supported OpenMP 'interop' types for nvptx and gcn
Sandra Loosemore
- [PATCH] tailc: Don't fail musttail calls if they use or could use local arguments, instead warn [PR119376]
Jason Merrill
- [PATCH] target/119010 - add missing integer store reservations for znver4 and znver5
Jan Hubicka
- [PATCH] testsuite: add testcase for recent alias fix
Martin Jambor
- [PATCH] target/119010 - add missing integer store reservations for znver4 and znver5
Jan Hubicka
- [COMMITTED] RISC-V: disable the abd expander for gcc-15 release [PR119224]
Vineet Gupta
- [Patch, v2] libgomp.texi: Document supported OpenMP 'interop' types for nvptx and gcn
Tobias Burnus
- [PATCH] tailc: Don't fail musttail calls if they use or could use local arguments, instead warn [PR119376]
Jakub Jelinek
- [PATCH] target/119010 - add missing DF load/store reservations for znver4 and znver5
Jan Hubicka
- [PATCH] OpenMP: 'interop' construct - add ME support + target-independent libgomp
Paul-Antoine Arras
- [PATCH v3] Don't instrument exit edges after musttail
Andi Kleen
- [PATCH] c++: Fix ICE when template lambdas call with default parameters in unevaluated context
yxj-github-437
- [PATCH v3] Don't instrument exit edges after musttail
Jakub Jelinek
- [PATCH v4] libstdc++: Add P1206R7 range operations to std::deque [PR111055]
Tomasz Kamiński
- [PATCH v2] c++: Don't replace INDIRECT_REFs by a const capture proxy too eagerly [PR117504]
Simon Martin
- [PATCH] libstdc++: Allow std::ranges::to to create unions
Tomasz Kaminski
- [PATCH] OpenMP: Create additional interop objects with append_args.
Sandra Loosemore
- [PATCH] OpenMP: Create additional interop objects with append_args.
Tobias Burnus
- [committed] arm: testsuite: adjust ftest tests
Richard Earnshaw
- [PATCH v4] libstdc++: Add P1206R7 range operations to std::deque [PR111055]
Jonathan Wakely
- [PATCH] libstdc++: Optimize std::vector construction from input iterators [PR108487]
Jonathan Wakely
- [PATCH] target/119010 - add missing DF load/store reservations for znver4 and znver5
Richard Biener
- [committed] arm: testsuite: skip mtp tests on thumb1
Richard Earnshaw
- [PATCH] libgcobol: Provide fallbacks for C32 strfromf32/64 [PR119296].
Iain Sandoe
- [PATCH] tailc: Don't fail musttail calls if they use or could use local arguments, instead warn [PR119376]
Alexander Monakov
- [PATCH] libstdc++: Optimize std::vector construction from input iterators [PR108487]
Tomasz Kaminski
- [PATCH] tailc: Don't fail musttail calls if they use or could use local arguments, instead warn [PR119376]
Jakub Jelinek
- [Patch, v3] libgomp.texi: Document supported OpenMP 'interop' types for nvptx and gcn
Tobias Burnus
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
James K. Lowden
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
Jakub Jelinek
- [PATCH] c++: Fix ICE when template lambdas call with default parameters in unevaluated context
Jason Merrill
- [Ada] Fix PR ada/119440
Eric Botcazou
- [PATCH] c++: Properly fold <COND_EXPR>.*<COMPONENT> [PR114525]
Simon Martin
- [PATCH] libstdc++: Optimize std::vector construction from input iterators [PR108487]
Jonathan Wakely
- [PATCH] tailc: Don't fail musttail calls if they use or could use local arguments, instead warn [PR119376]
Andi Kleen
- [PATCH] libstdc++: Optimize std::vector construction from input iterators [PR108487]
Tomasz Kaminski
- [PATCH] tailc: Don't fail musttail calls if they use or could use local arguments, instead warn [PR119376]
Alexander Monakov
- [PATCH] c++: Properly fold <COND_EXPR>.*<COMPONENT> [PR114525]
Jason Merrill
- [PATCH] toplevel, libcobol: Add dependency on libquadmath build [PR119244].
Iain Sandoe
- [Patch, Fortran] C prototypes for functions returning C function pointers
Thomas Koenig
- [PATCH] c++: Properly fold <COND_EXPR>.*<COMPONENT> [PR114525]
Marek Polacek
- [PATCH] toplevel, libcobol: Add dependency on libquadmath build [PR119244].
Jakub Jelinek
- [PATCH] c++: Properly fold <COND_EXPR>.*<COMPONENT> [PR114525]
Jason Merrill
- [PATCH] OpenMP: 'interop' construct - add ME support + target-independent libgomp
Sandra Loosemore
- [PATCH] tailc: Don't fail musttail calls if they use or could use local arguments, instead warn [PR119376]
Andi Kleen
- [PATCH] libstdc++: Optimize std::vector construction from input iterators [PR108487]
Jonathan Wakely
- [PATCH] c++: Properly fold <COND_EXPR>.*<COMPONENT> [PR114525]
Simon Martin
- [PATCH] c++: fix missing lifetime extension [PR119383]
Marek Polacek
- [pushed] c++: add fixed test [PR101881]
Marek Polacek
- [committed] cobol: Changes to eliminate _Float128 from the front end
Robert Dubner
- [committed] cobol: Changes to eliminate _Float128 from the front end
Robert Dubner
- [PATCH] testsuite: Fix gcc.target/powerpc/vsx-builtin-7.c test [PR119382]
Peter Bergner
- [PATCH] testsuite: Fix gcc.target/powerpc/vsx-builtin-7.c test [PR119382]
Segher Boessenkool
- [Patch, v3] libgomp.texi: Document supported OpenMP 'interop' types for nvptx and gcn
Sandra Loosemore
- ANAアカウント認証のご案内。番号:OG-44494402601
ANA SKY WEB
- [PATCH] cobol: Get rid of __int128 uses in the COBOL FE [PR119242]
Jakub Jelinek
- [PATCH 0/3] Automate use of -Os/-Oz as multilib selector
Keith Packard
- [PATCH 1/3] libgcc: Use -Os/-Oz from CC or CFLAGS
Keith Packard
- [PATCH 2/3] arm: Add missing multilib default values
Keith Packard
- [PATCH 3/3] gcc: Add --enable-multilib-space option
Keith Packard
- [PATCH] testsuite: Fix gcc.target/powerpc/vsx-builtin-7.c test [PR119382]
Peter Bergner
- [PATCH v2] i386: Add "s_" as Saturation for AVX10.2 Converting Intrinsics.
Liu, Hongtao
- [PATCH] i386: Set attr "addr" as "gpr16" for constraint "jm". [PR 119425]
Hu, Lin1
- [PATCH] gimple: Verify that lhs of an assign is NOT a function [PR118796]
Andrew Pinski
- [PATCH] cobol: Get rid of __int128 uses in the COBOL FE [PR119242]
Robert Dubner
- [PATCH] cobol: Get rid of __int128 uses in the COBOL FE [PR119242]
Robert Dubner
- [PATCH] gimple: Verify that lhs of an assign is NOT a function [PR118796]
Richard Biener
- [PATCH] testsuite: Fix gcc.target/powerpc/vsx-builtin-7.c test [PR119382]
Segher Boessenkool
- [PATCH] gimple: Verify that lhs of an assign is NOT a function [PR118796]
Andrew Pinski
- [PATCH] libstdc++: Check presence of iterator_category for flat_sets insert_range [PR119415]
Tomasz Kamiński
- [PATCH] gimple: Verify that lhs of an assign is NOT a function [PR118796]
Richard Biener
- [PATCH] Locality cloning pass (was: Introduce -flto-partition=locality)
Kyrylo Tkachov
- [PATCH v3] Don't instrument exit edges after musttail
Jakub Jelinek
- [committed] i386: Require in peephole2 that memory is offsettable [PR119450]
Jakub Jelinek
- [PATCH] libstdc++: Check presence of iterator_category for flat_sets insert_range [PR119415]
Jonathan Wakely
- [PATCH] rs6000: Ignore OPTION_MASK_SAVE_TOC_INDIRECT differences in inlining decisions [PR119327]
Jakub Jelinek
- [PATCH] widening_mul: Fix up further r14-8680 widening mul issues [PR119417]
Jakub Jelinek
- [PATCH] i386: Fix up pr55583.c testcase [PR119465]
Jakub Jelinek
- [PATCH] i386: Fix up pr55583.c testcase [PR119465]
Uros Bizjak
- [PATCH] testsuite: add testcase for recent alias fix
Sam James
- [PATCH] c++: Fix FAIL: g++.dg/tree-ssa/initlist-opt1.C
Jonathan Wakely
- [PATCH] cobol: Get rid of __int128 uses in the COBOL FE [PR119242]
Iain Sandoe
- [PATCH] doc: say "compatible types" for -fstrict-aliasing
Sam James
- [COMMITTED] testsuite: i386: Require dfp support in gcc.target/i386/pr117946.c etc.
Rainer Orth
- [PATCH] libstdc++: Fix std::ranges::iter_move for function references [PR119469]
Jonathan Wakely
- [PATCH] doc: say "compatible types" for -fstrict-aliasing
Jakub Jelinek
- [PATCH] doc: say "compatible types" for -fstrict-aliasing
Alexander Monakov
- [PATCH] libstdc++: Replace use of std::min in ranges::uninitialized_xxx algos [PR101587]
Jonathan Wakely
- [PATCH 01] aarch64: Changed CRC test.
Mariam Arutunian
- [PATCH] cobol, v2: Get rid of __int128 uses in the COBOL FE [PR119242]
Jakub Jelinek
- [PATCH] cobol: Get rid of __int128 uses in the COBOL FE [PR119242]
Jakub Jelinek
- [PATCH] libstdc++: Check presence of iterator_category for flat_sets insert_range [PR119415]
Patrick Palka
- [PATCH] libstdc++: Replace use of std::min in ranges::uninitialized_xxx algos [PR101587]
Tomasz Kaminski
- [PATCH] testsuite: i386: Fix gcc.target/i386/pr82142?.c etc. on Solaris/x86
Rainer Orth
- [PATCH v3] Don't instrument exit edges after musttail
Richard Biener
- [PATCH] widening_mul: Fix up further r14-8680 widening mul issues [PR119417]
Richard Biener
- [PATCH 1/2] c++/modules: Fix tsubst of global module friend classes [PR118920]
Nathaniel Shead
- [PUSHED] driver: Forward '-lstdc++' to offloading compilation [PR101544]
Thomas Schwinge
- [PATCH] testsuite: i386: Fix c-c++-common/gomp/metadirective-device.c etc. with i?86 compiler
Rainer Orth
- [PATCH 2/2] c++/modules: Handle conflicting ABI tags [PR118920]
Nathaniel Shead
- [PATCH] testsuite: i386: Fix c-c++-common/gomp/metadirective-device.c etc. with i?86 compiler
Jakub Jelinek
- [PATCH v2 1/2] PR118442: Don't instrument exit edges after musttail
Jan Hubicka
- [PATCH v2 1/2] PR118442: Don't instrument exit edges after musttail
Jan Hubicka
- [PATCH 1/2] gcov: branch, conds, calls in function summaries
Jan Hubicka
- testsuite: Fix up append-args-interop.f90 test
Jakub Jelinek
- [PATCH] icf: For ADDR_EXPR verify even types the ADDR_EXPR points at rather than just the value [PR119006]
Jakub Jelinek
- [PATCH 2/2] Add prime path coverage to gcc/gcov
Jan Hubicka
- [PATCH v2 1/2] PR118442: Don't instrument exit edges after musttail
Jan Hubicka
- [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree
James K. Lowden
- [PATCH] libstdc++: do not advertise full P2562R1 support (was: Re: [PATCH 2/2] libstdc++: add constexpr stable_partition)
Giuseppe D'Angelo
- [PATCH] cobol, v2: Get rid of __int128 uses in the COBOL FE [PR119242]
Robert Dubner
- [PATCH v2] c: Fix tagname confusion for typedef redefinitions [PR118765]
Martin Uecker
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Yeoul Na
- [PATCH v2] c: Fix tagname confusion for typedef redefinitions [PR118765]
Joseph Myers
- [PATCH] cobol: Get rid of __int128 uses in the COBOL FE [PR119242]
Robert Dubner
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Yeoul Na
- [PATCH] tailc: Only diagnose musttail failures during tailc or musttail passes [PR119376]
Andi Kleen
- [PATCH] libstdc++: do not advertise full P2562R1 support (was: Re: [PATCH 2/2] libstdc++: add constexpr stable_partition)
Jonathan Wakely
- [PATCH] arm: don't vectorize fmaxf() unless unsafe math opts are enabled
Richard Earnshaw
- [PATCH] testsuite: Fix up musttail2.C test
Jakub Jelinek
- [PATCH] cobol, v2: Get rid of __int128 uses in the COBOL FE [PR119242]
Jakub Jelinek
- [PATCH] c++: Fix FAIL: g++.dg/tree-ssa/initlist-opt1.C
Jason Merrill
- [PATCH] libstdc++: Use const_cast to workaround tm_zone being non-const
Jonathan Wakely
- [PATCH v2] c++: Fix FAIL: g++.dg/tree-ssa/initlist-opt1.C
Jonathan Wakely
- [PATCH 00/12] Implement a new dg-lint tool and use on our testsuite
David Malcolm
- [PATCH 01/12] contrib: add dg-lint and libgdiagnostics.py [PR116163]
David Malcolm
- [PATCH 02/12] testsuite: fix broken dg directives
David Malcolm
- [PATCH 03/12] testsuite, gomp: fix broken dg directives
David Malcolm
- [PATCH 04/12] testsuite, aarch64: fix broken dg directives
David Malcolm
- [PATCH 05/12] testsuite, arc: fix broken dg directives
David Malcolm
- [PATCH 06/12] testsuite, arm: fix broken dg directives
David Malcolm
- [PATCH 07/12] testsuite, bfin: fix broken dg directive
David Malcolm
- [PATCH 08/12] testsuite, i386: fix broken dg directives
David Malcolm
- [PATCH 09/12] testsuite, ia64: fix broken dg directives
David Malcolm
- [PATCH 10/12] testsuite, powerpc: fix broken dg directives
David Malcolm
- [PATCH 11/12] testsuite, riscv: fix broken dg directives
David Malcolm
- [PATCH 12/12] testsuite, s390: fix broken dg directives
David Malcolm
- [PATCH] testsuite: Fix up musttail2.C test
Andi Kleen
- [PATCH 03/12] testsuite, gomp: fix broken dg directives
Jakub Jelinek
- [PATCH 02/12] testsuite: fix broken dg directives
Jakub Jelinek
- [PATCH 01/12] contrib: add dg-lint and libgdiagnostics.py [PR116163]
Jakub Jelinek
- [committed] d: import __stdin causes compilation to pause while reading from stdin
Iain Buclaw
- [PATCH] cobol, v2: Get rid of __int128 uses in the COBOL FE [PR119242]
Robert Dubner
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Joseph Myers
- [PATCH] libstdc++: Use const_cast to workaround tm_zone being non-const
Iain Sandoe
- [PATCH] rs6000: Ignore OPTION_MASK_SAVE_TOC_INDIRECT differences in inlining decisions [PR119327]
Peter Bergner
- [PATCH] libstdc++: Replace use of std::min in ranges::uninitialized_xxx algos [PR101587]
Jonathan Wakely
- [PATCH 2/2] Add prime path coverage to gcc/gcov
Jørgen Kvalsvik
- [PATCH 10/12] testsuite, powerpc: fix broken dg directives
Peter Bergner
- [PATCH] tailcall: Improve debug dumps
Andrew Pinski
- [PATCH 01/12] contrib: add dg-lint and libgdiagnostics.py [PR116163]
David Malcolm
- [committed] cobol: Bring trunk into line with Dubner's test system.
Robert Dubner
- [PATCH, RFC 0/7] Doc: Further cleanups to extend.texi [PR42270]
Sandra Loosemore
- [PATCH 1/7] Doc: Remove separate "Target Format Checks" section [PR42270]
Sandra Loosemore
- [PATCH 2/7] Doc: Add a container section to consolidate attribute documentation [PR42270]
Sandra Loosemore
- [PATCH 3/7] Doc: Move builtin documentation to a new chapter [PR42270]
Sandra Loosemore
- [PATCH 4/7] Doc: Break up and rearrange the "other builtins" section [PR42270]
Sandra Loosemore
- [PATCH 5/7] Doc: Organize atomic memory builtins documentation [PR42270]
Sandra Loosemore
- [PATCH 6/7] Doc: Move Integer Overflow Builtins section [PR42270]
Sandra Loosemore
- [PATCH 7/7] Doc: Clean up New/Delete Builtins manual section
Sandra Loosemore
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Yeoul Na
- [PING][PATCH] Makefile.tpl: Implement per-stage GDCFLAGS [PR116975]
Iain Buclaw
- [PATCH] Fortran: fix bogus recursion with DT default initialization [PR118796]
Harald Anlauf
- [PATCH 01/12] contrib: add dg-lint and libgdiagnostics.py [PR116163]
Sam James
- [PATCH 01/12] contrib: add dg-lint and libgdiagnostics.py [PR116163]
Jakub Jelinek
- [PATCH 01/12] contrib: add dg-lint and libgdiagnostics.py [PR116163]
Sam James
- [PATCH 01/12] contrib: add dg-lint and libgdiagnostics.py [PR116163]
Sam James
- [PATCH] Fortran: fix bogus recursion with DT default initialization [PR118796]
Andre Vehreschild
- [PATCH 01/12] contrib: add dg-lint and libgdiagnostics.py [PR116163]
Sam James
- [PATCH] Fortran: fix bogus recursion with DT default initialization [PR118796]
Harald Anlauf
- [PATCH 2/2] Add prime path coverage to gcc/gcov
Jørgen Kvalsvik
- [pushed] gcov: branch, conds, calls in function summaries
Jørgen Kvalsvik
- [pushed] Add prime path coverage to gcc/gcov
Jørgen Kvalsvik
- [pushed] Add coverage_instrumentation_p
Jørgen Kvalsvik
- [PATCH 0/4] testsuite: filename/location fixes
Sam James
- [PATCH 1/4] testsuite: g++.dg: fix PR112938 filename
Sam James
- [PATCH 2/4] testsuite: tree-ssa: fix PR98265 filename
Sam James
- [PATCH 3/4] testsuite: g++.dg: vect: fix PR37143 filename
Sam James
- [PATCH 4/4] testsuite: tree-ssa: fix PR98265 test to use C++14
Sam James
- [PATCH 0/6] testsuite: more misc. syntax fixes
Sam James
- [PATCH 1/6] testsuite: fortran: fix dg syntax errors
Sam James
- [PATCH 2/6] testsuite: fix dg-bogus typo
Sam James
- [PATCH 3/6] testsuite: more (mostly cosmetic) dg- whitespace fixes
Sam James
- [PATCH 4/6] testsuite: fix dg-message typos
Sam James
- [PATCH 5/6] testsuite: fix more dg-* whitespace issues
Sam James
- [PATCH 6/6] testsuite: assorted targets: add missing braces to dg-* directives
Sam James
- ping: [PATCH] c-family: Improve location for -Wunknown-pragmas in a _Pragma [PR118838]
Lewis Hyatt
- [PATCH] libcpp: Add missing configure check for setlocale.
Roland McGrath
- [PATCH] testsuite: fixup tree scan syntax for strub-internal-pr112938.C
Sam James
- [COMMITTED, OBVIOUS] OpenMP: Fix declaration in append-args-interop.c test case
Sandra Loosemore
- [PATCH, V4] PR target/118541 - Do not generate unordered fp cmoves for IEEE compares on PowerPC
Michael Meissner
- [PATCH, V3] PR target/118541 - Do not generate unordered fp cmoves for IEEE compares on PowerPC
Michael Meissner
- [PATCH 1/2] c++/modules: Fix tsubst of global module friend classes [PR118920]
Jason Merrill
- [PATCH] i386: Set attr "addr" as "gpr16" for constraint "jm". [PR 119425]
Hongtao Liu
- [pushed] [PATCH] LoongArch: Support Q suffix for __float128.
Lulu Cheng
- [PATCH 1/2] LoongArch: Set default alignment for functions jumps loops and labels.
Lulu Cheng
- [PATCH 2/2] LoongArch: doc: Add same-address constraint to the description of '-mld-seq-sa'.
Lulu Cheng
- [PATCH 1/2] c++/modules: Fix tsubst of global module friend classes [PR118920]
Nathaniel Shead
- [PATCH] c++/modules: Fix modules and LTO with header units [PR118961]
Nathaniel Shead
- COBOL: why not getting UAT/NIST "temporarily" to trunk (was: [PATCH] cobol, v2: Get rid of __int128 uses in the COBOL FE [PR119242])
Simon Sobisch
- [PATCH] target/119474 - more DFmode handling in zn4zn5 reservations
Richard Biener
- [PATCH] target/119010 - add znver{4,5}_insn_both to resolve missing reservations
Richard Biener
- [PATCH, V3] PR target/118541 - Do not generate unordered fp cmoves for IEEE compares on PowerPC
Florian Weimer
- [PATCH] target/119010 - fixup zn4zn5 reservation for move from const_vector
Richard Biener
- [ping] [PATCH] libiberty, gcc: Add memrchr to libiberty and use it [PR119283].
Iain Sandoe
- [PATCH] libstdc++: Fix std::ranges::iter_move for function references [PR119469]
Tomasz Kaminski
- COBOL constant compile-time expressions and numeric literals (was: [PATCH][RFC] [cobol] change cbl_field_data_t::etc_t::value from _Float128 to tree)
Simon Sobisch
- [PATCH] cobol: Do not include <cmath> (no longer needed).
Iain Sandoe
- [PATCH] libstdc++: Fix std::ranges::iter_move for function references [PR119469]
Jonathan Wakely
- [PATCH 1/2] libstdc++: add constexpr inplace_merge
Jonathan Wakely
- [PATCH 2/2] libstdc++: add constexpr stable_partition
Jonathan Wakely
- [Patch] OpenMP: Fix C++ template handling with append_args' prefer_type modifier
Tobias Burnus
- [libstdc++] Optimize string constructors
Jonathan Wakely
- [PATCH 04/12] testsuite, aarch64: fix broken dg directives
Richard Earnshaw (lists)
- [PATCH 06/12] testsuite, arm: fix broken dg directives
Richard Earnshaw (lists)
- [PATCH] libstdc++: Update tzdata to 2025b
Jonathan Wakely
- [gcc-14 PATCH] Reuse scratch registers generated by LRA
Xi Ruoyao
- [PATCH 2/2] c++/modules: Handle conflicting ABI tags [PR118920]
Jason Merrill
- [PATCH 2/2] c++/modules: Handle conflicting ABI tags [PR118920]
Nathaniel Shead
- [PATCH 2/2] c++/modules: Handle conflicting ABI tags [PR118920]
Jason Merrill
- [PATCH 2/2] libstdc++: add constexpr stable_partition
Giuseppe D'Angelo
- [PATCH 2/2] libstdc++: add constexpr stable_partition
Jonathan Wakely
- [PATCH] target/119474 - more DFmode handling in zn4zn5 reservations
Jan Hubicka
- [PATCH] target/119010 - add znver{4,5}_insn_both to resolve missing reservations
Jan Hubicka
- [libstdc++] Optimize string constructors
Jan Hubicka
- [PATCH,wwwdocs] Mention Incremental LTO in GCC15
Michal Jires
- [PATCH 0/3] testsuite: more typo/directive fixes
Sam James
- [PATCH 1/3] testsuite: harmless dg-* whitespace fixes
Sam James
- [PATCH 2/3] testsuite: fix typos in comments
Sam James
- [PATCH 3/3] testsuite: fix dg-* typos
Sam James
- [PATCH 1/8] target/119010 - fixup zn4zn5 reservation for move from const_vector
Richard Biener
- [PATCH 2/8] target/119010 - missing reservations for Zen4/5 and SSE compares
Richard Biener
- [PATCH 3/8] target/119010 - add reservations for integer vector compares to zen4/zen5
Richard Biener
- [PATCH 4/8] target/119010 - handle DFmode in SSE divide reservations for Zen4/Zen5
Richard Biener
- [PATCH 5/8] target/119010 - fixup Zen4/Zen5 fp<->int convert reservations
Richard Biener
- [PATCH 6/8] target/119010 - reservations for Zen4/Zen5 movhlps to memory
Richard Biener
- [PATCH 7/8] target/119010 - Zen4/Zen5 reservations for movlhps loads
Richard Biener
- [PATCH 8/8] target/119010 - add mode attribute to *vmovv16si_constm1_pternlog_false_dep
Richard Biener
- [PATCH 09/12] testsuite, ia64: fix broken dg directives
Jakub Jelinek
- [PATCH] libiberty, gcc: Add memrchr to libiberty and use it [PR119283].
Richard Biener
- [PATCH 2/2] libstdc++: add constexpr stable_partition
Giuseppe D'Angelo
- [PATCH,wwwdocs] Mention Incremental LTO in GCC15
Gerald Pfeifer
- [PATCH] c++/modules: Fix modules and LTO with header units [PR118961]
Jason Merrill
- [PATCH] testsuite: Add options for float16 for test [PR119133]
Christophe Lyon
- [PATCH] c++: fix missing lifetime extension [PR119383]
Jason Merrill
- [COMMITTED,wwwdocs] Mention Incremental LTO in GCC15
Michal Jires
- [committed v2] libstdc++: Replace use of std::min in ranges::uninitialized_xxx algos [PR101587]
Jonathan Wakely
- [PATCH] doc: document incremental LTO flags
Sam James
- [PATCH] testsuite: aarch64: fix another unbalanced }
Sam James
- [PATCH v3 00/19] FMV refactor and ACLE compliance.
Alfie Richards
- [PATCH v3 01/19] Add PowerPC FMV symbol tests.
Alfie Richards
- [PATCH v3 02/19] Add x86 FMV symbol tests
Alfie Richards
- [PATCH v3 03/19] Add string_slice class.
Alfie Richards
- [PATCH v3 04/19] Remove unnecessary `record` argument from maybe_version_functions.
Alfie Richards
- [PATCH v3 05/19] Update is_function_default_version to work with target_version.
Alfie Richards
- [PATCH v3 06/19] Change function versions to be implicitly ordered.
Alfie Richards
- [PATCH v3 07/19] Change make_attribute to take string_slice.
Alfie Richards
- [PATCH v3 08/19] Add get_clone_versions and get_version functions.
Alfie Richards
- [PATCH v3 09/19] Add assembler_name to cgraph_function_version_info.
Alfie Richards
- [PATCH v3 10/19] Add dispatcher_resolver_function and is_target_clone to cgraph_node.
Alfie Richards
- [PATCH v3 11/19] Add clone_identifier function.
Alfie Richards
- [PATCH v3 12/19] Refactor FMV name mangling.
Alfie Richards
- [PATCH v3 13/19] Refactor riscv target parsing to take string_slice.
Alfie Richards
- [PATCH v3 14/19] Add reject_target_clone hook and filter target_clone versions.
Alfie Richards
- [PATCH v3 14/19] Add reject_target_clone hook in order to filter target_clone versions.
Alfie Richards
- [PATCH v3 15/19] Change target_version semantics to follow ACLE specification.
Alfie Richards
- [PATCH v3 16/19] Refactor FMV frontend hooks and logic.
Alfie Richards
- [PATCH v3 17/19] Support mixing of target_clones and target_version.
Alfie Richards
- [PATCH v3 18/19] Add error cases and tests for Aarch64 FMV.
Alfie Richards
- [PATCH v3 19/19] Remove FMV beta warning.
Alfie Richards
- [PATCH] OpenMP: 'interop' construct - add ME support + target-independent libgomp
Paul-Antoine Arras
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Qing Zhao
- [PATCH] libstdc++: Update tzdata to 2025b
Tomasz Kaminski
- [PATCH] Further use of mod_scope in modified_type_die
Tom Tromey
- [PATCH] OpenMP: 'interop' construct - add ME support + target-independent libgomp
Sandra Loosemore
- [PATCH] RISC-V: Add pattern for vector-scalar multiply-add/sub [PR119100]
Paul-Antoine Arras
- [PATCH 1/3] testsuite: harmless dg-* whitespace fixes
Harald Anlauf
- [PATCH] testsuite: revert Fortran change
Sam James
- [Committed] RISC-V: testsuite: fix syntax error for assembler scan
Edwin Lu
- [PATCH 5/6] testsuite: fix more dg-* whitespace issues
Marek Polacek
- [PATCH 5/6] testsuite: fix more dg-* whitespace issues
Sam James
- [PATCH 1/3] testsuite: harmless dg-* whitespace fixes
Sam James
- [PATCH v2] c++: Fix FAIL: g++.dg/tree-ssa/initlist-opt1.C
Marek Polacek
- [PATCH] libcpp: Add missing configure check for setlocale.
Joseph Myers
- [PATCH] testsuite: Replace the cray_pointers_2.f90 no cycling hack with dg-skip-if
Jakub Jelinek
- [committed] testsuite: Require effective target sigsetjmp for gcov-31/32
Dimitar Dimitrov
- [pushed] testsuite: fix g++.dg/template/explicit-args6.C
Marek Polacek
- [PATCH] testsuite: Replace the cray_pointers_2.f90 no cycling hack with dg-skip-if
Jakub Jelinek
- [PATCH][gcc13] PR tree-optimization/117287 - Backport new assume implementation
Andrew MacLeod
- [PATCH] ipa-sra: Don't change return type to void if there are musttail calls [PR119484]
Jakub Jelinek
- [PATCH][PUSHED] hwasan: support new dg-output format.
Mike Stump
- [PATCH] tailc: Handle musttail noreturn calls [PR119483]
Jakub Jelinek
- [PATCH] testsuite: Fix up strub-internal-pr112938.C test for C++2{0,3,6}
Jakub Jelinek
- [PATCH 00/12] Implement a new dg-lint tool and use on our testsuite
Mike Stump
- Fix too late initialization of tasking runtime with standalone library
Eric Botcazou
- [PATCH] RISC-V: Add pattern for vector-scalar multiply-add/sub [PR119100]
Robin Dapp
- [PATCH] testsuite: Fix up strub-internal-pr112938.C test for C++2{0,3,6}
Mike Stump
- [committed] i386: Fix offset calculation in ix86_redzone_clobber
Uros Bizjak
- [PATCH v2] c++: fix reporting routines re-entered [PR119303]
Marek Polacek
- [PATCH] cobol: Do not include <cmath> (no longer needed).
James K. Lowden
- [PATCH] testsuite: Replace the cray_pointers_2.f90 no cycling hack with dg-skip-if
Harald Anlauf
- [PATCH] libcpp: Add missing configure check for setlocale.
Roland McGrath
- [committed] i386: Fix offset calculation in ix86_redzone_clobber
Jakub Jelinek
- [committed] cobol: Incorporate new testcases from the cobolworx UAT tests.
Robert Dubner
- [wwwdocs] cxx-dr-status: Update from C++ Core Language Issue TOC, Revision 116
Marek Polacek
- [PATCH] PR tree-optimization/119471 - If the LHS does not contain zero, neither do multiply operands.
Andrew MacLeod
- [pushed: r15-8992] v2: contrib: add dg-lint and libgdiagnostics.py [PR116163]
David Malcolm
- [pushed: r15-8993] testsuite: fix some malformed dg-require-* directives
David Malcolm
- [pushed: r15-8994-g1ee9caf2f84832] libstdc++-v3 testsuite: fix malformed dg-require-static-libstdcxx directives
David Malcolm
- [libstdc++] Optimize string constructors
Bernhard Reutner-Fischer
- [PATCH] testsuite: Fix up strub-internal-pr112938.C test for C++2{0,3,6}
Alexandre Oliva
- [PATCH] i386: Add attr_isa for vaes patterns to sync with attr gpr16. [pr119473]
Hu, Lin1
- [PATCH] i386: Add attr_isa for vaes patterns to sync with attr gpr16. [pr119473]
Hu, Lin1
- [committed] i386: Fix offset calculation in ix86_redzone_clobber
Uros Bizjak
- [PATCH] Further use of mod_scope in modified_type_die
Richard Biener
- [PATCH][gcc13] PR tree-optimization/117287 - Backport new assume implementation
Richard Biener
- [PATCH] tailc: Handle musttail noreturn calls [PR119483]
Richard Biener
- [PATCH] PR tree-optimization/119471 - If the LHS does not contain zero, neither do multiply operands.
Richard Biener
- [PATCH] Further use of mod_scope in modified_type_die
Eric Botcazou
- [PATCH] Further use of mod_scope in modified_type_die
Richard Biener
- [PATCH] testsuite: Fix up strub-internal-pr112938.C test for C++2{0,3,6}
Sam James
- [PATCH 12/12] testsuite, s390: fix broken dg directives
Sam James
- [PATCH v5] libcpp: Fix incorrect line numbers in large files [PR108900]
Yash.Shinde@windriver.com
- [PATCH] [COBOL] use native_encode_real
Richard Biener
- [PATCH] i386: Add PTA_AVX10_1_256 to PTA_DIAMONDRAPIDS
Haochen Jiang
- [pushed] wwwdocs: cxx-dr-status: Use <code> over <tt>
Gerald Pfeifer
- [PATCH] ipa-sra: Don't change return type to void if there are musttail calls [PR119484]
Richard Biener
- [PATCH][gcc13] PR tree-optimization/117287 - Backport new assume implementation
Jakub Jelinek
- [PATCH] cobol/119302 - transform gcobol.3 name during install
Richard Biener
- [PATCH] [COBOL] use native_encode_real
Jakub Jelinek
- [wwwdocs] gcc-15/changes.html + projects/gomp/: OpenMP update for interop
Tobias Burnus
- [PATCH] combine: Use reg_used_between_p rather than modified_between_p in two spots [PR119291]
Jakub Jelinek
- [PATCH] avoid-store-forwarding: Fix reg init on load-elimination [PR119160]
Konstantinos Eleftheriou
- [PATCH] combine: Special case set_noop_p in two spots
Jakub Jelinek
- [PATCH] testsuite: aarch64: fix another unbalanced }
Richard Earnshaw
- [PATCH] testsuite: Add options for float16 for test [PR119133]
Richard Earnshaw
- [PATCH] [COBOL] use native_encode_real
Richard Biener
- [PATCH] testsuite: Don't cycle through option list for gfortran.dg and libgomp.fortran dg-do run tests with -O in dg*options
Jakub Jelinek
- [PATCH] bootstrap/119513 - fix cobol bootstrap with --enable-generated-files-in-srcdir
Richard Biener
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Yeoul Na
- [PATCH v2] c++/modules: Fix modules and LTO with header units [PR118961]
Nathaniel Shead
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Yeoul Na
- [PATCH] bootstrap/119513 - fix cobol bootstrap with --enable-generated-files-in-srcdir
Jakub Jelinek
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Yeoul Na
- [commited] cobol: Eliminate check-cobol -Os failure in EVALUATE testcase
Robert Dubner
- Patch v2 of Bug 119222 Conversion of inf to integer is not diagnosed , pay attention to Notice !
Gwen Fu
- [PATCH] [COBOL] use native_encode_real
Robert Dubner
- [PATCH] bootstrap/119513 - fix cobol bootstrap with --enable-generated-files-in-srcdir
Richard Biener
- [PATCH 2/2] c++: constrained auto NTTP vs associated constraints
Patrick Palka
- [PATCH] doc: document incremental LTO flags
Michal Jires
- [PATCH] doc: document incremental LTO flags
Sam James
- [PATCH] srcextra fixes
Jakub Jelinek
- [PATCH] other/119510 - use --enable-languages=default,cobol for release tarballs
Richard Biener
- [PATCH] other/119510 - use --enable-languages=default,cobol for release tarballs
Jakub Jelinek
- [PATCH] PR tree-optimization/119471 - If the LHS does not contain zero, neither do multiply operands.
Andrew MacLeod
- [PATCH] cobol: Fix up cobol/{charmaps,valconv}.cc rules
Jakub Jelinek
- [PATCH] srcextra fixes
Richard Biener
- [PATCH] cobol: Fix up cobol/{charmaps,valconv}.cc rules
Richard Biener
- [gcc-14 PATCH] Reuse scratch registers generated by LRA
Vladimir Makarov
- [PATCH] cobol: Fix up cobol/{charmaps,valconv}.cc rules
Simon Sobisch
- [PATCH] libstdc++: Constrain formatters for chrono types [PR119517]
Tomasz Kamiński
- [PATCH] cobol: Fix up cobol/{charmaps,valconv}.cc rules
Jakub Jelinek
- [PATCH v2] c++/modules: Fix modules and LTO with header units [PR118961]
Jason Merrill
- [PATCH v2] c++: fix reporting routines re-entered [PR119303]
Jason Merrill
- [PATCH] cobol: Fix up cobol/{charmaps,valconv}.cc rules
Simon Sobisch
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Qing Zhao
- [committed] cobol: Confine all __int128/_Float128 references to libgcobol
Robert Dubner
- [committed] Regenerate common.opt.urls
Jakub Jelinek
- [PATCH] cobol: Fix up cobol/{charmaps,valconv}.cc rules
Robert Dubner
- [PATCH v3] c++: fix reporting routines re-entered [PR119303]
Marek Polacek
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Yeoul Na
- [PATCH] testsuite: Don't cycle through option list for gfortran.dg and libgomp.fortran dg-do run tests with -O in dg*options
Harald Anlauf
- [PATCH] Fortran: fix spelling of flag -fallow-invalid-boz
Harald Anlauf
- [PATCH] Fortran: fix spelling of flag -fallow-invalid-boz
Harald Anlauf
- Thank you for your call
leikiumay@gmail.com
- [PATCH] cobol: Fix up cobol/{charmaps,valconv}.cc rules
Iain Sandoe
- [PATCH] libstdc++: Constrain formatters for chrono types [PR119517]
Jonathan Wakely
- [PATCH 1/2] libstdc++: Fix -Wstringop-overread warning in std::vector<bool> [PR114758]
Jonathan Wakely
- [PATCH 2/2] libstdc++: Fix -Warray-bounds warning in std::vector<bool> [PR110498]
Jonathan Wakely
- [committed] libstdc++: Add testcase for bogus -Wstringop-overflow in std::vector [PR117983]
Jonathan Wakely
- [PATCH v3] c++: fix reporting routines re-entered [PR119303]
Jason Merrill
- [PATCH v5] libcpp: Fix incorrect line numbers in large files [PR108900]
Jason Merrill
- [PATCH RFC] c++: optimize push_to_top_level [PR64500]
Jason Merrill
- [pushed] [PATCH 1/2] LoongArch: Set default alignment for functions jumps loops and labels.
Lulu Cheng
- [pushed] [PATCH 2/2] LoongArch: doc: Add same-address constraint to the description of '-mld-seq-sa'.
Lulu Cheng
- [PATCH RFC] c++: optimize push_to_top_level [PR64500]
Patrick Palka
- [PATCH] except: Don't use the cached value of the gcc_except_table section for comdat functions [PR119507]
Andrew Pinski
- [PATCH RFC] c++: optimize push_to_top_level [PR64500]
Richard Biener
- [PATCH] combine: Special case set_noop_p in two spots
Jakub Jelinek
- [PATCH] c++: Honor noipa attribute for FE nothrow discovery [PR119518]
Jakub Jelinek
- [PATCH] gcc_release: Generate srcdir extras/infos/man pages from all FEs [PR119510]
Jakub Jelinek
- [committed] c++: Fix comment typo
Jakub Jelinek
- [pushed] jit, Darwin: Update exports with ABI 28 through 34.
Iain Sandoe
- [PATCH 1/8] target/119010 - fixup zn4zn5 reservation for move from const_vector
Jan Hubicka
- [PATCH 2/8] target/119010 - missing reservations for Zen4/5 and SSE compares
Jan Hubicka
- [PATCH 3/8] target/119010 - add reservations for integer vector compares to zen4/zen5
Jan Hubicka
- [PATCH 4/8] target/119010 - handle DFmode in SSE divide reservations for Zen4/Zen5
Jan Hubicka
- [PATCH 5/8] target/119010 - fixup Zen4/Zen5 fp<->int convert reservations
Jan Hubicka
- [PATCH 6/8] target/119010 - reservations for Zen4/Zen5 movhlps to memory
Jan Hubicka
- [PATCH 7/8] target/119010 - Zen4/Zen5 reservations for movlhps loads
Jan Hubicka
- [pushed] c++/modules: unexported friend template
Jason Merrill
- [PATCH] cobol: Fix up cobol/{charmaps,valconv}.cc rules
Iain Sandoe
- [PATCH] ipa-sra: Don't change return type to void if there are musttail calls [PR119484]
Jan Hubicka
- [PATCH 8/8] target/119010 - add mode attribute to *vmovv16si_constm1_pternlog_false_dep
Jan Hubicka
- [ping] [PATCH] includes, Darwin: Handle modular use for macOS SDKs [PR116827].
Iain Sandoe
- [PATCH] cobol: Fix up cobol/{charmaps,valconv}.cc rules
Jakub Jelinek
- [PATCH] cobol: Fix up cobol/{charmaps,valconv}.cc rules
Iain Sandoe
- [PATCH] cobol: Fix up cobol/{charmaps,valconv}.cc rules
Jakub Jelinek
- [PATCH] cobol: Fix up cobol/{charmaps,valconv}.cc rules
Iain Sandoe
- [PATCH] cobol: Fix up cobol/{charmaps,valconv}.cc rules
Jakub Jelinek
- [PATCH v3 05/19] Update is_function_default_version to work with target_version.
Yangyu Chen
- [PATCH v3 14/19] Add reject_target_clone hook and filter target_clone versions.
Yangyu Chen
- [PATCH v3 16/19] Refactor FMV frontend hooks and logic.
Yangyu Chen
- [PATCH] gcc/mingw: Align `.refptr.` to 8-byte boundaries for 64-bit targets
LIU Hao
- [PATCH] libstdc++: Constrain formatters for chrono types [PR119517]
Tomasz Kaminski
- [PATCH] RISC-V: vsetvl: skip abnormal edge on vsetvl insertion [PR119533]
Vineet Gupta
- [PATCH] cobol: Fix up cobol/{charmaps,valconv}.cc rules
Iain Sandoe
- [gcc-wwwdocs PATCH] gcc-14/15: Mention recent change for Intel x86_64
Gerald Pfeifer
- [PATCH] RISC-V: vsetvl: skip abnormal edge on vsetvl insertion [PR119533]
Andreas Schwab
- [PATCH] libstdc++: Constrain formatters for chrono types [PR119517]
Jonathan Wakely
- [PATCH] testsuite: arm: fixup more dg-final syntax
Sam James
- [Patch, fortran] PR85836: Implement the F2018 reduce intrinsic
H.J. Lu
- [PATCH] RISC-V: Add pattern for vector-scalar multiply-add/sub [PR119100]
Jeff Law
- [PATCH] avoid-store-forwarding: Fix reg init on load-elimination [PR119160]
Jeff Law
- [PATCH v2] RISC-V: vsetvl: skip abnormal edge on vsetvl insertion [PR119533]
Vineet Gupta
- [PATCH] RISC-V: vsetvl: skip abnormal edge on vsetvl insertion [PR119533]
Vineet Gupta
- [PATCH] combine: Special case set_noop_p in two spots
Jeff Law
- [PATCH] ranger: Improve nonnull_if_nonzero attribute [PR117023]
Jeff Law
- [PATCH v2] RISC-V: vsetvl: skip abnormal edge on vsetvl insertion [PR119533]
Jeff Law
- [PATCH] RISC-V: Add pattern for vector-scalar multiply-add/sub [PR119100]
Li, Pan2
- [PATCH] gcc.dg/analyzer/torture/switch-3.c: fix llp64 warnings
Jonathan Yong
- [PATCH] gcc/mingw: Align `.refptr.` to 8-byte boundaries for 64-bit targets
Jonathan Yong
- [PATCH] gas: m68k M680LC040 F-LINE NOP insertion fixing emulation of fpu instructions
Nathanial Sloss
- [PATCH] RISC-V: Add pattern for vector-scalar multiply-add/sub [PR119100]
Robin Dapp
- [committed] gcc/testsuite/g++.dg/gomp/append-args-8.C: Fix scan-dump-tree (was: [Linaro-TCWG-CI] gcc-15-8972-g7e286b56545: 3 regressions on aarch64)
Tobias Burnus
- [PATCH] Doc: -Wzero-as-null-pointer-constant is also available for C [PR119173]
Martin Uecker
- [PATCH] wwwdocs: Clarify DCO name/identity and (anonymous) pseudonym policy
Mark Wielaard
- New Swedish PO file for 'gcc' (version 15.1-b20250316)
Translation Project Robot
- Contents of PO file 'gcc-15.1-b20250316.sv.po'
Translation Project Robot
- [COMMITTED] robots.txt: Disallow robots to create new or list all activity on a bug
Mark Wielaard
- [PATCH] cobol: Fix up cobol/{charmaps,valconv}.cc rules
Robert Dubner
- [PATCH, OpenACC 2.7, v5] Implement reductions for arrays and records
Chung-Lin Tang
- [PATCH] cobol: Fix up cobol/{charmaps,valconv}.cc rules
Robert Dubner
- [PATCH] gcc-gitref.cgi: Redirect to cgit instead of gitweb
Mark Wielaard
- [PING][PATCH v3 0/4] Fix data races with sub-longword accesses on Alpha
Maciej W. Rozycki
- [PING^3][PATCH] Alpha: Fix base block alignment calculation regression
Maciej W. Rozycki
- [PATCH 01] aarch64: Changed CRC test.
Jeff Law
- [PATCH] RISC-V: xtheadmemidx: Split slli.uw pattern
Jeff Law
- [PATCH] aarch64: change another CRC test
Sam James
- [PATCH v1] RISC-V: Make VXRM as global register [PR118103]
Jeff Law
- [PATCH] aarch64: change another CRC test
Mariam Arutunian
- [PATCH 01] aarch64: Changed CRC test.
Mariam Arutunian
- [PATCH] Doc: -Wzero-as-null-pointer-constant is also available for C [PR119173]
Sandra Loosemore
- [PATCH] aarch64: change another CRC test
Jeff Law
- [committed] testsuite: Fix up atomic-inst-ldlogic.c
Jakub Jelinek
- [PATCH] combine: Special case set_noop_p in two spots
Jakub Jelinek
- [committed] testsuite: Fix up atomic-inst-ldlogic.c
Sam James
- [wwwdocs] Add Ada's GCC 15 changelog entry
Fernando Oleo Blanco
- [committed] testsuite: Fix up atomic-inst-ldlogic.c
Christophe Lyon
- [committed] testsuite: Fix up atomic-inst-ldlogic.c
Sam James
- [PATCH, RFC 0/7] Doc: Further cleanups to extend.texi [PR42270]
Sandra Loosemore
- Mark const parameters passed by invisible reference as readonly in the function body
Jan Hubicka
- [PATCH] libstdc++: Fix up string _M_constructor<bool> exports [PR103827]
Jakub Jelinek
- [COMMITTED] Docs: make regenerate-opt-urls
Sandra Loosemore
- [PATCH] libstdc++: Fix up string _M_constructor<bool> exports [PR103827]
Jan Hubicka
- Fix x86 -Os costs of loads and stores
Jan Hubicka
- [PATCH] libstdc++: Fix up string _M_constructor<bool> exports [PR103827]
Jonathan Wakely
- [PATCH] i386: Add PTA_AVX10_1_256 to PTA_DIAMONDRAPIDS
Hongtao Liu
- [PATCH] i386: Add attr_isa for vaes patterns to sync with attr gpr16. [pr119473]
Hongtao Liu
- Re: [PATCH] RISC-V: xtheadmemidx: Split slli.uw pattern
Bohan Lei
- [PATCH] c++: Honor noipa attribute for FE nothrow discovery [PR119518]
Jason Merrill
- [PATCH] LoongArch: doc: Put the '-mtls-dialect=opt' option description in the correct position.
Lulu Cheng
- [PATCH] PR middle-end/119442: expr.cc: Fix vec_duplicate into vector boolean modes
Kyrylo Tkachov
- [PATCH] PR middle-end/119442: expr.cc: Fix vec_duplicate into vector boolean modes
Richard Biener
- [PATCH] PR middle-end/119442: expr.cc: Fix vec_duplicate into vector boolean modes
Richard Biener
- [PATCH] PR middle-end/119442: expr.cc: Fix vec_duplicate into vector boolean modes
Richard Biener
- [PATCH] gcc_release: Generate srcdir extras/infos/man pages from all FEs [PR119510]
Richard Biener
- [PATCH] avoid-store-forwarding: Fix reg init on load-elimination [PR119160]
Philipp Tomsich
- [PATCH] libstdc++: Constrain formatters for chrono types [PR119517]
Tomasz Kaminski
- [PATCH] gcc_release: Generate srcdir extras/infos/man pages from all FEs [PR119510]
Andreas Schwab
- [PATCH] gcc_release: Generate srcdir extras/infos/man pages from all FEs [PR119510]
Jakub Jelinek
- [PATCH] gcc_release: Generate srcdir extras/infos/man pages from all FEs [PR119510]
Richard Biener
- [PATCH] RISC-V: testsuite: Fix broken testsuite error of zicbop
Liao Shihua
- [PATCH v3 14/19] Add reject_target_clone hook and filter target_clone versions.
Alfie Richards
- [PATCH] PR middle-end/119442: expr.cc: Fix vec_duplicate into vector boolean modes
Kyrylo Tkachov
- [PATCH] tree-optimization/119532 - ICE with fixed-point tail recursion
Richard Biener
- [PATCH] tree-optimization/119532 - ICE with fixed-point tail recursion
Jakub Jelinek
- [pushed] c++/modules: unexported friend template
Nathaniel Shead
- [PATCH] tree-optimization/119532 - ICE with fixed-point tail recursion
Richard Biener
- [PATCH] tree-optimization/119532 - ICE with fixed-point tail recursion
Jakub Jelinek
- [PATCH] aarch64: remove SVE2 requirement from SME and diagnose it as unsupported
Richard Sandiford
- [PATCH 1/2] GCN, libstdc++: '#define _GLIBCXX_USE_WEAK_REF 0' [PR119369]
Thomas Schwinge
- [PATCH 2/2] GCN: Don't emit weak undefined symbols [PR119369]
Thomas Schwinge
- [committed] OpenMP: modify_call_for_omp_dispatch - fix invalid memory access after 'error' [PR119541]
Tobias Burnus
- [PATCH 1/2] GCN, libstdc++: '#define _GLIBCXX_USE_WEAK_REF 0' [PR119369]
Jonathan Wakely
- [committed] arm: testsuite: fix vect-fmaxmin.c test
Richard Earnshaw
- Warning/error typo bug: "couldn't deduce template parameter"
Roman Kovalev
- Warning/error typo bug: "couldn't deduce template parameter"
Jakub Jelinek
- [PATCH 1/2] libstdc++: Fix -Wstringop-overread warning in std::vector<bool> [PR114758]
Tomasz Kaminski
- Warning/error typo bug: "couldn't deduce template parameter"
Jakub Jelinek
- [PATCH v3 05/19] Update is_function_default_version to work with target_version.
Alfie Richards
- [pushed] c++: lambda in function template signature [PR119401]
Jason Merrill
- [ping][PATCH v2] aarch64, Darwin: Initial implementation of Apple cores [PR113257].
Iain Sandoe
- C++ patch ping (Re: [PATCH] c++, libcpp: Allow some left shifts in the preprocessor [PR119391])
Jakub Jelinek
- [PATCH v2] aarch64, Darwin: Initial implementation of Apple cores [PR113257].
Kyrylo Tkachov
- [PATCH] gcc-gitref.cgi: Redirect to cgit instead of gitweb
Jakub Jelinek
- [PATCH] libstdc++: Make operator== for std::tuple convert to bool [PR119545]
Jonathan Wakely
- [PATCH] sra: Avoid creating TBAA hazards (PR118924)
Martin Jambor
- [PATCH] sra: Clear grp_same_access_path of acesses created by total scalarization (PR118924)
Martin Jambor
- [PATCH] PR middle-end/119442: expr.cc: Fix vec_duplicate into vector boolean modes
Mark Wielaard
- [PATCH] target/119549 - fixup handling of -mno-sse4
Richard Biener
- [gcc-wwwdocs PATCH] gcc-14/15: Mention recent change for Intel x86_64
Jiang, Haochen
- [PATCH] PR middle-end/119442: expr.cc: Fix vec_duplicate into vector boolean modes
Richard Biener
- [ping] [PATCH] libgcobol: C++-ify the configuration steps.
Iain Sandoe
- [PATCH RFC] c++: optimize push_to_top_level [PR64500]
Marek Polacek
- [PATCH] target/119549 - fixup handling of -mno-sse4
Jakub Jelinek
- [PATCH] gcc-gitref.cgi: Redirect to cgit instead of gitweb
Gerald Pfeifer
- [PATCH] sra: Clear grp_same_access_path of acesses created by total scalarization (PR118924)
Richard Biener
- [PATCH] target/119549 - fixup handling of -mno-sse4
Richard Biener
- [PATCH 2/7] ipa-cp: Make propagation of bits in IPA-CP aware of type conversions (PR119318)
Martin Jambor
- [PATCH 5/7] ipa-cp: Use the collected pass-through types to propagate constants (PR118097)
Martin Jambor
- [RFC PATCH 7/7] ipa: Allow a type conversion in construction of aggregate jump functions
Martin Jambor
- [PATCH 4/7] ipa-cp: Use the stored and streamed pass-through types in ipa-vr (PR118785)
Martin Jambor
- [PATCH 1/7] ipa: Record and stream result types of arithemetic jump functions
Martin Jambor
- [PATCH 3/7] ipa-cp: Make dumping of widest_ints even more sane
Martin Jambor
- [RFC PATCH 6/7] ipa: Remove type checks in arithmetic pass-through jfunc construction
Martin Jambor
- [PATCH] target/119549 - fixup handling of -mno-sse4
Jakub Jelinek
- [PATCH] target/119549 - fixup handling of -mno-sse4
Richard Biener
- [PATCH] target/119549 - fixup handling of -mno-sse4
Jakub Jelinek
- [PATCH v3] RISC-V: Fix wrong LMUL when only implict zve32f.
Kito Cheng
- [PATCH] libstdc++: Make operator== for std::tuple convert to bool [PR119545]
Tomasz Kaminski
- [PATCH] libstdc++: Fix up string _M_constructor<bool> exports [PR103827]
Rainer Orth
- [PATCH v3] RISC-V: Fix wrong LMUL when only implict zve32f.
Robin Dapp
- [PATCH] ranger: Improve nonnull_if_nonzero attribute [PR117023]
Andrew MacLeod
- [PATCH] gcc-gitref.cgi: Redirect to cgit instead of gitweb
Mark Wielaard
- [PATCH v2 0/1] Cherry pick of patch for gcc-13 fixing PR119372
Richard Sandiford
- [PATCH] libstdc++: Fix -Warray-bounds warning in std::vector::resize [PR114945]
Jonathan Wakely
- [PATCH] libstdc++: Fix up string _M_constructor<bool> exports [PR103827]
Jonathan Wakely
- [PATCH] libstdc++: Make operator== for std::tuple convert to bool [PR119545]
Jonathan Wakely
- [PATCH] libstdc++: Fix up string _M_constructor<bool> exports [PR103827]
Jonathan Wakely
- [PATCH 2/2] GCN: Don't emit weak undefined symbols [PR119369]
Andrew Stubbs
- [committed] d: Fix error with -Warray-bounds and -O2 [PR117002]
Iain Buclaw
- [PATCH] Libstdc++: Fix bootstrap failure for cross without tm.tm_zone [PR119550]
Jonathan Wakely
- [PATCH] libstdc++: Fix up string _M_constructor<bool> exports [PR103827]
Jonathan Wakely
- [pushed] Only write gcov when file output is on [PR119553]
Jørgen Kvalsvik
- [committed] d: Bump front-end language version to v2.111.0
Iain Buclaw
- [PATCH] [testsuite] [riscv] xfail ssa-dom-cse-2 on riscv64
Alexandre Oliva
- [PATCH] [testsuite] [riscv] xfail update-threading on riscv [PR110628]
Alexandre Oliva
- [PATCH] [testsuite] [riscv] xfail some [PR113281] tests
Alexandre Oliva
- [PATCH] [testsuite] [riscv] limit mcpu-xiangshan-nanhu.c to rv64
Alexandre Oliva
- [PATCH] testsuite: arm: Fix dg-final in short-vfp-1.c [PR119556]
Christophe Lyon
- [PATCH]
Alexandre Oliva
- [PATCH] testsuite: arm: Fix dg-final in short-vfp-1.c [PR119556]
Sam James
- [COMMITTED 01/35] gccrs: Fix function name to printf
arthur.cohen@embecosm.com
- [COMMITTED 02/35] gccrs: Fix testcase module path
arthur.cohen@embecosm.com
- [COMMITTED 03/35] gccrs: Remove now passing test from exclusion list
arthur.cohen@embecosm.com
- [COMMITTED 04/35] gccrs: ast: Add optional diverging else to AST::LetStmt
arthur.cohen@embecosm.com
- [COMMITTED 05/35] gccrs: parser: Parse let-else statements
arthur.cohen@embecosm.com
- [COMMITTED 06/35] gccrs: dump: Handle let-else properly
arthur.cohen@embecosm.com
- [COMMITTED 07/35] gccrs: name-resolution: Handle let-else properly
arthur.cohen@embecosm.com
- [COMMITTED 08/35] gccrs: lower: Handle let-else properly
arthur.cohen@embecosm.com
- [COMMITTED 09/35] gccrs: nr2.0: Fix test const_generics_3.rs
arthur.cohen@embecosm.com
- [COMMITTED 10/35] rust: Lower minimum supported Rust version to 1.49
arthur.cohen@embecosm.com
- [COMMITTED 11/35] gccrs: Lower raw string literals
arthur.cohen@embecosm.com
- [COMMITTED 12/35] gccrs: testsuite: Add more testcases for cfg() in core
arthur.cohen@embecosm.com
- [COMMITTED 13/35] gccrs: Fix validation of constant items
arthur.cohen@embecosm.com
- [COMMITTED 14/35] gccrs: fix unconstrained infer vars on generic associated type
arthur.cohen@embecosm.com
- [COMMITTED 15/35] gccrs: Fix core library test with proper canonical path
arthur.cohen@embecosm.com
- [COMMITTED 16/35] gccrs: Fix ICE when array elements are not a value
arthur.cohen@embecosm.com
- [COMMITTED 17/35] gccrs: Add check for super traits being implemented by Self
arthur.cohen@embecosm.com
- [COMMITTED 18/35] gccrs: Fix ICE when compiling block expressions in array capacity
arthur.cohen@embecosm.com
- [COMMITTED 19/35] gccrs: Fix ICE when using super mid way though path
arthur.cohen@embecosm.com
- [COMMITTED 20/35] gccrs: Fix ICE when doing method resolution on trait predicates
arthur.cohen@embecosm.com
- [COMMITTED 21/35] gccrs: Give the builtin unit struct an actual locus
arthur.cohen@embecosm.com
- [COMMITTED 22/35] gccrs: Resolve module final self segment in use decls
arthur.cohen@embecosm.com
- [COMMITTED 23/35] gccrs: Update exclusion list
arthur.cohen@embecosm.com
- [COMMITTED 24/35] gccrs: Add new test to highlight namespace for self import
arthur.cohen@embecosm.com
- [COMMITTED 25/35] gccrs: Fix ICE when compiling path which resolves to trait constant
arthur.cohen@embecosm.com
- [COMMITTED 26/35] gccrs: Fix ICE during const expr eval on array expressions
arthur.cohen@embecosm.com
- [COMMITTED 27/35] gccrs: nr2.0: Fix test macros/mbe/macro43.rs
arthur.cohen@embecosm.com
- [COMMITTED 28/35] gccrs: nr2.0: Rename prelude to lang_prelude
arthur.cohen@embecosm.com
- [COMMITTED 29/35] gccrs: Add ending newline to rust-macro-builtins-log-debug.cc
arthur.cohen@embecosm.com
- [COMMITTED 30/35] gccrs: Fix ICE in array ref constexpr
arthur.cohen@embecosm.com
- [COMMITTED 31/35] gccrs: FIX ICE when working with HIR::BareFunctionType
arthur.cohen@embecosm.com
- [COMMITTED 32/35] gccrs: FIX ICE for malformed repr attribute
arthur.cohen@embecosm.com
- [COMMITTED 33/35] gccrs: fix ice when setting up regions
arthur.cohen@embecosm.com
- [COMMITTED 34/35] gccrs: fix crash in parse repr options and missing delete call
arthur.cohen@embecosm.com
- [COMMITTED 35/35] gccrs: Fix SEGV when type path resolver fails outright
arthur.cohen@embecosm.com
- [PATCH] [testsuite] [riscv] limit mcpu-xiangshan-nanhu.c to rv64
Jeff Law
- [PATCH] [testsuite] [riscv] xfail update-threading on riscv [PR110628]
Jeff Law
- [PATCH] [testsuite] [riscv] xfail ssa-dom-cse-2 on riscv64
Jeff Law
- [PATCH v2] RISC-V: vsetvl: skip abnormal edge on vsetvl insertion [PR119533]
Vineet Gupta
- [PATCH]
Jeff Law
- [PATCH v2] RISC-V: vsetvl: skip abnormal edge on vsetvl insertion [PR119533]
Jeff Law
- [PATCH, V5] PR target/118541 - Do not generate unordered fp cmoves for IEEE compares on PowerPC
Michael Meissner
- [PATCH] libstdc++: Make debug iterator pointer sequence const [PR116369]
François Dumont
- [PATCH v2] c++: fix missing lifetime extension [PR119383]
Marek Polacek
- [RFC] [C]New syntax for the argument of counted_by attribute for C language
Bill Wendling
- [PATCH v2] RISC-V: vsetvl: skip abnormal edge on vsetvl insertion [PR119533]
Vineet Gupta
- [PATCH 0/7] Fix PRs 118097, 118785 and 119318 by storing and streaming operation type
Martin Jambor
- [committed] MAINTAINERS: Update my name
Alice Carlotti
- [PATCH 1/2] c++: maybe_dependent_member_ref and stripped alias [PR118626]
Patrick Palka
- [PATCH 2/2] c++: maybe_dependent_member_ref and typenames [PR118626]
Patrick Palka
- [PATCH] [testsuite] [riscv] xfail update-threading on riscv [PR110628]
Alexandre Oliva
Last message date:
Mon Mar 31 23:59:23 GMT 2025
Archived on: Mon Mar 31 23:59:46 GMT 2025
This archive was generated by
Pipermail 0.09 (Mailman edition).