aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-04-13c++: Improve redeclared parameter name diagnostic [PR94588]Marek Polacek4-4/+17
2020-04-14Daily bump.GCC Administrator1-1/+1
2020-04-13Update and correct documentation of -Wall and -Wrestrict.Martin Sebor2-3/+11
2020-04-13PR c/92326 - wrong bound in zero-length array diagnosticsMartin Sebor6-22/+60
2020-04-13c++: Infinite diagnostic loop with decltype([]{}) [PR94521]Patrick Palka4-0/+23
2020-04-13c++: More self-modifying constexpr init [PR94470]Patrick Palka6-12/+66
2020-04-13coroutines: Rename the coroutines cpp builtin.Iain Sandoe5-4/+15
2020-04-13Minor documentation fixZackery Spytz2-2/+8
2020-04-13Darwin, testsuite: Fix darwin-version-1.c fails with XCode 11.4.Iain Sandoe2-1/+8
2020-04-13Commit test case for PR 87644, which has fixed itself somehow.Thomas König2-0/+27
2020-04-13ICE on wrong code [PR94192].Linus Koenig5-0/+31
2020-04-13c++: lambdas with internal linkage are different to no-linkage [PR94426]Nathan Sidwell10-21/+93
2020-04-13x86: Restore the frame pointer in word_modeH.J. Lu2-3/+14
2020-04-13MSP430: Dont add offsets to addresses when emitting asm for post_incJozef Lawrynowicz2-3/+13
2020-04-13MSP430: Fix memory offsets used by %C and %D asm output operand modifiersJozef Lawrynowicz4-2/+41
2020-04-13d: Merge update dmd 799066f49Iain Buclaw9-604/+24
2020-04-13Daily bump.GCC Administrator1-1/+1
2020-04-12Added a test case from a PR that was fixed by something else.Thomas König2-0/+16
2020-04-12Darwin, testsuite: Adjust indirect thunk tests for default flags.Iain Sandoe19-27/+49
2020-04-12Daily bump.GCC Administrator1-1/+1
2020-04-11c++: Add test for PR 86327.Marek Polacek2-0/+17
2020-04-11i386: Fix REDUC_SSE_SMINMAX_MODE mode conditions.Uros Bizjak4-2/+36
2020-04-11testsuite: Fix up pr94482.c testcase [PR94482]Jakub Jelinek2-2/+9
2020-04-11cselib: Mark the cselib_record_sp_cfa_base_equiv VALUE as preserved [PR94551]Jakub Jelinek2-1/+11
2020-04-11Daily bump.GCC Administrator1-1/+1
2020-04-11Correct PR numbers in the last Changelog.Iain Sandoe2-2/+2
2020-04-11coroutines: Revise await expansions [PR94528]Iain Sandoe4-208/+332
2020-04-10c++: make __is_constructible work with paren-init of aggrs [PR94149]Marek Polacek6-3/+120
2020-04-10Fix typo in gfortran.dg/asynchronous_5.f03 from last commit.Fritz Reese2-1/+8
2020-04-10Fix UNRESOLVED testcase gfortran.dg/asynchronous_5.f03.Fritz Reese2-11/+12
2020-04-10Handle 'omp declare target' attribute set for both OpenACC and OpenMP 'target...Thomas Schwinge4-0/+82
2020-04-10libphobos: Use libdruntime as a convenience library for libphobos.Iain Buclaw4-25/+13
2020-04-10Simplify co_await_expander.Bin Cheng5-22/+257
2020-04-09libgo: update to final 1.14.2 releaseIan Lance Taylor1-1/+1
2020-04-09compiler: look up composite literal keys in the global namespaceIan Lance Taylor2-4/+12
2020-04-10Daily bump.GCC Administrator1-1/+1
2020-04-09PR fortran/87923 -- fix ICE when resolving I/O tags and simplify io.cFritz Reese27-539/+1124
2020-04-09c++: constexpr static data member instantiation [PR94523]Jason Merrill3-4/+25
2020-04-09MSP430: Indiciate that the epilogue_helper insn does not fallthruJozef Lawrynowicz3-2/+11
2020-04-09cselib, var-tracking: Improve debug info after the cselib sp tracking changes...Jakub Jelinek4-0/+96
2020-04-09aarch64: Add support for arm_sve_vector_bitsRichard Sandiford29-175/+6093
2020-04-09aarch64: Add a separate "SVE sizeless type" attributeRichard Sandiford3-1/+31
2020-04-09[Arm] Allow the use of arm_cde.h for C++Matthew Malcomson4-8/+19
2020-04-09[testsuite][arm] Fix cmse-15.c expected outputChristophe Lyon2-6/+150
2020-04-09[testsuite] scanasm.exp: Fix target-selector handling in check-function-bodiesChristophe Lyon2-1/+6
2020-04-09sra: Fix sra_modify_expr handling of partial writes (PR 94482)Martin Jambor6-6/+135
2020-04-09c++: Fix wrong paren-init of aggregates interference [PR93790]Marek Polacek6-3/+77
2020-04-09Fix typo in my previous change.Jan Hubicka2-1/+2
2020-04-09Avoid g++.dg/lto/alias-4_0.C test failure on ARM [PR91322]Jan Hubicka2-1/+13
2020-04-09testsuite: Tweak check-function-bodies interfaceRichard Sandiford54-58/+134