Show patches with: Archived = No       |   128098 patches
« 1 2 ... 651 652 6531280 1281 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
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
[committed] c-family: Support format checking C2X %b, %B formats [committed] c-family: Support format checking C2X %b, %B formats - - - - --- 2021-10-12 Joseph Myers New
[committed] c-family: Support DFP printf/scanf formats for C2X [committed] c-family: Support DFP printf/scanf formats for C2X - - - - --- 2021-10-14 Joseph Myers New
c: Fold implicit integer-to-floating conversions in static initializers with -frounding-math [PR103… c: Fold implicit integer-to-floating conversions in static initializers with -frounding-math [PR103… - - - - --- 2021-11-03 Joseph Myers New
[committed] i18n: fix exgettext handling of C++ sources [committed] i18n: fix exgettext handling of C++ sources - - - - --- 2022-02-11 Joseph Myers New
[committed] preprocessor: Extract messages from cpp_*_at calls for translation [committed] preprocessor: Extract messages from cpp_*_at calls for translation - - - - --- 2022-02-11 Joseph Myers New
[committed] c: Revert C2x changes to function type compatibility [committed] c: Revert C2x changes to function type compatibility - - - - --- 2022-03-09 Joseph Myers New
[committed] wwwdocs: Add release notes for new C2X features in GCC 12 [committed] wwwdocs: Add release notes for new C2X features in GCC 12 - - - - --- 2022-03-25 Joseph Myers New
[committed] nios2: Fix PIC function call slowness [committed] nios2: Fix PIC function call slowness - - - - --- 2022-06-29 Joseph Myers New
lto: Fix option merging [PR106129] lto: Fix option merging [PR106129] - - - - --- 2022-06-29 Joseph Myers New
[committed] preprocessor: Support #warning for standard C2x [committed] preprocessor: Support #warning for standard C2x - - - - --- 2022-08-18 Joseph Myers New
tree.cc: Fix optimization of DFP default initialization tree.cc: Fix optimization of DFP default initialization - - - - --- 2022-08-23 Joseph Myers New
c: Support C2x empty initializer braces c: Support C2x empty initializer braces - - - - --- 2022-08-25 Joseph Myers New
[committed] c: C2x attributes fixes and updates [committed] c: C2x attributes fixes and updates - - - - --- 2022-08-31 Joseph Myers New
[committed] c: C2x removal of unprototyped functions [committed] c: C2x removal of unprototyped functions - - - - --- 2022-09-01 Joseph Myers New
[committed] preprocessor: Disable trigraphs for C2x [committed] preprocessor: Disable trigraphs for C2x - - - - --- 2022-09-05 Joseph Myers New
c: New C2x keywords c: New C2x keywords - - - - --- 2022-09-06 Joseph Myers New
stddef.h: Add C2x unreachable macro stddef.h: Add C2x unreachable macro - - - - --- 2022-09-08 Joseph Myers New
stdatomic.h: Do not define ATOMIC_VAR_INIT for C2x stdatomic.h: Do not define ATOMIC_VAR_INIT for C2x - - - - --- 2022-09-09 Joseph Myers New
float.h: Do not define INFINITY for C2x when infinities not supported float.h: Do not define INFINITY for C2x when infinities not supported - - - - --- 2022-09-14 Joseph Myers New
[committed] testsuite: Add more C2x tests [committed] testsuite: Add more C2x tests - - - - --- 2022-09-23 Joseph Myers New
[committed] c: C2x noreturn attribute [committed] c: C2x noreturn attribute - - - - --- 2022-09-29 Joseph Myers New
[committed] c: Adjust LDBL_EPSILON for C2x for IBM long double [committed] c: Adjust LDBL_EPSILON for C2x for IBM long double - - - - --- 2022-10-03 Joseph Myers New
c: C2x typeof c: C2x typeof - - - - --- 2022-10-06 Joseph Myers New
[committed] c: Do not use *_IS_IEC_60559 == 2 [committed] c: Do not use *_IS_IEC_60559 == 2 - - - - --- 2022-10-13 Joseph Myers New
[committed] c: C2x storage class specifiers in compound literals [committed] c: C2x storage class specifiers in compound literals - - - - --- 2022-10-14 Joseph Myers New
[committed] preprocessor: C2x identifier rules [committed] preprocessor: C2x identifier rules - - - - --- 2022-10-14 Joseph Myers New
[committed] c: C2x enums wider than int [PR36113] [committed] c: C2x enums wider than int [PR36113] - - - - --- 2022-10-18 Joseph Myers New
[committed] c: Diagnose "enum tag;" after definition [PR107164] [committed] c: Diagnose "enum tag;" after definition [PR107164] - - - - --- 2022-10-18 Joseph Myers New
[committed] c: C2x %wN, %wfN format checking [committed] c: C2x %wN, %wfN format checking - - - - --- 2022-10-19 Joseph Myers New
c: tree: target: C2x (...) function prototypes and va_start relaxation c: tree: target: C2x (...) function prototypes and va_start relaxation - - - - --- 2022-10-21 Joseph Myers New
[committed] c: C2x enums with fixed underlying type [PR61469] [committed] c: C2x enums with fixed underlying type [PR61469] - - - - --- 2022-10-28 Joseph Myers New
[committed] c: C2x auto [committed] c: C2x auto - - - - --- 2022-11-03 Joseph Myers New
c: C2x constexpr c: C2x constexpr - - - - --- 2022-11-12 Joseph Myers New
ginclude: C2x header version macros ginclude: C2x header version macros - - - - --- 2022-11-12 Joseph Myers New
[committed] wwwdocs: gcc-13: Add release notes for more C23 features [committed] wwwdocs: gcc-13: Add release notes for more C23 features - - - - --- 2022-11-14 Joseph Myers New
[committed] preprocessor: Enable __VA_OPT__ for C2x [committed] preprocessor: Enable __VA_OPT__ for C2x - - - - --- 2022-12-07 Joseph Myers New
[committed] testsuite: Add test for C90 auto with implicit int [committed] testsuite: Add test for C90 auto with implicit int - - - - --- 2022-12-07 Joseph Myers New
[committed] c: Diagnose auto constexpr used with a type [committed] c: Diagnose auto constexpr used with a type - - - - --- 2022-12-07 Joseph Myers New
[committed] c: C2x semantics for __builtin_tgmath [committed] c: C2x semantics for __builtin_tgmath - - - - --- 2023-01-06 Joseph Myers New
[committed] c: Check for modifiable static compound literals in inline definitions [committed] c: Check for modifiable static compound literals in inline definitions - - - - --- 2023-01-09 Joseph Myers New
[committed] c: Disallow braces around C2x auto initializers [committed] c: Disallow braces around C2x auto initializers - - - - --- 2023-01-27 Joseph Myers New
[committed] c: Update checks on constexpr floating-point initializers [committed] c: Update checks on constexpr floating-point initializers - - - - --- 2023-02-02 Joseph Myers New
[committed] c: Update nullptr_t comparison checks [committed] c: Update nullptr_t comparison checks - - - - --- 2023-02-02 Joseph Myers New
[committed] c: Update checks on constexpr pointer initializers [committed] c: Update checks on constexpr pointer initializers - - - - --- 2023-02-08 Joseph Myers New
[committed] c: Allow conversions of null pointer constants to nullptr_t [committed] c: Allow conversions of null pointer constants to nullptr_t - - - - --- 2023-02-10 Joseph Myers New
stor-layout: Set TYPE_TYPELESS_STORAGE consistently for type variants stor-layout: Set TYPE_TYPELESS_STORAGE consistently for type variants - - - - --- 2023-03-20 Joseph Myers New
[committed] c: Update __has_c_attribute values for C2x [committed] c: Update __has_c_attribute values for C2x - - - - --- 2023-05-15 Joseph Myers New
[committed] c: Ignore _Atomic on function return type for C2x [committed] c: Ignore _Atomic on function return type for C2x - - - - --- 2023-05-15 Joseph Myers New
[committed] c: Remove restrictions on declarations in 'for' loops for C2X [committed] c: Remove restrictions on declarations in 'for' loops for C2X - - - - --- 2023-05-16 Joseph Myers New
[committed] c: Handle printf %B like %b for C2x [committed] c: Handle printf %B like %b for C2x - - - - --- 2023-05-18 Joseph Myers New
[committed] c: Do not allow thread-local tentative definitions for C2x [committed] c: Do not allow thread-local tentative definitions for C2x - - - - --- 2023-05-19 Joseph Myers New
config: Fix host -rdynamic detection for build != host != target config: Fix host -rdynamic detection for build != host != target - - - - --- 2023-08-10 Joseph Myers New
[committed] c: Add -std=c23, -std=gnu23, -Wc11-c23-compat options [PR107954] [committed] c: Add -std=c23, -std=gnu23, -Wc11-c23-compat options [PR107954] - - - - --- 2023-11-06 Joseph Myers New
c: Refer more consistently to C23 not C2X c: Refer more consistently to C23 not C2X - - - - --- 2023-11-07 Joseph Myers New
[committed] c: Change T2X_* format checking macros to T23_* [committed] c: Change T2X_* format checking macros to T23_* - - - - --- 2023-11-07 Joseph Myers New
[committed] testsuite: Refer more consistently to C23 not C2X [committed] testsuite: Refer more consistently to C23 not C2X - - - - --- 2023-11-07 Joseph Myers New
[committed] testsuite: Rename c2x-*, gnu2x-* tests to c23-*, gnu23-* [committed] testsuite: Rename c2x-*, gnu2x-* tests to c23-*, gnu23-* - - - - --- 2023-11-08 Joseph Myers New
[committed] MAINTAINERS: Update my email address [committed] MAINTAINERS: Update my email address - - - - --- 2023-12-30 Joseph Myers New
[committed] MAINTAINERS: Update my email address [committed] MAINTAINERS: Update my email address - - - - --- 2024-01-08 Joseph Myers New
[committed] steering.html: Update my affiliation [committed] steering.html: Update my affiliation - - - - --- 2024-01-08 Joseph Myers New
[committed] c: Fix ICEs casting expressions with integer constant operands to bool [PR111059, PR111… [committed] c: Fix ICEs casting expressions with integer constant operands to bool [PR111059, PR111… - - - - --- 2024-01-31 Joseph Myers New
[committed] c: Fix ICE for nested enum redefinitions with/without fixed underlying type [PR112571] [committed] c: Fix ICE for nested enum redefinitions with/without fixed underlying type [PR112571] - - - - --- 2024-01-31 Joseph Myers New
[committed] c: Fix boolean conversion of floating constant as integer constant expression [PR113776] [committed] c: Fix boolean conversion of floating constant as integer constant expression [PR113776] - - - - --- 2024-02-08 Joseph Myers New
[committed] wwwdocs: gcc-14: Add release notes for C23 features [committed] wwwdocs: gcc-14: Add release notes for C23 features - - - - --- 2024-04-04 Joseph Myers New
libstdc++: Do not assume existence of char8_t codecvt facet libstdc++: Do not assume existence of char8_t codecvt facet - - - - --- 2023-06-02 Joseph Faulls New
Fix sanitizer build on sparc (PR sanitizer/59758) - - - - --- 2014-02-18 Jose E. Marchesi New
[SPARC] default with_cpu to ultrasparc in sparc64-*-linux* targets - - - - --- 2014-11-11 Jose E. Marchesi New
[SPARC] sparc: switch -fasynchronous-unwind-tables on by default. - - - - --- 2016-02-25 Jose E. Marchesi New
[SPARC] Support for --with-{cpu,tune}-{32,64} in sparc*-* targets - - - - --- 2016-05-02 Jose E. Marchesi New
[SPARC] Support for --with-{cpu,tune}-{32,64} in sparc*-* targets - - - - --- 2016-05-25 Jose E. Marchesi New
Support for SPARC M7 and VIS 4.0 - - - - --- 2016-05-31 Jose E. Marchesi New
[v1] Support for SPARC M7 and VIS 4.0 - - - - --- 2016-06-02 Jose E. Marchesi New
[Committed] Adding myself to MAINTAINERS - - - - --- 2016-06-03 Jose E. Marchesi New
[SPARC] Fix cpu auto-detection in M7 and S7 (Sonoma) - - - - --- 2016-06-08 Jose E. Marchesi New
[OBVIOUS,SPARC] Fix a couple of insn alternatives missing a type attribute - - - - --- 2017-06-01 Jose E. Marchesi New
[1/7] sparc: put bmask* instructions in it's own insn type and adjust DFAs - - - - --- 2017-06-29 Jose E. Marchesi New
[2/7] sparc: put VIS compare instructions in it's own insn type and adjust DFAs - - - - --- 2017-06-29 Jose E. Marchesi New
[3/7] sparc: introduce insn subtypes - - - - --- 2017-06-29 Jose E. Marchesi New
[4/7] sparc: reworked M7 DFA based on instruction subtypes - - - - --- 2017-06-29 Jose E. Marchesi New
[5/7] sparc: basic support for the SPARC M8 cpu - - - - --- 2017-06-29 Jose E. Marchesi New
[6/7] sparc: support for VIS4B instructions - - - - --- 2017-06-29 Jose E. Marchesi New
[7/7] sparc: M8 DFA scheduler - - - - --- 2017-06-29 Jose E. Marchesi New
[V2,1/7] sparc: put bmask* instructions in it's own insn type and adjust DFAs - - - - --- 2017-07-05 Jose E. Marchesi New
[V2,2/7] sparc: put VIS compare instructions in it's own insn type and adjust DFAs - - - - --- 2017-07-05 Jose E. Marchesi New
[V2,3/7] sparc: introduce insn subtypes - - - - --- 2017-07-05 Jose E. Marchesi New
[V2,4/7] sparc: reworked M7 DFA based on instruction subtypes - - - - --- 2017-07-05 Jose E. Marchesi New
[V2,5/7] sparc: basic support for the SPARC M8 cpu - - - - --- 2017-07-05 Jose E. Marchesi New
[V2,6/7] sparc: support for VIS4B instructions - - - - --- 2017-07-05 Jose E. Marchesi New
[V2,7/7] sparc: M8 DFA scheduler - - - - --- 2017-07-05 Jose E. Marchesi New
Workaround for building trunk with GCC 4.4.7 Workaround for building trunk with GCC 4.4.7 - - - - --- 2018-08-29 Jose E. Marchesi New
[1/8] Update config.sub and config.guess. eBPF support for GCC - - - - --- 2019-08-14 Jose E. Marchesi New
[2/8] bpf: new GCC port Untitled series #125423 - - - - --- 2019-08-14 Jose E. Marchesi New
[3/8] bpf: new libgcc port eBPF support for GCC - - - - --- 2019-08-14 Jose E. Marchesi New
[4/8] bpf: gcc.target eBPF testsuite eBPF support for GCC - - - - --- 2019-08-14 Jose E. Marchesi New
[5/8] bpf: make target-supports.exp aware of eBPF eBPF support for GCC - - - - --- 2019-08-14 Jose E. Marchesi New
[6/8] bpf: adjust GCC testsuite to eBPF limitations eBPF support for GCC - - - - --- 2019-08-14 Jose E. Marchesi New
[7/8] bpf: manual updates for eBPF eBPF support for GCC - - - - --- 2019-08-14 Jose E. Marchesi New
[8/8] bpf: add myself as the maintainer for the eBPF port eBPF support for GCC - - - - --- 2019-08-14 Jose E. Marchesi New
[2/8] bpf: new GCC port eBPF support for GCC - - - - --- 2019-08-14 Jose E. Marchesi New
« 1 2 ... 651 652 6531280 1281 »