aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-03-05Future proofing this test.Jeff Law2-1/+5
2020-03-05c++: Add test for PR91607.Jason Merrill1-0/+12
2020-03-05Fortran: ICE in gfc_code2string PR93792Steven G. Kargl4-1/+39
2020-03-05[AArch32] ACLE intrinsics bfloat16 vmmla and vfma<b/t> for AArch32 AdvSIMDDelia Burduv4-0/+139
2020-03-05print-rtl: Fix printing of CONST_STRING in DEBUG_INSNs [PR93399]Jakub Jelinek6-4/+36
2020-03-05sccvn: Fix handling of POINTER_PLUS_EXPR in memset offset [PR93582]Jakub Jelinek4-4/+37
2020-03-04PR c++/90938 - Initializing array with {1} works but not {0}Martin Sebor6-1/+192
2020-03-05Daily bump.GCC Administrator1-1/+1
2020-03-04Fix format warning which showed up on FreeBSD 11.3.Jeff Law2-1/+6
2020-03-04c++: Fix [[no_unique_address]] and default mem-init [PR90432]Jason Merrill4-0/+32
2020-03-04PR tree-optimization/93986 - ICE on mixed-precision wide_int argumentsMartin Sebor4-40/+97
2020-03-04analyzer: validate region subclassesDavid Malcolm3-8/+87
2020-03-04analyzer: add regression test for fixed ICE [PR94028]David Malcolm2-0/+41
2020-03-04PR middle-end/81401 - false positive -Wformat-overflow in a loopMartin Sebor2-0/+27
2020-03-04Remove unnecessary XFAILs from existing testcase 20050603-3.c.Will Schmidt2-3/+6
2020-03-04Add dg-require to existing powerpc/pr93122.c testWill Schmidt2-0/+5
2020-03-04analyzer: handle __builtin_expect [PR93993]David Malcolm7-9/+152
2020-03-04analyzer: fix ICE on non-lvalue in prune_for_sm_diagnostic [PR93993]David Malcolm7-34/+166
2020-03-04analyzer: remove unused private fieldsDavid Malcolm3-14/+12
2020-03-04rs6000: Fix -mpower9-vector -mno-altivec ICE (PR87560)Bill Schmidt3-0/+12
2020-03-04IBM Z: zTPF: Include glibc-stdint.h to get __UINTPTR_TYPE__ definedAndreas Krebbel1-1/+1
2020-03-04IBM Z: zTPF: Prevent FPR usageAndreas Krebbel1-2/+3
2020-03-04IBM Z: zTPF: Add tpf trace customization optionsAndreas Krebbel5-18/+96
2020-03-04Add -fcommon to a test-case to re-trigger it.Martin Liska2-1/+7
2020-03-04inliner: Copy DECL_BY_REFERENCE in copy_decl_to_var [PR93888]Jakub Jelinek4-0/+33
2020-03-04sccvn: Avoid overflows in push_partial_defJakub Jelinek2-13/+46
2020-03-04tree-optimization/93964 - adjust ISL code generation for pointer paramsRichard Biener5-1/+36
2020-03-04Clear --help=language and --help=common interaction.Martin Liska2-1/+9
2020-03-04Wrap array in ctor with braces.Martin Liska2-3/+8
2020-03-04tailcall: Fix up process_assignment [PR94001]Jakub Jelinek4-1/+24
2020-03-04PR target/93995 ICE in patch_jump_insn, at cfgrtl.c:1290 on riscv64-linux-gnuKito Cheng4-3/+61
2020-03-03c++: Fix mismatch in template argument deduction [PR90505]Marek Polacek7-6/+84
2020-03-04coroutines: Handle component_ref in captures_temporaryJunMa4-5/+123
2020-03-04Daily bump.GCC Administrator1-1/+1
2020-03-03c++: Fix non-constant TARGET_EXPR constexpr handing [PR93998]Jakub Jelinek4-4/+33
2020-03-03arm: ACLE BFloat16 convert intrinsicsDennis Zhang9-0/+229
2020-03-03sccvn: Improve handling of load masked with integer constant [PR93582]Jakub Jelinek7-40/+264
2020-03-03tree-optimization/93946 - fix bogus redundant store removal in FRE, DSE and DOMRichard Biener15-123/+305
2020-03-03s390: Fix --with-arch=... --with-tune=... [PR26877]Jakub Jelinek2-3/+8
2020-03-03explow: Fix ICE caused by plus_constant [PR94002]Jakub Jelinek4-0/+25
2020-03-03arc: Update legitimate small data address.Claudiu Zissulescu2-10/+37
2020-03-03arc: Use accl_operand predicate for fma instructions.Claudiu Zissulescu2-2/+7
2020-03-03arc: Improve code gen for 64bit add/sub operations.Claudiu Zissulescu2-75/+49
2020-03-03arc: Add length attribute to eh_return pattern.Claudiu Zissulescu2-1/+7
2020-03-03testsuite: Add testcases for already fixed PR [PR93927]Jakub Jelinek3-0/+24
2020-03-03Build coroutine expression with unknown_type in processing_template_decl phase.JunMa5-3/+44
2020-03-03Daily bump.GCC Administrator1-1/+1
2020-03-02analyzer: don't print the duplicate count by defaultDavid Malcolm7-1/+31
2020-03-02invoke.texi: add missing option to -fanalyzer listDavid Malcolm2-0/+7
2020-03-02analyzer: detect malloc, free, calloc within "std" [PR93959]David Malcolm7-0/+123