Show patches with: Submitter = Joseph Myers       |    State = Action Required       |    Archived = No       |   698 patches
« 1 2 3 46 7 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Prevent all uses of DFP when unsupported (PR c/91985) Prevent all uses of DFP when unsupported (PR c/91985) - - - - --- 2019-11-22 Joseph Myers New
Properly handle C2x attributes on types Properly handle C2x attributes on types - - - - --- 2019-11-22 Joseph Myers New
Make more bad uses of fallthrough attribute into pedwarns Make more bad uses of fallthrough attribute into pedwarns - - - - --- 2019-11-20 Joseph Myers New
Document -Wc11-c2x-compat Document -Wc11-c2x-compat - - - - --- 2019-11-20 Joseph Myers New
Add release notes for new C2X features in GCC 10 Add release notes for new C2X features in GCC 10 - - - - --- 2019-11-20 Joseph Myers New
Add more pedwarns for [[]] C attributes on types Add more pedwarns for [[]] C attributes on types - - - - --- 2019-11-20 Joseph Myers New
Change some bad uses of C2x attributes into pedwarns Change some bad uses of C2x attributes into pedwarns - - - - --- 2019-11-19 Joseph Myers New
Add more C2x attributes tests Add more C2x attributes tests - - - - --- 2019-11-18 Joseph Myers New
Diagnose duplicate C2x standard attributes Diagnose duplicate C2x standard attributes - - - - --- 2019-11-15 Joseph Myers New
Support C2x [[maybe_unused]] attribute Support C2x [[maybe_unused]] attribute - - - - --- 2019-11-15 Joseph Myers New
Improve checks on C2x fallthrough attribute Improve checks on C2x fallthrough attribute - - - - --- 2019-11-15 Joseph Myers New
Support C2x [[deprecated]] attribute Support C2x [[deprecated]] attribute - - - - --- 2019-11-15 Joseph Myers New
Support UTF-8 character constants for C2x Support UTF-8 character constants for C2x - - - - --- 2019-11-14 Joseph Myers New
Support C2x [[]] attributes for C Support C2x [[]] attributes for C - - - - --- 2019-11-14 Joseph Myers New
Add C2x *_NORM_MAX constants to <float.h> Add C2x *_NORM_MAX constants to <float.h> - - - - --- 2019-11-09 Joseph Myers New
Handle removal of old-style function definitions in C2x Handle removal of old-style function definitions in C2x - - - - --- 2019-11-08 Joseph Myers New
Expand C2x attribute parsing support and factor out from TM attributes Expand C2x attribute parsing support and factor out from TM attributes - - - - --- 2019-11-07 Joseph Myers New
Move string concatenation for C into the parser Move string concatenation for C into the parser - - - - --- 2019-11-07 Joseph Myers New
Rename attribute-related functions and productions in C parser Rename attribute-related functions and productions in C parser - - - - --- 2019-10-15 Joseph Myers New
Support decimal floating-point constants in C2x Support decimal floating-point constants in C2x - - - - --- 2019-10-11 Joseph Myers New
Support _Decimal* keywords for C2x Support _Decimal* keywords for C2x - - - - --- 2019-10-11 Joseph Myers New
Update DFP macros in float.h for C2x and TS 18661-2 Update DFP macros in float.h for C2x and TS 18661-2 - - - - --- 2019-10-10 Joseph Myers New
GCC wwwdocs move to git done GCC wwwdocs move to git done - - - - --- 2019-10-09 Joseph Myers New
Make C2X imply -fno-fp-int-builtin-inexact Make C2X imply -fno-fp-int-builtin-inexact - - - - --- 2019-10-08 Joseph Myers New
Add strftime format checking support for C2x %OB and %Ob (bug 82752) Add strftime format checking support for C2x %OB and %Ob (bug 82752) - - - - --- 2019-10-04 Joseph Myers New
Mark C2x built-in functions as such Mark C2x built-in functions as such - - - - --- 2019-10-03 Joseph Myers New
Define WIDTH macros for C2x Define WIDTH macros for C2x - - - - --- 2019-10-02 Joseph Myers New
Handle :: tokens in C for C2x Handle :: tokens in C for C2x - - - - --- 2019-10-02 Joseph Myers New
Fix libstdc++ lstat missing return type for Windows target Fix libstdc++ lstat missing return type for Windows target - - - - --- 2019-08-23 Joseph Myers New
Mention -std=c2x in GCC 9 release notes Mention -std=c2x in GCC 9 release notes - - - - --- 2019-05-02 Joseph Myers New
Fix type of extern array declared in inner scope with outer initialization shadowed (PR c/88584) Fix type of extern array declared in inner scope with outer initialization shadowed (PR c/88584) - - - - --- 2019-02-06 Joseph Myers New
Fix diagnostics for never-defined inline and nested functions (PR c/88720, PR c/88726) Fix diagnostics for never-defined inline and nested functions (PR c/88720, PR c/88726) - - - - --- 2019-01-07 Joseph Myers New
Update libquadmath fmaq from glibc, fix nanq issues Update libquadmath fmaq from glibc, fix nanq issues - - - - --- 2018-11-07 Joseph Myers New
Update GCC to autoconf 2.69, automake 1.15.1 Update GCC to autoconf 2.69, automake 1.15.1 - - - - --- 2018-10-31 Joseph Myers New
Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support - - - - --- 2018-10-17 Joseph Myers New
Update manual references for C17 having been published Update manual references for C17 having been published - - - - --- 2018-10-17 Joseph Myers New
Use -fno-show-column in libstdc++ installed testing Use -fno-show-column in libstdc++ installed testing - - - - --- 2018-10-02 Joseph Myers New
Support excess precision for integer / floating-point comparisons (PR c/87390) Support excess precision for integer / floating-point comparisons (PR c/87390) - - - - --- 2018-09-26 Joseph Myers New
Adjust __builtin_tgmath handling of integer arguments to _FloatN narrowing macros Adjust __builtin_tgmath handling of integer arguments to _FloatN narrowing macros - - - - --- 2018-03-21 Joseph Myers New
Fix m68k-linux-gnu libgcc build for ColdFire (PR target/68467) Fix m68k-linux-gnu libgcc build for ColdFire (PR target/68467) - - - - --- 2018-01-24 Joseph Myers New
Fix folding of Inf/NaN comparisons for -ftrapping-math (PR tree-optimization/64811) Fix folding of Inf/NaN comparisons for -ftrapping-math (PR tree-optimization/64811) - - - - --- 2018-01-05 Joseph Myers New
Allow _Alignas in compound literals (C11 DR#444) Allow _Alignas in compound literals (C11 DR#444) - - - - --- 2017-12-07 Joseph Myers New
Add -std=c18 etc. option aliases Add -std=c18 etc. option aliases - - - - --- 2017-11-16 Joseph Myers New
Add __builtin_tgmath for better tgmath.h implementation (bug 81156) Add __builtin_tgmath for better tgmath.h implementation (bug 81156) - - - - --- 2017-11-15 Joseph Myers New
Add -std=c17, -std=gnu17 Add -std=c17, -std=gnu17 - - - - --- 2017-10-27 Joseph Myers New
Avoid assembler warnings from AArch64 constructor/destructor priorities Avoid assembler warnings from AArch64 constructor/destructor priorities - - - - --- 2017-09-28 Joseph Myers New
Enable ifunc attribute by default for SPARC GNU/Linux Enable ifunc attribute by default for SPARC GNU/Linux - - - - --- 2017-09-26 Joseph Myers New
Enable no-exec stacks for more targets using the Linux kernel Enable no-exec stacks for more targets using the Linux kernel - - - - --- 2017-09-18 Joseph Myers New
Implement C11 excess precision semantics for conversions (PR c/82071) Implement C11 excess precision semantics for conversions (PR c/82071) - - - - --- 2017-09-15 Joseph Myers New
Fix excess precision handling of compound assignments (PR c/82071) Fix excess precision handling of compound assignments (PR c/82071) - - - - --- 2017-09-01 Joseph Myers New
Limit SH strncmp inline expansion (PR target/78460) - - - - --- 2017-08-15 Joseph Myers New
Use ucontext_t not struct ucontext in linux-unwind.h files - - - - --- 2017-06-27 Joseph Myers New
Fix genmultilib reuse rule checks for large sets of option combinations - - - - --- 2017-06-08 Joseph Myers New
Restore DECIMAL_DIG macro to C99/C11 value - - - - --- 2017-02-17 Joseph Myers New
Make MicroBlaze support DWARF EH (old Xilinx patch, needed for glibc build) - - - - --- 2017-01-02 Joseph Myers New
Make MIPS soft-fp preserve NaN payloads for NAN2008 - - - - --- 2017-01-02 Joseph Myers New
Add release notes for new TS 18661-1 macros in headers provided by GCC - - - - --- 2016-11-24 Joseph Myers New
Fix e500 offset handling for TImode - - - - --- 2016-11-23 Joseph Myers New
Add another e500 subreg pattern - - - - --- 2016-11-23 Joseph Myers New
Always support float128 on ia64 (PR target/77586) - - - - --- 2016-10-04 Joseph Myers New
Add _FloatN, _FloatNx tests for __builtin_fpclassify - - - - --- 2016-09-21 Joseph Myers New
Make max_align_t respect _Float128 [version 3] - - - - --- 2016-09-12 Joseph Myers New
Define TS 18661-1 CR_DECIMAL_DIG in <float.h> - - - - --- 2016-09-09 Joseph Myers New
Define TS 18661-1 type width macros in <limits.h> and <stdint.h> - - - - --- 2016-09-09 Joseph Myers New
Correct libgcc complex multiply excess precision handling - - - - --- 2016-09-07 Joseph Myers New
Make max_align_t respect _Float128 [version 2] - - - - --- 2016-09-05 Joseph Myers New
Make max_align_t respect _Float128 - - - - --- 2016-08-26 Joseph Myers New
Release notes for _FloatN, _FloatNx - - - - --- 2016-08-26 Joseph Myers New
Always support float128 on x86 - - - - --- 2016-08-26 Joseph Myers New
Support __builtin_isinf_sign for new floating-point types (PR middle-end/77269) - - - - --- 2016-08-22 Joseph Myers New
Implement C _FloatN, _FloatNx types [version 6] - - - - --- 2016-08-22 Joseph Myers New
Implement C _FloatN, _FloatNx types [version 6] - - - - --- 2016-08-22 Joseph Myers New
Add minimal _FloatN, _FloatNx built-in functions [version 2] - - - - --- 2016-08-19 Joseph Myers New
Implement C _FloatN, _FloatNx types [version 6] - - - - --- 2016-08-19 Joseph Myers New
Implement C _FloatN, _FloatNx types [version 6] - - - - --- 2016-08-17 Joseph Myers New
Update soft-fp from glibc (PR libgcc/77265) - - - - --- 2016-08-16 Joseph Myers New
Implement C _FloatN, _FloatNx types [version 5] - - - - --- 2016-07-22 Joseph Myers New
Implement C _FloatN, _FloatNx types [version 4] - - - - --- 2016-07-19 Joseph Myers New
Add minimal _FloatN, _FloatNx built-in functions - - - - --- 2016-06-23 Joseph Myers New
Implement C _FloatN, _FloatNx types [version 3] - - - - --- 2016-06-23 Joseph Myers New
[rs6000] Add minimum __float128 built-in support required for glibc - - - - --- 2016-06-22 Joseph Myers New
Implement C _FloatN, _FloatNx types [version 2] - - - - --- 2016-06-22 Joseph Myers New
Implement C _FloatN, _FloatNx types [version 2] - - - - --- 2016-06-21 Joseph Myers New
Implement C _FloatN, _FloatNx types - - - - --- 2016-06-21 Joseph Myers New
Fix ICE on conditional expression between DFP and non-DFP float (PR c/71601) - - - - --- 2016-06-20 Joseph Myers New
Add option for whether ceil etc. can raise "inexact", adjust x86 conditions - - - - --- 2016-05-26 Joseph Myers New
Add option for whether ceil etc. can raise "inexact", adjust x86 conditions - - - - --- 2016-05-25 Joseph Myers New
Implement C11 DR#423 resolution (ignore function return type qualifiers) - - - - --- 2016-05-13 Joseph Myers New
Handle Octeon 3 not supporting MIPS paired-single instructions - - - - --- 2016-01-09 Joseph Myers New
Fix TYPE_MAIN_VARIANT construction for arrays of qualified typedefs (PR c/68162) - - - - --- 2015-12-02 Joseph Myers New
Add out-of-line versions of some <stdatomic.h> functions (PR c/65083) - - - - --- 2015-11-13 Joseph Myers New
Test for __cxa_thread_atexit_impl when cross-compiling libstdc++ for GNU targets - - - - --- 2015-10-09 Joseph Myers New
Do not describe -std=c11 etc. as experimental in c.opt help text - - - - --- 2015-10-01 Joseph Myers New
Update soft-fp from glibc - - - - --- 2015-09-28 Joseph Myers New
Pass -foffload targets from driver to libgomp at link time - - - - --- 2015-08-27 Joseph Myers New
[1/2] driver: support state cleanup - - - - --- 2015-08-25 Joseph Myers New
Forwarding -foffload=[...] from the driver (compile-time) to libgomp (run-time) - - - - --- 2015-08-25 Joseph Myers New
Expand comment on struct switchstr - - - - --- 2015-08-25 Joseph Myers New
Forwarding -foffload=[...] from the driver (compile-time) to libgomp (run-time) - - - - --- 2015-08-24 Joseph Myers New
Forwarding -foffload=[...] from the driver (compile-time) to libgomp (run-time) - - - - --- 2015-08-20 Joseph Myers New
« 1 2 3 46 7 »