Show patches with: State = Action Required       |    Archived = No       |   11966 patches
« 1 2 3 4119 120 »
Patch Series rb/tb S/W/F Date Submitter Delegate State
[v3,1/8] aarch64: Fix ACLE macro __ARM_FEATURE_SVE_VECTOR_OPERATORS aarch64: Enable C/C++ operations on SVE ACLE types. - - --- 2024-11-29 Tejas Belagod New
gimplify: Handle void BIND_EXPR as asm input [PR100501] gimplify: Handle void BIND_EXPR as asm input [PR100501] - - 4-- 2024-11-29 Joseph Myers New
[v4,5/5] openmp, fortran: Add support for iterators in OpenMP 'target update' constructs (Fortran) openmp: Add support for iterators in OpenMP mapping clauses - - 4-- 2024-11-28 Kwok Cheung Yeung New
[v4,4/5] openmp, fortran: Add support for map iterators in OpenMP target construct (Fortran) openmp: Add support for iterators in OpenMP mapping clauses - - 3-- 2024-11-28 Kwok Cheung Yeung New
[v4,3/5] openmp: Add support for iterators in 'target update' clauses (C/C++) openmp: Add support for iterators in OpenMP mapping clauses - - 2-- 2024-11-28 Kwok Cheung Yeung New
[v4,2/5] openmp: Add support for iterators in map clauses (C/C++) openmp: Add support for iterators in OpenMP mapping clauses - - --- 2024-11-28 Kwok Cheung Yeung New
[v4,1/5] openmp: Refactor handling of iterators openmp: Add support for iterators in OpenMP mapping clauses - - --- 2024-11-28 Kwok Cheung Yeung New
c: correct type compatibility for bit-fields [PR117828] c: correct type compatibility for bit-fields [PR117828] - - 4-- 2024-11-28 Martin Uecker New
[v5,5/5] aarch64: add SVE2 FP8DOT2 and FP8DOT4 intrinsics aarch64: Add fp8 sve foundation - - 4-- 2024-11-28 Claudio Bantaloukas New
[v5,4/5] aarch64: add SVE2 FP8 multiply accumulate intrinsics aarch64: Add fp8 sve foundation - - 3-1 2024-11-28 Claudio Bantaloukas New
[v5,3/5] aarch64: add svcvt* FP8 intrinsics aarch64: Add fp8 sve foundation - - 1-1 2024-11-28 Claudio Bantaloukas New
[v5,2/5] aarch64: specify fpm mode in function instances and groups aarch64: Add fp8 sve foundation - - --1 2024-11-28 Claudio Bantaloukas New
[v5,1/5] aarch64: Add basic svmfloat8_t support to arm_sve.h aarch64: Add fp8 sve foundation - - --- 2024-11-28 Claudio Bantaloukas New
libstdc++: Make std::basic_stacktrace swappable with unequal allocators libstdc++: Make std::basic_stacktrace swappable with unequal allocators - - 4-- 2024-11-28 Jonathan Wakely New
libstdc++: Use hidden friends for __normal_iterator operators libstdc++: Use hidden friends for __normal_iterator operators - - 4-- 2024-11-28 Jonathan Wakely New
libstdc++: Simplify std::_Destroy using 'if constexpr' libstdc++: Simplify std::_Destroy using 'if constexpr' - - 4-- 2024-11-28 Jonathan Wakely New
[committed] libstdc++: Use std::_Destroy in std::stacktrace [committed] libstdc++: Use std::_Destroy in std::stacktrace - - --2 2024-11-28 Jonathan Wakely New
[committed] testsuite: Fix up pr116675.c test [PR116675] [committed] testsuite: Fix up pr116675.c test [PR116675] - - --2 2024-11-28 Jakub Jelinek New
docs: Fix up __sync_* documentation [PR117642] docs: Fix up __sync_* documentation [PR117642] - - --2 2024-11-28 Jakub Jelinek New
[v3] zero_extend(not) -> xor optimization [PR112398] [v3] zero_extend(not) -> xor optimization [PR112398] - - 12-- 2024-11-28 Alexey Merzlyakov New
[PR117704] testsuite: Fix test failure on x86_32 by adding -mfpmath=sse+387 [PR117704] testsuite: Fix test failure on x86_32 by adding -mfpmath=sse+387 - - 4-- 2024-11-28 Jennifer Schmitz New
gimple-fold: Avoid ICEs with bogus declarations like const attribute no snprintf [PR117358] gimple-fold: Avoid ICEs with bogus declarations like const attribute no snprintf [PR117358] - - 1-2 2024-11-28 Jakub Jelinek New
builtins: Handle BITINT_TYPE in __builtin_iseqsig folding [PR117802] builtins: Handle BITINT_TYPE in __builtin_iseqsig folding [PR117802] - - 1-2 2024-11-28 Jakub Jelinek New
AIX Build failure with default -std=gnu23. AIX Build failure with default -std=gnu23. - - 4-- 2024-11-28 swamy sangamesh New
c++: P2865R5, Remove Deprecated Array Comparisons from C++26 [PR117788] c++: P2865R5, Remove Deprecated Array Comparisons from C++26 [PR117788] - - 4-- 2024-11-28 Marek Polacek New
[v3] LoongArch: Mask shift offset when emit {xv, v}{srl, sll, sra} with sameimm vector [v3] LoongArch: Mask shift offset when emit {xv, v}{srl, sll, sra} with sameimm vector - - 4-- 2024-11-28 Jinyang He New
Fortran: fix crash with bounds check writing array section [PR117791] Fortran: fix crash with bounds check writing array section [PR117791] - - 4-- 2024-11-27 Harald Anlauf New
[v3,3/3] Match: make SAT_ADD case 7 commutative Match: support additional cases of unsigned scalar arithmetic - - --2 2024-11-27 Akram Ahmad New
[v3,2/3] Match: support new case of unsigned scalar SAT_SUB Match: support additional cases of unsigned scalar arithmetic - - --2 2024-11-27 Akram Ahmad New
[v3,1/3] testsuite: Support dg-require-effective-target for us{add, sub} Match: support additional cases of unsigned scalar arithmetic - - --2 2024-11-27 Akram Ahmad New
middle-end: rework vectorizable_store to iterate over single index [PR117557] middle-end: rework vectorizable_store to iterate over single index [PR117557] - - 4-- 2024-11-27 Tamar Christina New
c++: template-id dependence wrt local static arg [PR117792] c++: template-id dependence wrt local static arg [PR117792] - - 4-- 2024-11-27 Patrick Palka New
libstdc++/ranges: make _RangeAdaptorClosure befriend operator| libstdc++/ranges: make _RangeAdaptorClosure befriend operator| 1 - 1-2 2024-11-27 Patrick Palka New
libatomic: Cleanup AArch64 ifunc selection libatomic: Cleanup AArch64 ifunc selection - - 4-- 2024-11-27 Wilco Dijkstra New
__builtin_prefetch fixes [PR117608] __builtin_prefetch fixes [PR117608] - - 5-1 2024-11-27 Jakub Jelinek New
[v2] LoongArch: Mask shift offset when emit {xv, v}{srl, sll, sra} with sameimm vector [v2] LoongArch: Mask shift offset when emit {xv, v}{srl, sll, sra} with sameimm vector - - 4-- 2024-11-27 Jinyang He New
builtins: Emit __sync_lock_release_{8,16} call as last resort instead of doing nothing [PR117642] builtins: Emit __sync_lock_release_{8,16} call as last resort instead of doing nothing [PR117642] - - 2-1 2024-11-27 Jakub Jelinek New
match.pd: Avoid introducing UB in the ((X /[ex] C1) +- C2) * (C1 * C3) simplification [PR117692] match.pd: Avoid introducing UB in the ((X /[ex] C1) +- C2) * (C1 * C3) simplification [PR117692] - - 2-1 2024-11-27 Jakub Jelinek New
c: Fix sizeof error recovery [PR117745] c: Fix sizeof error recovery [PR117745] - - 4-- 2024-11-27 Jakub Jelinek New
[RFC] c++: modules and using-directives [RFC] c++: modules and using-directives - - -2- 2024-11-27 Jason Merrill New
[RFC] aarch64: Fold lsl+lsr+orr to rev for half-width shifts [RFC] aarch64: Fold lsl+lsr+orr to rev for half-width shifts - - -2- 2024-11-27 Dhruv Chawla New
[pushed] c++: modules and local static [pushed] c++: modules and local static - - --2 2024-11-27 Jason Merrill New
[pushed] libcpp: modules and -include again [pushed] libcpp: modules and -include again - - --2 2024-11-27 Jason Merrill New
[x86,RFC] Prevent loop vectorization if it's in a deeply nested big loop. [x86,RFC] Prevent loop vectorization if it's in a deeply nested big loop. - - -2- 2024-11-27 liuhongt New
[v4] I386: Add more testcases for unsigned SAT_ADD vector pattern [v4] I386: Add more testcases for unsigned SAT_ADD vector pattern - - 4-- 2024-11-27 Li, Pan2 New
driver: -fhardened and -z lazy/-z norelro [PR117739] driver: -fhardened and -z lazy/-z norelro [PR117739] - - 4-- 2024-11-26 Marek Polacek New
Fortran: fix minor front-end memleaks Fortran: fix minor front-end memleaks - - 2-1 2024-11-26 Harald Anlauf New
arm: use quotes when referring to command-line options [PR90160] arm: use quotes when referring to command-line options [PR90160] - - 4-- 2024-11-26 David Malcolm New
[v3,1/1] CPP: Add flag to generate resolver at default version implementation. CPP: Add flag to generate resolver at default version implementation. - - 4-- 2024-11-26 Alfie Richards New
genrecog: Split into separate partitions [PR111600]. genrecog: Split into separate partitions [PR111600]. - - 912 2024-11-26 Robin Dapp New
testsuite: arm: Use correct the expected asm in epilog-1.c test testsuite: arm: Use correct the expected asm in epilog-1.c test - - 4-- 2024-11-26 Torbjorn SVENSSON Accepted
[v2,2/2] aarch64: Add support for AdvSIMD lut aarch64: Add AdvSIMD lut - - 4-- 2024-11-26 Saurabh Jha New
[v2,1/2] aarch64: Refactor AdvSIMD intrinsics aarch64: Add AdvSIMD lut - - 4-- 2024-11-26 Saurabh Jha New
[v2] match.pd: Add pattern to simplify `(a - 1) & -a` to `0` [v2] match.pd: Add pattern to simplify `(a - 1) & -a` to `0` - - 4-- 2024-11-26 Jovan Vukic New
LoongArch: Mask shift offset when emit {xv, v}{srl, sll, sra} with sameimm vector. LoongArch: Mask shift offset when emit {xv, v}{srl, sll, sra} with sameimm vector. - - 4-- 2024-11-26 Jinyang He New
[COMMITTED,18/19] ada: Add minimal support for address clause/aspect on controlled objects [COMMITTED,01/19] ada: Fix latent issue exposed by recent change in aggregate expansion - - --2 2024-11-26 Marc Poulhiès New
[COMMITTED,15/19] ada: Refactor code of Check_Ambiguous_Call and Valid_Conversion [COMMITTED,01/19] ada: Fix latent issue exposed by recent change in aggregate expansion - - --- 2024-11-26 Marc Poulhiès New
[COMMITTED,11/19] ada: Refactor checking redundant messages [COMMITTED,01/19] ada: Fix latent issue exposed by recent change in aggregate expansion - - --- 2024-11-26 Marc Poulhiès New
[COMMITTED,08/19] ada: Store error message kind as an enum [COMMITTED,01/19] ada: Fix latent issue exposed by recent change in aggregate expansion - - --- 2024-11-26 Marc Poulhiès New
[COMMITTED,06/19] ada: Simplify code [COMMITTED,01/19] ada: Fix latent issue exposed by recent change in aggregate expansion - - --- 2024-11-26 Marc Poulhiès New
[committed] wwwdocs: Add C++26 Wroclaw core papers [committed] wwwdocs: Add C++26 Wroclaw core papers - - --2 2024-11-26 Jakub Jelinek New
c++, v2: Implement C++26 P3176R1 - The Oxford variadic comma c++, v2: Implement C++26 P3176R1 - The Oxford variadic comma - - 4-- 2024-11-26 Jakub Jelinek New
builtins: Fix up DFP ICEs on __builtin_fpclassify [PR102674] builtins: Fix up DFP ICEs on __builtin_fpclassify [PR102674] - - --2 2024-11-26 Jakub Jelinek New
builtins: Fix up DFP ICEs on __builtin_is{inf, finite, normal} [PR43374] builtins: Fix up DFP ICEs on __builtin_is{inf, finite, normal} [PR43374] - - --2 2024-11-26 Jakub Jelinek New
tree-ssanames, match.pd: get_nonzero_bits/with_*_nonzero_bits* cleanups and improvements [PR117420] tree-ssanames, match.pd: get_nonzero_bits/with_*_nonzero_bits* cleanups and improvements [PR117420] - - 4-- 2024-11-26 Jakub Jelinek New
[2/2] LoongArch: testsuite: Fix l{a}sx-andn-iorn.c. [1/2] LoongArch: testsuite: Fix loongarch/vect-frint-scalar.c. - - 4-- 2024-11-26 Lulu Cheng New
[1/2] LoongArch: testsuite: Fix loongarch/vect-frint-scalar.c. [1/2] LoongArch: testsuite: Fix loongarch/vect-frint-scalar.c. - - 4-- 2024-11-26 Lulu Cheng New
c: special-case some "bool" errors with C23 [PR117629] c: special-case some "bool" errors with C23 [PR117629] - - 4-- 2024-11-26 David Malcolm New
[v3] I386: Add more testcases for unsigned SAT_ADD vector pattern [v3] I386: Add more testcases for unsigned SAT_ADD vector pattern - - 4-- 2024-11-26 Li, Pan2 New
[3/3] PR tree-optimization/117647 - Only add inferred ranges if they change the value. [1/3] tree-optimization/117467 - Do not calculate an entry range for invariant names. - - 4-- 2024-11-26 Andrew MacLeod New
[2/3] PR tree-optimization/117467 - Add a range query to inferred ranges. [1/3] tree-optimization/117467 - Do not calculate an entry range for invariant names. - - 4-- 2024-11-26 Andrew MacLeod New
[1/3] tree-optimization/117467 - Do not calculate an entry range for invariant names. [1/3] tree-optimization/117467 - Do not calculate an entry range for invariant names. - - 4-- 2024-11-26 Andrew MacLeod New
libstdc++: Move std::error_category symbol to separate file [PR117630] libstdc++: Move std::error_category symbol to separate file [PR117630] - - 4-- 2024-11-25 Jonathan Wakely New
Fortran: passing inquiry ref of complex array to assumed rank dummy [PR117774] Fortran: passing inquiry ref of complex array to assumed rank dummy [PR117774] - - 4-- 2024-11-25 Harald Anlauf New
c++: ICE with nested anonymous union [PR117153] c++: ICE with nested anonymous union [PR117153] - - 4-- 2024-11-25 Marek Polacek New
[pushed,PR117105,LRA] : Use unique value reload pseudo for early clobber operand [pushed,PR117105,LRA] : Use unique value reload pseudo for early clobber operand - - --2 2024-11-25 Vladimir Makarov New
[v3] arm: [MVE intrinsics] Fix support for predicate constants [PR target/114801] [v3] arm: [MVE intrinsics] Fix support for predicate constants [PR target/114801] - - 4-- 2024-11-25 Christophe Lyon New
c++: Implement C++26 P3176R1 - The Oxford variadic comma c++: Implement C++26 P3176R1 - The Oxford variadic comma - - 4-- 2024-11-25 Jakub Jelinek New
[COMMITTED,wwwdocs] gcc-15: Document removal of Nios II back end [COMMITTED,wwwdocs] gcc-15: Document removal of Nios II back end - - --2 2024-11-25 Sandra Loosemore New
[COMMITTED] nios2: Remove all support for Nios II target. [COMMITTED] nios2: Remove all support for Nios II target. - - --2 2024-11-25 Sandra Loosemore New
[fortran] PR117763 [15.0 regression] segmentation fault through allocatable char arrays (?) [fortran] PR117763 [15.0 regression] segmentation fault through allocatable char arrays (?) - - --2 2024-11-25 Paul Richard Thomas New
[pushed] wwwdocs: readings: Update AVR entry [pushed] wwwdocs: readings: Update AVR entry - - --2 2024-11-25 Gerald Pfeifer New
aarch64: Use SVE ASRD instruction with Neon modes. aarch64: Use SVE ASRD instruction with Neon modes. - - 4-- 2024-11-25 Soumya AR New
[fortran] PR117765 Impure function within a BLOCK construct within a DO CONCURRENT [fortran] PR117765 Impure function within a BLOCK construct within a DO CONCURRENT - - --2 2024-11-25 Jerry D New
[v2] I386: Add more testcases for unsigned SAT_ADD vector pattern [v2] I386: Add more testcases for unsigned SAT_ADD vector pattern - - 4-- 2024-11-25 Li, Pan2 New
[v1] I386: Add more testcases for unsigned SAT_ADD vector pattern [v1] I386: Add more testcases for unsigned SAT_ADD vector pattern - - 4-- 2024-11-25 Li, Pan2 New
[SPARC] Fix PR target/117715 [SPARC] Fix PR target/117715 - - --2 2024-11-24 Eric Botcazou New
[v2] ada: PR target/117538 Traceback includes load address if executable is PIE. [v2] ada: PR target/117538 Traceback includes load address if executable is PIE. - - 4-- 2024-11-24 Simon Wright New
optimize basic_string optimize basic_string - - 2-2 2024-11-24 Jan Hubicka New
improve std::deque::_M_reallocate_map improve std::deque::_M_reallocate_map - - 2-2 2024-11-23 Jan Hubicka New
Rust: Work around 'error[E0599]: no method named `leak` found for struct `std::string::String` in t… Rust: Work around 'error[E0599]: no method named `leak` found for struct `std::string::String` in t… - - 4-- 2024-11-23 Thomas Schwinge New
Rust: Work around 'error[E0658]: `let...else` statements are unstable' (was: [PATCH 005/125] gccrs:… Rust: Work around 'error[E0658]: `let...else` statements are unstable' (was: [PATCH 005/125] gccrs:… - - 4-- 2024-11-23 Thomas Schwinge New
Fix type compatibility for types with flexible array member [PR113688,PR114014,PR117724] Fix type compatibility for types with flexible array member [PR113688,PR114014,PR117724] - - 2-2 2024-11-23 Martin Uecker New
[wwwdocs] Fortran changes, add description regarding commas in formats [wwwdocs] Fortran changes, add description regarding commas in formats - - --2 2024-11-23 Jerry D New
[v2] replace atoi with strtol in varasm.cc (decode_reg_name_and_count) [PR114540] [v2] replace atoi with strtol in varasm.cc (decode_reg_name_and_count) [PR114540] - - 4-- 2024-11-23 Heiko Eißfeldt New
[fortran] PR84674(12-15 regression) and PR117730 - non_overridable typebound proc problems [fortran] PR84674(12-15 regression) and PR117730 - non_overridable typebound proc problems - - 4-- 2024-11-23 Paul Richard Thomas New
Alpha: Respect `_Atomic' keyword for HI and QI data on !BWX [PR117759] Alpha: Respect `_Atomic' keyword for HI and QI data on !BWX [PR117759] - - 4-- 2024-11-23 Maciej W. Rozycki New
[avr,applied] Fix PR117744: Load partially clobbers address reg [avr,applied] Fix PR117744: Load partially clobbers address reg - - --2 2024-11-23 Georg-Johann Lay New
[committed] include: Add yet another DW_LANG_* enumerator from https://dwarfstd.org/languages.html [committed] include: Add yet another DW_LANG_* enumerator from https://dwarfstd.org/languages.html - - --2 2024-11-23 Jakub Jelinek New
Remove the rest of INCLUDE_MEMORY Remove the rest of INCLUDE_MEMORY - - 4-- 2024-11-23 Andrew Pinski New
« 1 2 3 4119 120 »