aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-24tree-opt: Fix segfault in tree-if-conv.c with -march=armv8.2-a+sve [PR97849]Prathamesh Kulkarni2-6/+23
2020-11-23Dump type attributes in dump_function_to_file.Martin Sebor2-4/+29
2020-11-24Daily bump.GCC Administrator8-1/+255
2020-11-23c: Allow comparison of pointers to complete and incomplete types for C11 [PR9...Joseph Myers5-2/+210
2020-11-23ipa: special pass-through op for Fortran stridesMartin Jambor4-73/+179
2020-11-23Adjust rtx_costs for h8300Jeff Law1-0/+10
2020-11-23config.sub, config.guess : Import upstream 2020-11-07.Iain Sandoe2-399/+483
2020-11-23testsuite: Adjust pruningNathan Sidwell1-3/+7
2020-11-23libstdc++: Fix variable declared with wrong typeJonathan Wakely1-1/+1
2020-11-23libstdc++: Fix linker errors due to missing 'inline' keywordsStephan Bergmann1-3/+3
2020-11-23libstdc++: Add configure checks for semaphoresJonathan Wakely4-4/+101
2020-11-23libstdc++: make atomic waiting depend on gthreads or futexesJonathan Wakely7-74/+111
2020-11-23log/syslog: correct asm name for C functionIan Lance Taylor2-2/+2
2020-11-23libstdc++: Link tests to libatomic as required [PR 97948]Jonathan Wakely3-0/+3
2020-11-23Release ipa-prop's agg.items and make alocation more carefulJan Hubicka2-2/+10
2020-11-23Do not leak SSANAMES in lto streamerJan Hubicka4-13/+12
2020-11-23Diagnostic for module importationNathan Sidwell1-5/+16
2020-11-23c++: Add empty module.ccNathan Sidwell2-1/+25
2020-11-23MSP430: Remove target-specific handling of the "persistent" attributeJozef Lawrynowicz5-132/+36
2020-11-23fix hybrid SLP discovery debug stmt issueRichard Biener2-0/+38
2020-11-23Implement the "persistent" attributeJozef Lawrynowicz16-69/+303
2020-11-23cp/decl.c: Set DECL_INITIAL before attribute processingJozef Lawrynowicz4-0/+110
2020-11-23Fix "noinit" attribute being ignored for -O0 and -fdata-sectionsJozef Lawrynowicz4-5/+16
2020-11-23Document bootstrap-asan configure optionMatthew Malcomson1-0/+4
2020-11-23testsuite/arm: add missing -mthumb to several testsChristophe Lyon11-11/+11
2020-11-23c++: Add missing verify_type_context call [PR97904]Richard Sandiford3-4/+66
2020-11-23Daily bump.GCC Administrator4-1/+161
2020-11-22i386: Use SWI48DWI mode iterator for abs and maxmin [PR97873]Uros Bizjak2-101/+126
2020-11-22H8 cc0 conversionAustin Law23-1172/+2834
2020-11-22d: Fix OutOfMemoryError thrown when appending to an array with a side effectIain Buclaw2-24/+72
2020-11-22widening_mul: pattern recognize further forms of __builtin_add_overflow [PR95...Jakub Jelinek2-14/+307
2020-11-22Partially revert recent H8 patch for conditional branchesJeff Law1-25/+41
2020-11-22Darwin : Avoid a C++ ODR violation seen with LTO.Iain Sandoe1-8/+7
2020-11-22Daily bump.GCC Administrator9-1/+223
2020-11-21c++: Extend -Wrange-loop-construct for binding-to-temp [PR94695]Marek Polacek3-4/+254
2020-11-21c++: Reject identifier label in constexpr [PR97846]Marek Polacek2-1/+17
2020-11-21c++: Fix ICE-on-invalid with -Wvexing-parse [PR97881]Marek Polacek2-6/+13
2020-11-21testsuite: localclass2 require LTODavid Edelsohn1-1/+2
2020-11-21c++: Allow template lambdas without lambda-declarator [PR97839]Marek Polacek2-8/+15
2020-11-21Use OEP_MATCH_SIDE_EFFECTS in compare_ao_refsJan Hubicka1-4/+5
2020-11-21c++: Fix wrong error with constexpr destructor [PR97427]Marek Polacek2-16/+49
2020-11-21libstdc++: Fix atomic waiting for non-linux targetsJonathan Wakely9-13/+28
2020-11-21Update vec-35.c and vect-35-big-array.cJan Hubicka2-12/+2
2020-11-21Improve hasing of anonymous namespace typesJan Hubicka1-1/+15
2020-11-21Re-enable vector pair memcpy/memmove expansionAaron Sawdey1-5/+4
2020-11-21Make MMA builtins use opaque modesAaron Sawdey13-372/+517
2020-11-21Additional small changes to support opaque modesAaron Sawdey12-1/+19
2020-11-21Darwin, libgfortran : Do not use environ directly from the library.Iain Sandoe1-0/+5
2020-11-21Darwin, libsanitizer : Support libsanitizer for x86_64-darwin20.Iain Sandoe1-1/+1
2020-11-20libgo: update to Go 1.15.5 releaseIan Lance Taylor9-8/+312