aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-28[Fortran] gfortran.texi - minor style cleanupTobias Burnus2-3/+7
2020-01-28Add couple of auto_diagnostic_group in redeclare_class_template.Martin Liska2-0/+10
2020-01-28Replace one error with inform.Martin Liska8-8/+32
2020-01-28Fix 2 typos in documentation of libstdc++.Martin Liska3-2/+8
2020-01-28i386: Fix ix86_fold_builtin shift folding [PR93418]Jakub Jelinek4-2/+35
2020-01-28gimple-fold: Fix buffer overflow in fold_array_ctor_reference [PR93454]Jakub Jelinek4-5/+47
2020-01-27analyzer: fix ICE when canonicalizing NaN (PR 93451)David Malcolm4-3/+119
2020-01-28Daily bump.GCC Administrator1-1/+1
2020-01-27gcc: Add new configure options to allow static libraries to be selectedAndrew Burgess6-27/+85
2020-01-27Support gnu_unique_object symbols on MIPS.Joseph Myers2-1/+13
2020-01-27compiler: cleanups permitted by GCC requirement of MPFR 3.1.0Ian Lance Taylor4-58/+58
2020-01-27c++: Fix array of char typedef in template (PR90966).Jason Merrill3-1/+31
2020-01-27coroutines: Ensure the ramp return object is checked (PR93443).Iain Sandoe2-8/+16
2020-01-27Hi all,Stam Markianos-Wright2-6/+47
2020-01-27analyzer: restore input_location (PR 93349)David Malcolm4-0/+22
2020-01-27analyzer: fix pattern-test-2.c (PR 93291)David Malcolm2-3/+35
2020-01-27aarch64: Fix pr71727.c failureRichard Sandiford2-1/+6
2020-01-27Add __gcov_indirect_call_profiler_v4_atomic.Martin Liska5-7/+42
2020-01-27analyzer: fixes to tree_cmp and other comparatorsDavid Malcolm6-69/+21
2020-01-27aarch64: Add vector/vector vec_extract patterns [PR92822]Richard Sandiford2-22/+77
2020-01-27aarch64: Fix failure in cmpimm_branch_1.cRichard Sandiford2-2/+18
2020-01-27analyzer: fix setjmp-detection and support sigsetjmpDavid Malcolm13-55/+242
2020-01-27testsuite/91171 no longer needed XFAILRichard Biener2-2/+6
2020-01-27analyzer: fix build with gcc 4.4 (PR 93276)David Malcolm8-22/+56
2020-01-27c++: Bogus error using namespace alias [PR91826]Nathan Sidwell3-12/+41
2020-01-27[ARC] Update ARC600 multiplication cost.Claudiu Zissulescu2-0/+10
2020-01-27[ARC] Save mlo/mhi registers when ISR.Claudiu Zissulescu8-142/+231
2020-01-27[ARC] Propagate uncached type attribute to each member of a struct.Claudiu Zissulescu13-42/+351
2020-01-27[ARC] Make libgcc compatible with ARC's reduced register set config.Claudiu Zissulescu8-17/+130
2020-01-27libstdc++: Fix deduction guide for std::span (PR93426)Jonathan Wakely3-2/+92
2020-01-27lra: Stop registers being incorrectly marked live [PR92989]Richard Sandiford2-45/+57
2020-01-27cselib: Fix handling of multireg values for call insns [PR93170]Richard Sandiford4-59/+127
2020-01-27dojump: Fix gcc.dg/torture/pr91323.c for aarch64 targetsRichard Sandiford2-1/+6
2020-01-27Filter out language specific options from --help=common.Martin Liska2-0/+14
2020-01-27Do not print params in --help except --help=param.Martin Liska2-1/+8
2020-01-27Do not generate a unique fnname for resolver.Martin Liska4-17/+19
2020-01-27tree-optimization/93397 delay converted reduction chain adjustmentRichard Biener4-28/+55
2020-01-27fortran] Fix PR 85781, ICE on validTobias Burnus7-2/+163
2020-01-26c++: Testsuite adjustments for PR 90992.Jason Merrill4-16/+3
2020-01-26c++: Fix -Wnoexcept handling of system headers (PR90992).Jason Merrill4-6/+86
2020-01-27Daily bump.GCC Administrator1-1/+1
2020-01-26Fix last CL.Marek Polacek1-1/+1
2020-01-26sanopt: Avoid crash on anonymous parameter [PR93436]Marek Polacek2-3/+12
2020-01-26coroutines: Fix whitespace and comment markers.Iain Sandoe1-76/+71
2020-01-26testsuite: xfail gcc.target/i386/pr91298-?.c on Solaris/x86 with asRainer Orth3-0/+8
2020-01-26checking: avoid verify_type_variant crash on incomplete type.Jason Merrill3-1/+71
2020-01-26Avoid creating string insns unless string support is enabledDarius Galis2-2/+7
2020-01-26i386: Fix up *{add,sub}v<dwi>4_doubleword patterns (PR target/93412)Jakub Jelinek4-2/+25
2020-01-26i386: Fix up *avx_vperm_broadcast_v4df [PR93430]Jakub Jelinek5-2/+52
2020-01-26c++: avoid ICE with __builtin_memset (PR90997).Jason Merrill3-1/+10