Toggle navigation
Patchwork
gcc
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Joseph Myers
| State =
Action Required
| Archived =
No
| 77 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
Apply
Patch
Series
S/W/F
Date
Submitter
Delegate
State
Add release notes for new C2X features in GCC 11
Add release notes for new C2X features in GCC 11
0 0 0
2021-02-05
Joseph Myers
New
preprocessor: Fix #line overflow check [PR97602]
preprocessor: Fix #line overflow check [PR97602]
0 0 0
2020-11-27
Joseph Myers
New
c: Allow comparison of pointers to complete and incomplete types for C11 [PR95630]
c: Allow comparison of pointers to complete and incomplete types for C11 [PR95630]
0 0 0
2020-11-23
Joseph Myers
New
float.h: Handle C2x __STDC_WANT_IEC_60559_EXT__
float.h: Handle C2x __STDC_WANT_IEC_60559_EXT__
0 0 0
2020-11-14
Joseph Myers
New
c: C2x binary constants
c: C2x binary constants
0 0 0
2020-11-13
Joseph Myers
New
float.h: C2x *_IS_IEC_60559 macros
float.h: C2x *_IS_IEC_60559 macros
0 0 0
2020-11-13
Joseph Myers
New
c: C2x __has_c_attribute
c: C2x __has_c_attribute
0 0 0
2020-11-12
Joseph Myers
New
float.h: C2x decimal signaling NaN macros
float.h: C2x decimal signaling NaN macros
0 0 0
2020-11-05
Joseph Myers
New
builtins: Add DFP signaling NaN built-in functions
builtins: Add DFP signaling NaN built-in functions
0 0 0
2020-11-05
Joseph Myers
New
c: Implement C2x nodiscard attribute
c: Implement C2x nodiscard attribute
0 0 0
2020-11-04
Joseph Myers
New
stdbool.h: Update true and false expansions for C2x
stdbool.h: Update true and false expansions for C2x
0 0 0
2020-10-28
Joseph Myers
New
c: Allow omitted parameter names for C2x
c: Allow omitted parameter names for C2x
0 0 0
2020-10-28
Joseph Myers
New
c: Allow duplicate C2x standard attributes
c: Allow duplicate C2x standard attributes
0 0 0
2020-10-27
Joseph Myers
New
float.h: C2x NaN and Inf macros
float.h: C2x NaN and Inf macros
0 0 0
2020-10-27
Joseph Myers
New
c: Add C2X BOOL_MAX and BOOL_WIDTH to limits.h
c: Add C2X BOOL_MAX and BOOL_WIDTH to limits.h
0 0 0
2020-07-02
Joseph Myers
New
c: ignore initializers for elements of variable-size types [PR93577]
c: ignore initializers for elements of variable-size types [PR93577]
0 0 0
2020-03-05
Joseph Myers
New
Support gnu_unique_object symbols on MIPS
Support gnu_unique_object symbols on MIPS
0 0 0
2020-01-27
Joseph Myers
New
Update update_web_docs_svn references in sourcebuild.texi
Update update_web_docs_svn references in sourcebuild.texi
0 0 0
2020-01-22
Joseph Myers
New
Fix ICE with cast of division by zero (PR c/93348)
Fix ICE with cast of division by zero (PR c/93348)
0 0 0
2020-01-22
Joseph Myers
New
Update branching and branch closing instructions for move to git.
Update branching and branch closing instructions for move to git.
0 0 0
2020-01-18
Joseph Myers
New
Copy list of development branches from svn.html into git.html
Copy list of development branches from svn.html into git.html
0 0 0
2020-01-16
Joseph Myers
New
Fix setting of DECL_CONTEXT in pushdecl (PR c/93072)
Fix setting of DECL_CONTEXT in pushdecl (PR c/93072)
0 0 0
2020-01-15
Joseph Myers
New
Say more about conflict messages on git pull
Say more about conflict messages on git pull
0 0 0
2020-01-14
Joseph Myers
New
Remove warning at top of git web pages
Remove warning at top of git web pages
0 0 0
2020-01-14
Joseph Myers
New
Give example of error message when pushing to a branch with other changes
Give example of error message when pushing to a branch with other changes
0 0 0
2020-01-14
Joseph Myers
New
Correct git config command syntax
Correct git config command syntax
0 0 0
2020-01-14
Joseph Myers
New
Replace update_web_docs_svn with update_web_docs_git
Replace update_web_docs_svn with update_web_docs_git
0 0 0
2020-01-13
Joseph Myers
New
Fix handling of overflow in C casts in integer constant expressions (PR c/93241)
Fix handling of overflow in C casts in integer constant expressions (PR c/93241)
0 0 0
2020-01-13
Joseph Myers
New
Update gcc_release for move to git
Update gcc_release for move to git
0 0 0
2020-01-13
Joseph Myers
New
Replace update_version_svn with update_version_git
Replace update_version_svn with update_version_git
0 0 0
2020-01-13
Joseph Myers
New
Add rough documentation of using git with GCC
Add rough documentation of using git with GCC
0 0 0
2020-01-10
Joseph Myers
New
Fix C handling of use of lvalues of incomplete types (PR c/36941, PR c/88827)
Fix C handling of use of lvalues of incomplete types (PR c/36941, PR c/88827)
0 0 0
2019-12-04
Joseph Myers
New
Diagnose use of [*] in old-style parameter definitions (PR c/88704)
Diagnose use of [*] in old-style parameter definitions (PR c/88704)
0 0 0
2019-12-03
Joseph Myers
New
Fix libdecnumber handling of non-canonical BID significands (PR middle-end/91226)
Fix libdecnumber handling of non-canonical BID significands (PR middle-end/91226)
0 0 0
2019-11-29
Joseph Myers
New
Handle C2x attributes in Objective-C
Handle C2x attributes in Objective-C
0 0 0
2019-11-29
Joseph Myers
New
Prevent all uses of DFP when unsupported (PR c/91985)
Prevent all uses of DFP when unsupported (PR c/91985)
0 0 0
2019-11-22
Joseph Myers
New
Properly handle C2x attributes on types
Properly handle C2x attributes on types
0 0 0
2019-11-22
Joseph Myers
New
Make more bad uses of fallthrough attribute into pedwarns
Make more bad uses of fallthrough attribute into pedwarns
0 0 0
2019-11-20
Joseph Myers
New
Document -Wc11-c2x-compat
Document -Wc11-c2x-compat
0 0 0
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
0 0 0
2019-11-20
Joseph Myers
New
Add more pedwarns for [[]] C attributes on types
Add more pedwarns for [[]] C attributes on types
0 0 0
2019-11-20
Joseph Myers
New
Change some bad uses of C2x attributes into pedwarns
Change some bad uses of C2x attributes into pedwarns
0 0 0
2019-11-19
Joseph Myers
New
Add more C2x attributes tests
Add more C2x attributes tests
0 0 0
2019-11-18
Joseph Myers
New
Diagnose duplicate C2x standard attributes
Diagnose duplicate C2x standard attributes
0 0 0
2019-11-15
Joseph Myers
New
Support C2x [[maybe_unused]] attribute
Support C2x [[maybe_unused]] attribute
0 0 0
2019-11-15
Joseph Myers
New
Improve checks on C2x fallthrough attribute
Improve checks on C2x fallthrough attribute
0 0 0
2019-11-15
Joseph Myers
New
Support C2x [[deprecated]] attribute
Support C2x [[deprecated]] attribute
0 0 0
2019-11-15
Joseph Myers
New
Support UTF-8 character constants for C2x
Support UTF-8 character constants for C2x
0 0 0
2019-11-14
Joseph Myers
New
Support C2x [[]] attributes for C
Support C2x [[]] attributes for C
0 0 0
2019-11-14
Joseph Myers
New
Add C2x *_NORM_MAX constants to <float.h>
Add C2x *_NORM_MAX constants to <float.h>
0 0 0
2019-11-09
Joseph Myers
New
Handle removal of old-style function definitions in C2x
Handle removal of old-style function definitions in C2x
0 0 0
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
0 0 0
2019-11-07
Joseph Myers
New
Move string concatenation for C into the parser
Move string concatenation for C into the parser
0 0 0
2019-11-07
Joseph Myers
New
Rename attribute-related functions and productions in C parser
Rename attribute-related functions and productions in C parser
0 0 0
2019-10-15
Joseph Myers
New
Support decimal floating-point constants in C2x
Support decimal floating-point constants in C2x
0 0 0
2019-10-11
Joseph Myers
New
Support _Decimal* keywords for C2x
Support _Decimal* keywords for C2x
0 0 0
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
0 0 0
2019-10-10
Joseph Myers
New
GCC wwwdocs move to git done
GCC wwwdocs move to git done
0 0 0
2019-10-09
Joseph Myers
New
Make C2X imply -fno-fp-int-builtin-inexact
Make C2X imply -fno-fp-int-builtin-inexact
0 0 0
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)
0 0 0
2019-10-04
Joseph Myers
New
Mark C2x built-in functions as such
Mark C2x built-in functions as such
0 0 0
2019-10-03
Joseph Myers
New
Define WIDTH macros for C2x
Define WIDTH macros for C2x
0 0 0
2019-10-02
Joseph Myers
New
Handle :: tokens in C for C2x
Handle :: tokens in C for C2x
0 0 0
2019-10-02
Joseph Myers
New
Fix libstdc++ lstat missing return type for Windows target
Fix libstdc++ lstat missing return type for Windows target
0 0 0
2019-08-23
Joseph Myers
New
Mention -std=c2x in GCC 9 release notes
Mention -std=c2x in GCC 9 release notes
0 0 0
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)
0 0 0
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)
0 0 0
2019-01-07
Joseph Myers
New
Update libquadmath fmaq from glibc, fix nanq issues
Update libquadmath fmaq from glibc, fix nanq issues
0 0 0
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
0 0 0
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
0 0 0
2018-10-17
Joseph Myers
New
Update manual references for C17 having been published
Update manual references for C17 having been published
0 0 0
2018-10-17
Joseph Myers
New
Use -fno-show-column in libstdc++ installed testing
Use -fno-show-column in libstdc++ installed testing
0 0 0
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)
0 0 0
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
0 0 0
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)
0 0 0
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)
0 0 0
2018-01-05
Joseph Myers
New
Allow _Alignas in compound literals (C11 DR#444)
Allow _Alignas in compound literals (C11 DR#444)
0 0 0
2017-12-07
Joseph Myers
New