aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2020-08-04d: Fix PR96429: Pointer subtraction uses TRUNC_DIV_EXPRIain Buclaw1-0/+26
2020-08-04Change testcase for pr96325 from run to compile.Paul Thomas1-1/+1
2020-08-03dse: Remove partial load after full store for high part access[PR71309]Xionghu Luo1-0/+34
2020-08-04Daily bump.GCC Administrator1-0/+45
2020-08-03rs6000: Fix vector_float.c testcase for -m32Segher Boessenkool1-0/+1
2020-08-03c++: Variable template and template parameter pack [PR96218]Marek Polacek1-0/+16
2020-08-03aarch64: Fix up __aarch64_cas16_acq_rel fallbackJakub Jelinek1-0/+16
2020-08-03openacc: No attach/detach present/release mappings for array descriptorsJulian Brown1-3/+14
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor9-239/+3
2020-08-03testsuite: Add -Wno-psabi to gcc.dg/pr96377-[12].cRichard Sandiford2-2/+2
2020-08-03d: Fix ICE using non-local variable: internal compiler error: Segmentation faultIain Buclaw2-0/+52
2020-08-03d: Merge upstream dmd c2274e56a (PR96250).Iain Buclaw9-1/+110
2020-08-03Daily bump.GCC Administrator1-0/+11
2020-08-02Update ChangeLogs for PR96320Paul Thomas1-0/+5
2020-08-02This patch fixes PR96320. See the explanatory comment in the testcase.Paul Thomas1-0/+63
2020-08-02Update ChangeLogs for PR96325Paul Thomas1-2/+8
2020-08-02This patch fixes PR96325. See the explanatory comment in the testcase.Paul Thomas2-1/+22
2020-08-02Daily bump.GCC Administrator1-0/+19
2020-08-01c: Fix bogus vector initialisation error [PR96377]Richard Sandiford11-0/+273
2020-08-01gcc.dg/loop-8.c: Skip for mmix.Hans-Peter Nilsson1-1/+1
2020-08-01Daily bump.GCC Administrator1-0/+131
2020-07-31c++: Use error_at rather than warning_at for missing return in constexpr func...Jakub Jelinek5-1/+10
2020-07-31nvptx: Define TARGET_TRULY_NOOP_TRUNCATION to falseRoger Sayle1-23/+11
2020-07-31d: Split up the grouped compilable and runnable tests.Iain Buclaw77-2128/+1939
2020-07-31Set and test no-warning bit to avoid -Wnonnull for synthesized expressions.Martin Sebor1-0/+36
2020-07-31debug/96383 - emit debug info for used external functionsRichard Biener2-0/+34
2020-07-31vect: Don't consider branch costs if no peeled iterationsKewen Lin1-1/+1
2020-07-31middle-end/96369 - fix missed short-circuiting during range foldingRichard Biener1-0/+12
2020-07-31libgcov: support overloaded mallocMartin Liska1-0/+49
2020-07-31Compute RPO with adjacent SCC members, expose toplevel SCC extentsRichard Biener1-0/+82
2020-07-30c++: decl_constant_value and unsharing [PR96197]Patrick Palka1-0/+18
2020-07-31Daily bump.GCC Administrator1-0/+63
2020-07-30d: Fix associative array literals that don't have alignment holes filledIain Buclaw1-0/+32
2020-07-30d: Add -Wvarargs warning flag to the D front-endIain Buclaw2-0/+37
2020-07-30d: Fix ICE in expand_intrinsic_vaargIain Buclaw1-0/+15
2020-07-30[PATCH] RS6000 Add testlsbb by Byte operationsWill Schmidt2-0/+89
2020-07-30d: Inline bounds checking for simple array assignments.Iain Buclaw1-0/+14
2020-07-30d: Implement core.bitop.rol() and core.bitop.ror() as intrinsics.Iain Buclaw1-0/+6
2020-07-30d: Refactor matching and lowering of intrinsic functions.Iain Buclaw1-0/+117
2020-07-30tree-optimization/96370 - make reassoc expr rewrite more robustRichard Biener1-0/+8
2020-07-30nvptx: Provide vec_set<mode> and vec_extract<vmode><mode> patternsRoger Sayle1-0/+25
2020-07-29c++: overload sets and placeholder return type [PR64194]Patrick Palka1-0/+11
2020-07-29c++: alias_ctad_tweaks and constrained dguide [PR95486]Patrick Palka1-0/+11
2020-07-29c++: abbreviated function template friend matching [PR96106]Patrick Palka1-0/+14
2020-07-29c++: constraints and explicit instantiation [PR96164]Patrick Palka1-0/+14
2020-07-30Daily bump.GCC Administrator1-0/+68
2020-07-29nvptx: Support floating point reciprocal instructionsRoger Sayle1-0/+18
2020-07-29c++: Implement C++20 implicit move changes. [PR91427]Jason Merrill10-11/+135
2020-07-29c++: Avoid calling const copy ctor on implicit move. [PR91212]Jason Merrill1-0/+23
2020-07-29OpenMP: Handle order(concurrent) clause in gfortranTobias Burnus2-0/+261