Show patches with: State = Action Required       |    Archived = No       |   12015 patches
« 1 2118 119 120 121 »
Patch Series rb/tb S/W/F Date Submitter Delegate State
Fortran: Avoid var initialization in interfaces [PR54753] Fortran: Avoid var initialization in interfaces [PR54753] - - --- 2021-09-29 Tobias Burnus New
[rs6000] punish reload of lfiwzx when loading an int variable [PR102169, PR102146] [rs6000] punish reload of lfiwzx when loading an int variable [PR102169, PR102146] - - --- 2021-09-29 HAO CHEN GUI New
[www] Add note about computed gotos to changes and porting guide [www] Add note about computed gotos to changes and porting guide - - --- 2021-09-29 Li, Pan2 via Gcc-patches New
PR fortran/102520 - [10/11/12 Regression] ICE in expand_constructor, at fortran/array.c:1802 PR fortran/102520 - [10/11/12 Regression] ICE in expand_constructor, at fortran/array.c:1802 - - --- 2021-09-28 Harald Anlauf New
[gcc12-changes] Add a new item about the support for automatic static variable initialization [gcc12-changes] Add a new item about the support for automatic static variable initialization - - --- 2021-09-28 Qing Zhao New
[v4] attribs: Implement -Wno-attributes=vendor::attr [PR101940] [v4] attribs: Implement -Wno-attributes=vendor::attr [PR101940] - - --- 2021-09-28 Marek Polacek New
c++: ttp matching with constrained auto parm [PR99909] c++: ttp matching with constrained auto parm [PR99909] - - --- 2021-09-28 Patrick Palka New
Fortran: Fix same_type_as Fortran: Fix same_type_as - - --- 2021-09-28 Tobias Burnus New
[testsuite,aarch64] : Fix gcc.target/aarch64/auto-init-* tests. [testsuite,aarch64] : Fix gcc.target/aarch64/auto-init-* tests. - - --- 2021-09-28 Qing Zhao New
[8/7] ifcvt: Second try in order to avoid unnecessary temporaries Untitled series #3230 - - --- 2021-09-28 Robin Dapp New
[v2] rs6000: Modify the way for extra penalized cost [v2] rs6000: Modify the way for extra penalized cost - - --- 2021-09-28 Kewen.Lin New
rs6000: Remove builtin mask check from builtin_decl [PR102347] rs6000: Remove builtin mask check from builtin_decl [PR102347] - - --- 2021-09-28 Kewen.Lin New
[i386] Support reduc_{plus,smax,smin,umax,min}_scal_v4hi. [i386] Support reduc_{plus,smax,smin,umax,min}_scal_v4hi. - - --- 2021-09-28 liuhongt New
Fix 48631_neg test in _GLIBCXX_VERSION_NAMESPACE mode Fix 48631_neg test in _GLIBCXX_VERSION_NAMESPACE mode - - --- 2021-09-27 François Dumont New
coroutines: Only set parm copy guard vars if we have exceptions [PR 102454]. coroutines: Only set parm copy guard vars if we have exceptions [PR 102454]. - - --- 2021-09-27 Iain Sandoe New
Control all jump threading passes with -fjump-threads. Control all jump threading passes with -fjump-threads. - - --- 2021-09-27 Aldy Hernandez New
c++: deduction guides and ttp rewriting [PR102479] c++: deduction guides and ttp rewriting [PR102479] - - --- 2021-09-27 Patrick Palka New
AVX512FP16:support basic 64/32bit vector type and operation. AVX512FP16:support basic 64/32bit vector type and operation. - - --- 2021-09-27 Hongyu Wang New
Objective-C: fix protocol list count type (pertinent to non-LP64) Objective-C: fix protocol list count type (pertinent to non-LP64) - - --- 2021-09-27 Matt Jacobson New
c-format: Add -Wformat-same-precision option [PR80060] c-format: Add -Wformat-same-precision option [PR80060] - - --- 2021-09-26 Daniil Stas New
[RFC] Experimental __attribute__((saturating)) on integer types. [RFC] Experimental __attribute__((saturating)) on integer types. - - --- 2021-09-26 Roger Sayle New
[RFC,7/7] Add documentation for nanoMIPS nanoMIPS port - - --- 2021-09-26 Dragan Mladjenovic New
[RFC,6/7] Enable MIPS DSP rev3 ASE for nanoMIPS nanoMIPS port - - --- 2021-09-26 Dragan Mladjenovic New
[RFC,5/7] Fix unhelpful messages for disabled options. nanoMIPS port - - --- 2021-09-26 Dragan Mladjenovic New
[RFC,2/7] Make mips-classic.md entry point for mips*-*-* targets nanoMIPS port - - --- 2021-09-26 Dragan Mladjenovic New
[RFC,1/7] Avoid references to register names in instruction output patterns. nanoMIPS port - - --- 2021-09-26 Dragan Mladjenovic New
Enable auto-vectorization at O2 with very-cheap cost model. Enable auto-vectorization at O2 with very-cheap cost model. - - --- 2021-09-26 liuhongt New
Introduce sh_mul and uh_mul RTX codes for high-part multiplications Introduce sh_mul and uh_mul RTX codes for high-part multiplications - - --- 2021-09-25 Roger Sayle New
Make flag_trapping_math a non-binary Boolean. Make flag_trapping_math a non-binary Boolean. - - --- 2021-09-25 Roger Sayle New
Replace VRP threader with a hybrid forward threader. Replace VRP threader with a hybrid forward threader. - - --- 2021-09-24 Aldy Hernandez New
rs6000: Fix vec_cpsgn parameter order (PR101985) rs6000: Fix vec_cpsgn parameter order (PR101985) - - --- 2021-09-24 Li, Pan2 via Gcc-patches New
[PING] Re: [Patch][GCC][middle-end] - Generate FRINTZ for (double)(int) under -ffast-math on aarch64 [PING] Re: [Patch][GCC][middle-end] - Generate FRINTZ for (double)(int) under -ffast-math on aarch64 - - --- 2021-09-24 Jirui Wu New
[GIMPLE] Simplify (_Float16) ceil ((double) x) to .CEIL (x) when available. [GIMPLE] Simplify (_Float16) ceil ((double) x) to .CEIL (x) when available. - - --- 2021-09-24 liuhongt New
*PING* Re: [PATCH] c++: Suppress error when cv-qualified reference is introduced by typedef [PR1017… *PING* Re: [PATCH] c++: Suppress error when cv-qualified reference is introduced by typedef [PR1017… - - --- 2021-09-24 nick huang New
*PING* [PATCH] c++: fix cases of core1001/1322 by not dropping cv-qualifier of function parameter o… *PING* [PATCH] c++: fix cases of core1001/1322 by not dropping cv-qualifier of function parameter o… - - --- 2021-09-24 nick huang New
[GCC12] Mention Intel AVX512-FP16 and _Float16 support. [GCC12] Mention Intel AVX512-FP16 and _Float16 support. - - --- 2021-09-24 liuhongt New
[Fortran] Add missing diagnostic for F2018 C711 (TS29113 C407c) [Fortran] Add missing diagnostic for F2018 C711 (TS29113 C407c) - - --- 2021-09-23 Sandra Loosemore New
real: fix encoding of negative IEEE double/quad values [PR98216] real: fix encoding of negative IEEE double/quad values [PR98216] - - --- 2021-09-23 Patrick Palka New
PR fortran/102458 - ICE tree check: expected array_type, have pointer_type in gfc_conv_array_initia… PR fortran/102458 - ICE tree check: expected array_type, have pointer_type in gfc_conv_array_initia… - - --- 2021-09-23 Harald Anlauf New
Fortran: Fix associated intrinsic with assumed rank [PR101334] [was: [PATCH, Fortran] Fixes for F20… Fortran: Fix associated intrinsic with assumed rank [PR101334] [was: [PATCH, Fortran] Fixes for F20… - - --- 2021-09-23 Tobias Burnus New
attribs: Allow optional second arg for attr deprecated [PR102049] attribs: Allow optional second arg for attr deprecated [PR102049] - - --- 2021-09-23 Marek Polacek New
[Fortran] Diagnose default-initialized pointer/allocatable dummies [Fortran] Diagnose default-initialized pointer/allocatable dummies - - --- 2021-09-23 Sandra Loosemore New
AVX512FP16: Support cond_op for HFmode AVX512FP16: Support cond_op for HFmode - - --- 2021-09-23 Hongyu Wang New
wwwdocs: [GCC12] Mention Intel AVX512-FP16. wwwdocs: [GCC12] Mention Intel AVX512-FP16. - - --- 2021-09-23 liuhongt New
[v4,2/2] Add TARGET_ASM_EMIT_GNU_PROPERTY_NOTE Implement indirect external access - - --- 2021-09-23 H.J. Lu New
[v4,1/2] Add -f[no-]direct-extern-access Implement indirect external access - - --- 2021-09-23 H.J. Lu New
Fortran: Improve file-reading error diagnostic [PR55534] (was: Re: [Patch] Fortran: Improve -Wmissi… Fortran: Improve file-reading error diagnostic [PR55534] (was: Re: [Patch] Fortran: Improve -Wmissi… - - --- 2021-09-22 Tobias Burnus New
[Fortran] diagnostic for argument w/type parameters for assumed-type dummy [Fortran] diagnostic for argument w/type parameters for assumed-type dummy - - --- 2021-09-22 Sandra Loosemore New
libiberty: prevent buffer overflow when decoding user input libiberty: prevent buffer overflow when decoding user input - - --- 2021-09-22 Luís Ferreira New
[v2,3/3] reassoc: Test rank biasing reassoc: Propagate PHI_LOOP_BIAS along single uses - - --- 2021-09-21 Ilya Leoshkevich New
[v2,2/3] reassoc: Propagate PHI_LOOP_BIAS along single uses reassoc: Propagate PHI_LOOP_BIAS along single uses - - --- 2021-09-21 Ilya Leoshkevich New
rs6000: Add psabi diagnostic for C++ zero-width bit field ABI change (PR102024) rs6000: Add psabi diagnostic for C++ zero-width bit field ABI change (PR102024) - - --- 2021-09-21 Li, Pan2 via Gcc-patches New
Objective-C: fix class_ro layout for non-LP64 Objective-C: fix class_ro layout for non-LP64 - - --- 2021-09-21 Matt Jacobson New
Fortran: Improve -Wmissing-include-dirs warnings [PR55534] Fortran: Improve -Wmissing-include-dirs warnings [PR55534] - - --- 2021-09-21 Tobias Burnus New
[testsuite,aarch64] : Fix gcc.target/aarch64/auto-init-* tests. [testsuite,aarch64] : Fix gcc.target/aarch64/auto-init-* tests. - - --- 2021-09-21 Qing Zhao New
[2/7] Do not query SCEV in range_of_phi unless dominators are available. Add ability to resolve unknowns to path solver. - - --- 2021-09-21 Aldy Hernandez 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-21 Richard Biener New
Fortran: Fix assumed-size to assumed-rank passing [PR94070] Fortran: Fix assumed-size to assumed-rank passing [PR94070] - - --- 2021-09-21 Tobias Burnus New
[RFC/PATCH] C++ constexpr vs. floating point exceptions. [RFC/PATCH] C++ constexpr vs. floating point exceptions. - - --- 2021-09-21 Roger Sayle Changes Requested
attribs: Implement -Wno-attributes=vendor::attr [PR101940] attribs: Implement -Wno-attributes=vendor::attr [PR101940] - - --- 2021-09-20 Marek Polacek New
c++: consider built-in operator candidates first c++: consider built-in operator candidates first - - --- 2021-09-20 Patrick Palka Changes Requested
x86: Clean up gcc.target/i386/auto-init-* tests x86: Clean up gcc.target/i386/auto-init-* tests - - --- 2021-09-20 H.J. Lu New
GCC11 - Fortran: combined directives - order(concurrent) not on distribute (was: Re: [Patch] Fortra… GCC11 - Fortran: combined directives - order(concurrent) not on distribute (was: Re: [Patch] Fortra… - - --- 2021-09-20 Tobias Burnus New
Allow different vector types for stmt groups Allow different vector types for stmt groups - - --- 2021-09-20 Richard Biener New
IBM Z: Provide rawmemchr{qi,hi,si} expander IBM Z: Provide rawmemchr{qi,hi,si} expander - - --- 2021-09-20 Stefan Schulze Frielinghaus New
libgcc, emutls: Allow building weak definitions of the emutls functions. libgcc, emutls: Allow building weak definitions of the emutls functions. - - --- 2021-09-20 Iain Sandoe New
[Fortran] Fix testcases that violate C838, + revealed ICE [Fortran] Fix testcases that violate C838, + revealed ICE - - --- 2021-09-20 Sandra Loosemore New
[Fortran] Fixes for F2018 C838 (PR fortran/101334) [Fortran] Fixes for F2018 C838 (PR fortran/101334) - - --- 2021-09-20 Sandra Loosemore New
PR middle-end/88173: More constant folding of NaN comparisons. PR middle-end/88173: More constant folding of NaN comparisons. - - --- 2021-09-18 Roger Sayle New
[i386] Fix ICE in pass_rpad. [i386] Fix ICE in pass_rpad. - - --- 2021-09-18 liuhongt New
Fortran/OpenMP: unconstrained/reproducible ordered modifier Fortran/OpenMP: unconstrained/reproducible ordered modifier - - --- 2021-09-17 Tobias Burnus New
[HELP,Needed!] testsuite: Fix gcc.target/aarch64/auto-init-* tests. [HELP,Needed!] testsuite: Fix gcc.target/aarch64/auto-init-* tests. - - --- 2021-09-17 Qing Zhao New
[RFC] c++: Allow parm use outside function body for constexpr members [RFC] c++: Allow parm use outside function body for constexpr members - - --- 2021-09-17 Barrett Adair Changes Requested
nvptx: Adds uses of -misa=sm_75 and -misa=sm_80 nvptx: Adds uses of -misa=sm_75 and -misa=sm_80 - - --- 2021-09-17 Roger Sayle New
[1/3,vect] Add main vectorized loop unrolling Enable vector unrolling of main loop - - --- 2021-09-17 Andre Vieira (lists) New
darwin: support aarch64-darwin host darwin: support aarch64-darwin host - - --- 2021-09-17 Yuta Saito New
Fortran: Fix -Wno-missing-include-dirs handling [PR55534] Fortran: Fix -Wno-missing-include-dirs handling [PR55534] - - --- 2021-09-17 Tobias Burnus New
[OpenMP,Fortran] Support in_reduction for Fortran [OpenMP,Fortran] Support in_reduction for Fortran - - --- 2021-09-17 Chung-Lin Tang New
ipa-fnsummary: Remove inconsistent bp_pack_value ipa-fnsummary: Remove inconsistent bp_pack_value - - --- 2021-09-17 Kewen.Lin New
[v3] ipa-inline: Add target info into fn summary [PR102059] [v3] ipa-inline: Add target info into fn summary [PR102059] - - --- 2021-09-17 Kewen.Lin New
[Fortran] Use _Float128 rather than __float128 for c_float128 kind [Fortran] Use _Float128 rather than __float128 for c_float128 kind - - --- 2021-09-17 Sandra Loosemore New
better handle MIN/MAX_EXPR of unrelated objects [PR102200] better handle MIN/MAX_EXPR of unrelated objects [PR102200] - - --- 2021-09-17 Martin Sebor New
nvptx: Add (experimental) support for HFmode with -misa=sm_53 nvptx: Add (experimental) support for HFmode with -misa=sm_53 - - --- 2021-09-16 Roger Sayle New
[middle-end] - Lower store and load neon builtins to gimple [middle-end] - Lower store and load neon builtins to gimple - - --- 2021-09-16 Jirui Wu New
[3/N] Come up with casm global state. [3/N] Come up with casm global state. - - --- 2021-09-16 Martin Liška New
Fortran: Add gfc_simple_for_loop aux function Fortran: Add gfc_simple_for_loop aux function - - --- 2021-09-16 Tobias Burnus New
tree-optimization/65206 - dependence analysis on mixed pointer/array tree-optimization/65206 - dependence analysis on mixed pointer/array - - --- 2021-09-16 Richard Biener New
[1/N] Rename asm_out_file function arguments. [1/N] Rename asm_out_file function arguments. - - --- 2021-09-16 Martin Liška New
middle-end/102360 - adjust .DEFERRED_INIT expansion middle-end/102360 - adjust .DEFERRED_INIT expansion - - --- 2021-09-16 Richard Biener New
[v3,1/2] Add TARGET_COMPUTE_MULTILIB hook to override multi-lib result. New target hook TARGET_COMPUTE_MULTILIB and implementation for RISC-V - - --- 2021-09-16 Kito Cheng New
[PATCH/RFC,2/2] WPD: Enable whole program devirtualization at LTRANS [PATCH/RFC,1/2] WPD: Enable whole program devirtualization - - --- 2021-09-16 Feng Xue OS New
[PATCH/RFC,1/2] WPD: Enable whole program devirtualization [PATCH/RFC,1/2] WPD: Enable whole program devirtualization - - --- 2021-09-16 Feng Xue OS New
PowerPC: Fix rs6000-gen-builtins with build != host [PR102353] PowerPC: Fix rs6000-gen-builtins with build != host [PR102353] - - --- 2021-09-16 Tobias Burnus New
Fix PR rtl-optimization/102306 Fix PR rtl-optimization/102306 - - --- 2021-09-16 Eric Botcazou New
[AVX512FP16] Support embedded broadcast for AVX512FP16 instructions. [AVX512FP16] Support embedded broadcast for AVX512FP16 instructions. - - --- 2021-09-16 liuhongt New
Check mask type when doing cond_op related gimple simplification. Check mask type when doing cond_op related gimple simplification. - - --- 2021-09-16 liuhongt New
Enable auto-vectorization at O2 with very-cheap cost model. Enable auto-vectorization at O2 with very-cheap cost model. - - --- 2021-09-16 liuhongt New
rs6000: Modify the way for extra penalized cost rs6000: Modify the way for extra penalized cost - - --- 2021-09-16 Kewen.Lin New
doc: improve -fsanitize=undefined description doc: improve -fsanitize=undefined description - - --- 2021-09-15 Diane Meirowitz New
[RFC] tree-optimization/65206 - dependence analysis on mixed pointer/array [RFC] tree-optimization/65206 - dependence analysis on mixed pointer/array - - --- 2021-09-15 Richard Biener RFC
« 1 2118 119 120 121 »