aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-01libcpp: __VA_OPT__ tweakJason Merrill1-16/+8
2021-09-01libcpp: __VA_OPT__ p1042r1 placemarker changes [PR101488]Jakub Jelinek3-16/+123
2021-09-01c++: Add test for fixed PR [PR101592]Marek Polacek1-0/+12
2021-09-01libiberty, configure, Darwin: Avoid detecting deprecated sbrk.Iain Sandoe3-25/+35
2021-09-01Fortran - improve wording of error messageHarald Anlauf1-1/+1
2021-09-01Fix arm target build with inhibit_libcSebastian Huber1-4/+0
2021-09-01Simplify 'gcc/tree.c:walk_tree_1' handling of 'OMP_CLAUSE'Thomas Schwinge1-126/+8
2021-09-01Objective-C, NeXT: Fix messenging non-aggregate return-in-memory.Iain Sandoe1-13/+16
2021-09-01C-family: Add attribute 'unavailable'.Iain Sandoe46-64/+1348
2021-09-01coroutines : Add a missed begin/finish else clause to the codegen.Iain Sandoe1-0/+2
2021-09-01coroutines: No cleanups on goto statements.Iain Sandoe1-2/+2
2021-09-01libphobos: Update comment for DRUNTIME_OS_SOURCESIain Buclaw1-3/+4
2021-09-01libphobos: Don't add zlib when ENABLE_LIBDRUNTIME_ONLYIain Buclaw2-2/+7
2021-09-01vectorizer: Fix up vectorization using WIDEN_MINUS_EXPR [PR102124]Jakub Jelinek2-1/+52
2021-09-01graph output: use better colors for edgesMartin Liska1-4/+5
2021-09-01tree-optimization/93491 - avoid PRE of trapping calls across exitsRichard Biener4-16/+60
2021-09-01tree-optimization/102139 - fix SLP DR base alignmentRichard Biener3-34/+85
2021-09-01MAINTAINERS: Add YunQiang Su for write after approvalYunQiang Su1-0/+1
2021-09-01md/define_c_enum: support value assignationYunQiang Su2-4/+21
2021-09-01bswap: Fix up bswap_view_convert handling [PR102141]Jakub Jelinek2-10/+28
2021-09-01tree-optimization/102149 - add testcase for fixed bugRichard Biener1-0/+19
2021-09-01C: PR c/79412: Poison decls with error_mark_node after type mismatchRoger Sayle3-3/+24
2021-09-01Get rid of all float-int special cases in validate_subreg.liuhongt1-40/+0
2021-09-01Revert "Make sure we're playing with integral modes before call extract_integ...liuhongt1-78/+25
2021-09-01Daily bump.GCC Administrator10-1/+355
2021-08-31c++: Various small fixesJason Merrill4-12/+10
2021-08-31Fortran - extend set of substring expressions handled in length simplificationHarald Anlauf2-29/+14
2021-08-31libstdc++: Add valid range checks to std::span constructors [PR98421]Jonathan Wakely3-0/+30
2021-08-31c++: check arity before deduction w/ explicit targs [PR12672]Patrick Palka5-16/+96
2021-08-31Fix 'OMP_CLAUSE_TILE' operands handling in 'gcc/tree.c:walk_tree_1'Thomas Schwinge1-1/+1
2021-08-31[OMP] Standardize on 'omp_privatize_by_reference'Thomas Schwinge5-89/+98
2021-08-31Avoid valid Coverity warning for comparing array to zero.Martin Sebor1-1/+1
2021-08-31Disable gcc_rich_location copying and assignment.Martin Sebor3-4/+12
2021-08-31Add attribute returns nonnull to get_range_query.Martin Sebor1-4/+5
2021-08-31libstdc++: Fix broken autoconf check for O_NONBLOCKJonathan Wakely2-8/+8
2021-08-31libstdc++: Remove redundant noexcept-specifier on definitionsJonathan Wakely3-2/+21
2021-08-31libstdc++: Add missing return for atomic timed wait [PR102074]Jonathan Wakely1-0/+2
2021-08-31libstdc++: Improve error handling in Net TS name resolutionJonathan Wakely1-4/+23
2021-08-31libstdc++: Fix ip::tcp::resolver test failure on SolarisJonathan Wakely1-3/+17
2021-08-31[Committed] Fix subreg_promoted_mode breakage on various platforms.Roger Sayle1-3/+6
2021-08-31c++: use iloc_sentinel in another placeJason Merrill1-3/+1
2021-08-31c++: Improve error recovery with constexpr [PR92193]Jason Merrill4-1/+42
2021-08-31Restore intent of data-sym-multi-pool testJeff Law2-1/+2
2021-08-31More stabs removal.Jeff Law5-66/+13
2021-08-31testsuite: Fix gcc.dg/vect/pr101145* tests [PR101145]Jakub Jelinek4-4/+4
2021-08-31Add support for device-modifiers for 'omp target device'.Marcel Vollweiler23-20/+650
2021-08-31libstdc++: Fix 17_intro/names.cc failures on SolarisJonathan Wakely1-0/+6
2021-08-31Preserve SUBREG_PROMOTED_VAR_P on (extend:HI (subreg/s:QI (reg:SI))).Roger Sayle2-11/+60
2021-08-31Only simplify TRUNCATE to SUBREG on TRULY_NOOP_TRUNCATION targets.Roger Sayle2-2/+4
2021-08-31tree-optimization/102142 - fix typo in loop BB reduc cost adjustmentRichard Biener2-1/+10