aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-04-16pretty-print SSA namesRichard Biener2-0/+8
2020-04-16c++: Fix pasto in structured binding diagnostics [PR94571]Jakub Jelinek4-30/+57
2020-04-16Daily bump.GCC Administrator1-1/+1
2020-04-15runtime: use 64 bits of hash seed on arm64eric fang1-1/+1
2020-04-15Go Gcc_backend class: mark prefetch as novopsIan Lance Taylor2-88/+100
2020-04-15Simplify recently introduced check to simplify_bound.Fritz Reese2-4/+10
2020-04-15i386: Require OPTION_MASK_ISA_SSE2 for __builtin_ia32_movq128 [PR94603]Uros Bizjak4-1/+23
2020-04-15selftest: Work around GCC 4.2 PR33916 bug by optimizing the ctor [PR89494]Gustavo Romero2-1/+7
2020-04-15aarch64: Fix valid_src_p for use of uninitialized valueAndrea Corallo2-1/+11
2020-04-15Arm: MVE: Add mve vec_duplicate patternAndre Vieira4-2/+30
2020-04-15[Arm] Disallow arm_movdi when targetting MVEMatthew Malcomson2-0/+5
2020-04-15openmp: Reject requires directives not at file or namespace scope [PR94593]Jakub Jelinek16-27/+136
2020-04-15middle-end/94539 - void * aliases every other pointerRichard Biener4-2/+22
2020-04-15Daily bump.GCC Administrator1-1/+1
2020-04-14xtensa: fix PR target/94584Max Filippov4-3/+38
2020-04-14Update gcc sv.po.Joseph Myers2-350/+226
2020-04-14coroutines: Fix compile error with symmetric transfers [PR94359]Iain Sandoe4-8/+35
2020-04-14Fix for PR/94542, do not make TLS refs PC-relativeAaron Sawdey2-11/+28
2020-04-14c++: Add testcase for PR c++/93207Patrick Palka2-0/+29
2020-04-14c++: "'decltype_type' not supported" in diagnostic [PR85278]Patrick Palka6-8/+42
2020-04-14ipa-sra: Fix treatment of internal functions (PR 94434)Martin Jambor2-6/+27
2020-04-14c++: Stray RESULT_DECLs in result of constexpr call [PR94034]Patrick Palka9-0/+235
2020-04-14testsuite: Add testcase for already fixed PR [PR94573]Jakub Jelinek2-1/+26
2020-04-14PR tree-optimization/94574 - aarch64: ICE during GIMPLE pass:ccpYang Yang4-1/+29
2020-04-14i386: Remove mode size check in ix86_get_ssemovH.J. Lu4-5/+51
2020-04-14[Fortran] Fix name conflict check for use-assoc (PR 92736)Tobias Burnus5-12/+131
2020-04-14Fix PR 94270 by not warning about artifical dummy arguments.Thomas König3-2/+15
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