aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-11pdp11: Fix handling of common (local and global) vars [PR94134]Jakub Jelinek4-1/+28
2020-03-12RISC-V: Fix testsuite regression due to recent IRA changes.Kito Cheng2-4/+4
2020-03-11fold undefined pointer offsettingRichard Biener4-0/+44
2020-03-11[testsuite] Add @ lines to check-function-bodies fluffMatthew Malcomson2-1/+6
2020-03-11Fix GIMPLE verification failure in LTO mode on Ada codeEric Botcazou3-1/+17
2020-03-11Fix internal error on locally-defined subpoolsEric Botcazou4-1/+99
2020-03-11aarch64: Fix ICE in aarch64_add_offset_1 [PR94121]Jakub Jelinek4-1/+24
2020-03-11value-prof: Fix abs uses in value-prof.c [PR93962]Jakub Jelinek2-2/+7
2020-03-11dfp: Fix decimal_to_binary [PR94111]Jakub Jelinek4-3/+27
2020-03-11ldist: Further fixes for -ftrapv [PR94114]Jakub Jelinek4-3/+29
2020-03-11libstdc++: LWG 3286 ranges::size is not required to be valid after ...Patrick Palka4-7/+173
2020-03-10Fix length computation for movsi_insv which resulted in regressions due to ou...Jeff Law2-1/+6
2020-03-10c++: Fix wrong conversion error with non-viable overload [PR94124]Marek Polacek4-0/+33
2020-03-10c++: Fix deferred noexcept on constructor [PR93901].Jason Merrill2-7/+12
2020-03-10c++: Fix ICE with omitted template args [PR93956].Jason Merrill3-1/+13
2020-03-11rs6000: Check -+0 and NaN for smax/smin generationJiufu Guo4-1/+33
2020-03-11Daily bump.GCC Administrator1-1/+1
2020-03-10libstdc++: Fix uses of _M_current in split_view's outer iteratorJonathan Wakely2-7/+11
2020-03-10c++: Add tests for PR93922 and PR94041.Jason Merrill2-0/+47
2020-03-10c++: Partially revert patch for PR66139.Jason Merrill6-177/+11
2020-03-10PR90763: PowerPC vec_xl_len should take const argument.Will Schmidt4-0/+112
2020-03-10libstdc++: Fix noexcept guarantees for ranges::split_viewJonathan Wakely3-35/+58
2020-03-10loop-iv: make find_simple_exit staticRoman Zhuykov3-2/+6
2020-03-10minor: fix intendation in ddg.cRoman Zhuykov2-17/+23
2020-03-10testsuite: Scan for SSE reg-reg moves only in pr80481.CUros Bizjak2-2/+6
2020-03-10Revert "Fix regression reported by tester due to recent IRA changes"Jeff Law2-1/+8
2020-03-10libstdc++: Fix invalid noexcept-specifier (PR 94117)Jonathan Wakely2-1/+5
2020-03-10libstdc++: Change compile-only test to runJonathan Wakely3-1/+10
2020-03-10i386: Fix up *testqi_ext_3 insn&split for the *testdi_1 changes [PR94088]Jakub Jelinek4-6/+32
2020-03-10Update gcc sv.po.Joseph Myers2-161/+163
2020-03-09gdbinit.in: Fix typo.Jason Merrill2-1/+5
2020-03-10Daily bump.GCC Administrator1-1/+1
2020-03-10Update cpplib da.po.Joseph Myers2-30/+25
2020-03-09c++: Fix convert_like in template [PR91465, PR93870, PR92031, PR94068]Marek Polacek13-30/+176
2020-03-09libstdc++: Handle type-changing path concatenations (PR 94063)Jonathan Wakely3-0/+159
2020-03-09c++: Readd [LR]ROTATE_EXPR support to constexpr.c [PR94067]Jakub Jelinek4-0/+27
2020-03-09Revert: One more patch for PR93564: Prefer smaller hard regno when we do not ...Vladimir N. Makarov2-3/+11
2020-03-09Fix 'A' operand modifier: PR inline-asm/94095Andrew Pinski2-1/+7
2020-03-09rs6000: Fix -mlong-double documentationCarl Love1-1/+2
2020-03-09configure - build libgomp by default for amdgcnTobias Burnus3-2/+7
2020-03-09c++: Fix ABI issue with alignas on armv7hl [PR94050]Marek Polacek4-0/+27
2020-03-09[testsuite][arm] Fix typo in fuse-caller-save.cChristophe Lyon2-1/+5
2020-03-09Restore alignment in rs6000 target.Martin Liska4-5/+26
2020-03-09alias: Punt after walking too many VALUEs during a toplevel find_base_term ca...Jakub Jelinek3-0/+14
2020-03-09Insert default return_void at the end of coroutine bodyBin Cheng4-31/+102
2020-03-08[testsuite] Fix PR94019 to check vector char when vect_hw_misalignKewen Lin2-1/+10
2020-03-08[testsuite] Fix PR94023 to guard case under vect_hw_misalignKewen Lin2-1/+7
2020-03-09Daily bump.GCC Administrator1-1/+1
2020-03-08Patch and ChangeLogs for PR93581Paul Thomas5-3/+87
2020-03-08c++: Fix missing SFINAE when binding a bit-field to a reference (PR 93729)Patrick Palka4-9/+34