Show patches with: Archived = No       |   126663 patches
« 1 2 ... 265 266 2671266 1267 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[pushed] c++: don't predeclare std::type_info [PR48396] [pushed] c++: don't predeclare std::type_info [PR48396] - - - - --- 2021-09-15 Jason Merrill New
[pushed] c++: correct object scope handling [pushed] c++: correct object scope handling - - - - --- 2021-09-15 Jason Merrill New
[pushed] c++: tweak C++20 destructor template-id rule [pushed] c++: tweak C++20 destructor template-id rule - - - - --- 2021-09-15 Jason Merrill New
[COMMITTED] gcc: xtensa: fix PR target/102336 [COMMITTED] gcc: xtensa: fix PR target/102336 - - - - --- 2021-09-15 Max Filippov New
Output vextract{i, f}{32x4, 64x2} for (vec_select:(reg:Vmode) idx) when byte_offset of idx % 16 == … Output vextract{i, f}{32x4, 64x2} for (vec_select:(reg:Vmode) idx) when byte_offset of idx % 16 == … - - - - --- 2021-09-15 Liu, Hongtao New
[2/2] jit: Add support for complex types jit: Add support for complex types - - - - --- 2021-09-14 Petter Tomner New
[1/2] jit: Add support for complex types jit: Add support for complex types - - - - --- 2021-09-14 Petter Tomner New
[RFC] pru: Named address space for R30/R31 I/O access [RFC] pru: Named address space for R30/R31 I/O access - - - - --- 2021-09-14 Dimitar Dimitrov New
c++: default ctor that's also a list ctor [PR102050] c++: default ctor that's also a list ctor [PR102050] - - - - --- 2021-09-14 Patrick Palka New
PR fortran/102287 - optional allocatable array arguments (intent out) of derived types with allocat… PR fortran/102287 - optional allocatable array arguments (intent out) of derived types with allocat… - - - - --- 2021-09-14 Harald Anlauf New
[committed] PR fortran/102311 - fix ICE during error recovery checking entry characteristics [committed] PR fortran/102311 - fix ICE during error recovery checking entry characteristics - - - - --- 2021-09-14 Harald Anlauf New
coroutines: Small cleanups to await_statement_walker [NFC]. coroutines: Small cleanups to await_statement_walker [NFC]. - - - - --- 2021-09-14 Iain Sandoe New
[committed] Fortran: Add missing ST_OMP_END_SCOPE handling [PR102313] [committed] Fortran: Add missing ST_OMP_END_SCOPE handling [PR102313] - - - - --- 2021-09-14 Tobias Burnus New
[PUSHED] testsuite: fix failing pytest tests [PUSHED] testsuite: fix failing pytest tests - - - - --- 2021-09-14 Martin Liška New
[Ada] Fix PR ada/101970 [Ada] Fix PR ada/101970 - - - - --- 2021-09-14 Eric Botcazou New
[committed] arc: Update ZOL pattern. [committed] arc: Update ZOL pattern. - - - - --- 2021-09-14 Claudiu Zissulescu Ianculescu New
[Ada] Fix inaccurate bounds in debug info for vector array types [Ada] Fix inaccurate bounds in debug info for vector array types - - - - --- 2021-09-14 Eric Botcazou New
c++: Update DECL_*SIZE for objects with flexible array members with initializers [PR102295] c++: Update DECL_*SIZE for objects with flexible array members with initializers [PR102295] - - - - --- 2021-09-14 Jakub Jelinek New
[Ada] Strengthen compatibility warning for GCC builtins [Ada] Strengthen compatibility warning for GCC builtins - - - - --- 2021-09-14 Eric Botcazou New
c++: Fix __is_*constructible/assignable for templates [PR102305] c++: Fix __is_*constructible/assignable for templates [PR102305] - - - - --- 2021-09-14 Jakub Jelinek New
[committed] testsuite: Use sync_long_long instead of sync_int_long for atomic-29.c test [committed] testsuite: Use sync_long_long instead of sync_int_long for atomic-29.c test - - - - --- 2021-09-14 Jakub Jelinek New
[committed] openmp: Add testing checks (whether lhs appears in operands at all) to more trees [committed] openmp: Add testing checks (whether lhs appears in operands at all) to more trees - - - - --- 2021-09-14 Jakub Jelinek New
[v2] analyzer: Define INCLUDE_UNIQUE_PTR [v2] analyzer: Define INCLUDE_UNIQUE_PTR - - - - --- 2021-09-14 Maxim Blinov New
[Ada] Implement PR ada/101385 [Ada] Implement PR ada/101385 - - - - --- 2021-09-14 Eric Botcazou New
[Ada] Give more informative error message for by-reference types [Ada] Give more informative error message for by-reference types - - - - --- 2021-09-14 Eric Botcazou New
[#2] PR c/102245: Disable sign-changing optimization for shifts by zero. [#2] PR c/102245: Disable sign-changing optimization for shifts by zero. - - - - --- 2021-09-14 Roger Sayle New
[v3] c++: Fix cp_tree_equal for template value args using dependent sizeof/alignof/noexcept express… [v3] c++: Fix cp_tree_equal for template value args using dependent sizeof/alignof/noexcept express… - - - - --- 2021-09-14 Barrett Adair New
Remove unused function make_unique_name. Remove unused function make_unique_name. - - - - --- 2021-09-14 Benjamin Peterson New
c++: empty union member activation during constexpr [PR102163] c++: empty union member activation during constexpr [PR102163] - - - - --- 2021-09-13 Patrick Palka New
c++: fix wrong fixit hints for misspelled typedef [PR77565] c++: fix wrong fixit hints for misspelled typedef [PR77565] - - - - --- 2021-09-13 Michel Morin New
Maintain (mis-)alignment info in the first element of a group Maintain (mis-)alignment info in the first element of a group - - - - --- 2021-09-13 Richard Biener New
libstdc++-v3: Optimize 'to_string<int>' with numeric_limits instead of __to_chars_len libstdc++-v3: Optimize 'to_string<int>' with numeric_limits instead of __to_chars_len - - - - --- 2021-09-13 刘可 New
Remove support for vax-openbsd Remove support for vax-openbsd - - - - --- 2021-09-13 Richard Biener New
Remove m68k-openbsd support Remove m68k-openbsd support - - - - --- 2021-09-13 Richard Biener New
[COMMITTED] Move pointer_equiv_analyzer to new file. [COMMITTED] Move pointer_equiv_analyzer to new file. - - - - --- 2021-09-13 Aldy Hernandez New
PR c/102245: Don't warn that ((_Bool)x<<0) isn't a truthvalue. PR c/102245: Don't warn that ((_Bool)x<<0) isn't a truthvalue. - - - - --- 2021-09-13 Roger Sayle New
Remove references to FSM threads. Remove references to FSM threads. - - - - --- 2021-09-13 Aldy Hernandez New
Fix i686-lynx build breakage Fix i686-lynx build breakage - - - - --- 2021-09-13 Richard Biener New
Add cr16-*-* to the list of obsoleted targets Add cr16-*-* to the list of obsoleted targets - - - - --- 2021-09-13 Richard Biener New
[v2] Always default to DWARF2_DEBUG if not specified, warn about deprecated STABS [v2] Always default to DWARF2_DEBUG if not specified, warn about deprecated STABS - - - - --- 2021-09-13 Richard Biener New
Remove m32r{,le}-*-linux* support from GCC Remove m32r{,le}-*-linux* support from GCC - - - - --- 2021-09-13 Li, Pan2 via Gcc-patches New
[committed] rs6000: Remove typedef for struct rs6000_cost_data [committed] rs6000: Remove typedef for struct rs6000_cost_data - - - - --- 2021-09-13 Kewen.Lin New
Remove UNSPEC_{COPYSIGN,XORSIGN}. Remove UNSPEC_{COPYSIGN,XORSIGN}. - - - - --- 2021-09-13 Liu, Hongtao New
c++: shortcut bad convs during overload resolution, part 2 [PR101904] c++: shortcut bad convs during overload resolution, part 2 [PR101904] - - - - --- 2021-09-12 Patrick Palka New
PR fortran/85130 - Handling of substring range PR fortran/85130 - Handling of substring range - - - - --- 2021-09-12 Harald Anlauf New
Fix multi-statement define for alpha-dec-vms Fix multi-statement define for alpha-dec-vms - - - - --- 2021-09-12 Jan-Benedict Glaw New
Fix PR lto/49664: liblto_plugin.so exports too many symbols Fix PR lto/49664: liblto_plugin.so exports too many symbols - - - - --- 2021-09-12 Li, Pan2 via Gcc-patches New
[committed] d: Don't include terminating null pointer in string expression conversion (PR102185) [committed] d: Don't include terminating null pointer in string expression conversion (PR102185) - - - - --- 2021-09-12 Iain Buclaw New
Go patch committed: Don't pad zero-sized trailing field in results struct Go patch committed: Don't pad zero-sized trailing field in results struct - - - - --- 2021-09-11 Ian Lance Taylor New
Also preserve SUBREG_PROMOTED_VAR_P in expr.c's convert_move. Also preserve SUBREG_PROMOTED_VAR_P in expr.c's convert_move. - - - - --- 2021-09-11 Roger Sayle New
Refactor jump_thread_path_registry. Refactor jump_thread_path_registry. - - - - --- 2021-09-11 Aldy Hernandez New
testsuite: Fix c-c++-common/auto-init-* tests testsuite: Fix c-c++-common/auto-init-* tests - - - - --- 2021-09-11 Jakub Jelinek New
libiberty: allow comments in option file libiberty: allow comments in option file - - - - --- 2021-09-11 Hu Jialun New
MAINTAINERS: Adding myself to to DCO and write after approval MAINTAINERS: Adding myself to to DCO and write after approval - - - - --- 2021-09-10 Petter Tomner New
openmp: Implement OpenMP 5.1 atomics, so far for C only openmp: Implement OpenMP 5.1 atomics, so far for C only - - - - --- 2021-09-10 Jakub Jelinek New
Go patch committed: Correct condition for calling memclrHasPointers Go patch committed: Correct condition for calling memclrHasPointers - - - - --- 2021-09-10 Ian Lance Taylor New
[v3,3/3] gimple: allow more folding of memcpy [PR102125] lower more cases of memcpy [PR102125] - - - - --- 2021-09-10 Richard Earnshaw New
[v3,2/3] arm: expand handling of movmisalign for DImode [PR102125] lower more cases of memcpy [PR102125] - - - - --- 2021-09-10 Richard Earnshaw New
[v3,1/3] rtl: directly handle MEM in gen_highpart [PR102125] lower more cases of memcpy [PR102125] - - - - --- 2021-09-10 Richard Earnshaw New
[committed] libstdc++: Use "test.invalid." for invalid hostname [committed] libstdc++: Use "test.invalid." for invalid hostname - - - - --- 2021-09-10 Jonathan Wakely New
libsanitizer: Add AM_CCASFLAGS to Makefile.am libsanitizer: Add AM_CCASFLAGS to Makefile.am - - - - --- 2021-09-10 H.J. Lu New
[RFC] c++: implement C++17 hardware interference size [RFC] c++: implement C++17 hardware interference size - - - - --- 2021-09-10 Jason Merrill New
[2/2] validate_subreg before call gen_lowpart to avoid ICE. Revert r12-3277 since it caused regressions on many other targets. - - - - --- 2021-09-10 Liu, Hongtao New
[1/2] Revert "Get rid of all float-int special cases in validate_subreg." Revert r12-3277 since it caused regressions on many other targets. - - - - --- 2021-09-10 Liu, Hongtao New
Always default to DWARF2_DEBUG if not specified, warn about deprecated STABS Always default to DWARF2_DEBUG if not specified, warn about deprecated STABS - - - - --- 2021-09-10 Richard Biener New
middle-end/102273 - avoid ICE with auto-init and nested functions middle-end/102273 - avoid ICE with auto-init and nested functions - - - - --- 2021-09-10 Richard Biener New
[RFC] Come up with casm state [RFC] Come up with casm state - - - - --- 2021-09-10 Martin Liška New
[Take,2] More NEGATE_EXPR folding in match.pd [Take,2] More NEGATE_EXPR folding in match.pd - - - - --- 2021-09-10 Roger Sayle New
middle-end/102269 - avoid auto-init of empty types middle-end/102269 - avoid auto-init of empty types - - - - --- 2021-09-10 Richard Biener New
analyzer: Define INCLUDE_UNIQUE_PTR analyzer: Define INCLUDE_UNIQUE_PTR - - - - --- 2021-09-10 Maxim Blinov New
[PING] Re: Fix 'hash_table::expand' to destruct stale Value objects [PING] Re: Fix 'hash_table::expand' to destruct stale Value objects - - - - --- 2021-09-10 Thomas Schwinge New
[PING] Re: [Committed] [PATCH 2/4] (v4) On-demand locations within string-literals [PING] Re: [Committed] [PATCH 2/4] (v4) On-demand locations within string-literals - - - - --- 2021-09-10 Thomas Schwinge New
[PING] Don't maintain a warning spec for 'UNKNOWN_LOCATION'/'BUILTINS_LOCATION' [PR101574] (was: [P… [PING] Don't maintain a warning spec for 'UNKNOWN_LOCATION'/'BUILTINS_LOCATION' [PR101574] (was: [P… - - - - --- 2021-09-10 Thomas Schwinge New
[www] Add note that STABS is deprecated [www] Add note that STABS is deprecated - - - - --- 2021-09-10 Richard Biener New
Remove DARWIN_PREFER_DWARF and dead code Remove DARWIN_PREFER_DWARF and dead code - - - - --- 2021-09-10 Richard Biener New
Default AVR to DWARF2 debug Default AVR to DWARF2 debug - - - - --- 2021-09-10 Richard Biener New
Always default to DWARF2 debugging for RX, even with -mas100-syntax Always default to DWARF2 debugging for RX, even with -mas100-syntax - - - - --- 2021-09-10 Richard Biener New
Default Alpha/VMS to DWARF2 debugging only Default Alpha/VMS to DWARF2 debugging only - - - - --- 2021-09-10 Richard Biener New
Always default to DWARF2 debug for cygwin and mingw Always default to DWARF2 debug for cygwin and mingw - - - - --- 2021-09-10 Richard Biener New
Remove vestiges of --with-stabs Remove vestiges of --with-stabs - - - - --- 2021-09-10 Richard Biener New
Disallow paradoxical subregs when outer mode is SCALAR_FLOAT_MODE_P. Disallow paradoxical subregs when outer mode is SCALAR_FLOAT_MODE_P. - - - - --- 2021-09-10 Liu, Hongtao New
Relax condition of (vec_concat:M(vec_select op0 idx0)(vec_select op0 idx1)) to allow different mode… Relax condition of (vec_concat:M(vec_select op0 idx0)(vec_select op0 idx1)) to allow different mode… - - - - --- 2021-09-10 Liu, Hongtao New
[3/3] doc: document BPF -mcpu and related options bpf: add -mcpu and related feature options - - - - --- 2021-09-09 David Faust New
[2/3] bpf testsuite: add tests for new feature options bpf: add -mcpu and related feature options - - - - --- 2021-09-09 David Faust New
[1/3] bpf: add -mcpu and related feature options bpf: add -mcpu and related feature options - - - - --- 2021-09-09 David Faust New
bpf: correct zero_extend output templates bpf: correct zero_extend output templates - - - - --- 2021-09-09 David Faust New
[committed] PR fortran/98490 - Unexpected out of bounds in array constructor with implied do loop [committed] PR fortran/98490 - Unexpected out of bounds in array constructor with implied do loop - - - - --- 2021-09-09 Harald Anlauf New
bpf: Add support to eBPF atomic operations bpf: Add support to eBPF atomic operations - - - - --- 2021-09-09 Guillermo E. Martinez New
Remove dbx.h, do not set PREFERRED_DEBUGGING_TYPE from dbxcoff.h, lynx.h Remove dbx.h, do not set PREFERRED_DEBUGGING_TYPE from dbxcoff.h, lynx.h - - - - --- 2021-09-09 Richard Biener New
[v2,3/3] gimple: allow more folding of memcpy [PR102125] lower more cases of memcpy [PR102125] - - - - --- 2021-09-09 Richard Earnshaw New
[v2,2/3] arm: expand handling of movmisalign for DImode [PR102125] lower more cases of memcpy [PR102125] - - - - --- 2021-09-09 Richard Earnshaw New
[v2,1/3] rtl: properly handle subreg (mem) in gen_highpart [PR102125] lower more cases of memcpy [PR102125] - - - - --- 2021-09-09 Richard Earnshaw New
More NEGATE_EXPR folding in match.pd More NEGATE_EXPR folding in match.pd - - - - --- 2021-09-09 Roger Sayle New
[i386] Remove copysign post_reload splitter for scalar modes. [i386] Remove copysign post_reload splitter for scalar modes. - - - - --- 2021-09-09 Liu, Hongtao New
Sv: Sv: [PATCH 1/2 v2] jit : Generate debug info for variables Sv: Sv: [PATCH 1/2 v2] jit : Generate debug info for variables - - - - --- 2021-09-09 Petter Tomner New
strub: machine-independent stack scrubbing strub: machine-independent stack scrubbing - - - - --- 2021-09-09 Alexandre Oliva New
x86: Add TARGET_AVX256_[MOVE|STORE]_BY_PIECES x86: Add TARGET_AVX256_[MOVE|STORE]_BY_PIECES - - - - --- 2021-09-09 H.J. Lu New
[committed] analyzer: fix ICE when discarding result of realloc [PR102225] [committed] analyzer: fix ICE when discarding result of realloc [PR102225] - - - - --- 2021-09-08 David Malcolm New
testsuite: Allow .sdata in more cases in gcc.dg/array-quals-1.c testsuite: Allow .sdata in more cases in gcc.dg/array-quals-1.c - - - - --- 2021-09-08 Joseph Myers New
rs6000: Fix ELFv2 r12 use in epilogue rs6000: Fix ELFv2 r12 use in epilogue - - - - --- 2021-09-08 Segher Boessenkool New
« 1 2 ... 265 266 2671266 1267 »