aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-05Daily bump.GCC Administrator11-1/+264
2021-02-04openacc: Tests for character types in derived-type mappingsJulian Brown4-0/+334
2021-02-04openacc: Allow strided arrays in update directivesJulian Brown3-2/+57
2021-02-04openacc: Use class_pointer instead of pointer attribute for class typesJulian Brown1-1/+4
2021-02-04openacc: Dereference BT_CLASS data pointers but not BT_DERIVED pointersJulian Brown2-3/+133
2021-02-04testsuite: Fix up pr25376.c on powerpc64-linux and array-quals-1.c on powerpc...Jakub Jelinek2-16/+26
2021-02-04d: Merge upstream dmd 46133f761, druntime 0fd4364cIain Buclaw25-769/+1329
2021-02-04PR c/97882 - Segmentation Fault on improper redeclaration of functionMartin Sebor18-47/+251
2021-02-04c++: Empty args for variadic concept [PR98717]Jason Merrill2-8/+7
2021-02-04diagnostics: fix excessive range-printing involving macros [PR97932]David Malcolm2-0/+134
2021-02-04Correct date value of the __cpp_size_t_suffix macro.emsr2-3/+3
2021-02-04c++, libcpp: Use make_signed_t<size_t> in the 1z diagnosticsJakub Jelinek2-3/+3
2021-02-04c++: fix string literal member initializer bug [PR90926]Tom Greenslade (thomgree)4-41/+92
2021-02-04aarch64: Use RTL builtins for [su]mull_high_lane[q] intrinsicsJonathan Wright3-96/+118
2021-02-04aarch64: Use RTL builtins for [su]mull_high_n intrinsicsJonathan Wright3-24/+34
2021-02-04tree-optimization/98855 - fix some vectorizer cost issuesRichard Biener3-9/+19
2021-02-04Fortran: OpenMP/OpenACC diagnose substring rejections betterTobias Burnus3-1/+56
2021-02-04doc: mention -mprefer-vector-width in target attrsMartin Liska2-0/+33
2021-02-03c++: No aggregate CTAD with explicit dguide [PR98802]Jason Merrill2-2/+23
2021-02-03c++: subst failure in attribute argument [PR95192]Jason Merrill4-14/+48
2021-02-04Daily bump.GCC Administrator12-1/+512
2021-02-03libcpp: Fix up -fdirectives-only preprocessing [PR98882]Jakub Jelinek2-2/+8
2021-02-03Fix typo in Fortran manualJeff Law1-1/+1
2021-02-03libphobos: Merge upstream druntime 9d0c8364, phobos 9d575282e.Iain Buclaw35-412/+2172
2021-02-03c++: Mark member functions as const [PR98951]Marek Polacek1-4/+4
2021-02-03c++: Fix alias comparison [PR98926]Jason Merrill3-1/+4
2021-02-03PR tree-optimization/98937 - pointer_query cache leaksMartin Sebor1-0/+9
2021-02-03c++: Implement C++23 P0330 - Literal Suffixes for ptrdiff_t and size_t.Ed Smith-Rowland9-30/+701
2021-02-03libgo: install new 1.16 packagesIan Lance Taylor3-18/+61
2021-02-03testsuite: Add test for already fixed PR [PR97804]Jakub Jelinek1-0/+18
2021-02-03libstdc++: Fix incorrect test for std::error_code comparisonsJonathan Wakely5-3/+15
2021-02-03libstdc++: Improve "find_first/last_set" for NEONyaozhongxiao1-3/+14
2021-02-03libstdc++: Work around test failures using -mno-tree-vrpMatthias Kretz2-2/+6
2021-02-03libstc++: Implement hmin and hmaxMatthias Kretz3-2/+105
2021-02-03libstdc++: Improve test codegen for interpreting assemblyMatthias Kretz1-22/+22
2021-02-03libstdc++: Support timeout and timeout-factor optionsMatthias Kretz2-12/+27
2021-02-03libstdc++: Abort test after 1000 lines of outputMatthias Kretz1-2/+15
2021-02-03libstdc++: Skip testing hypot3 for long double on PPCMatthias Kretz1-0/+1
2021-02-03libstdc++: Fix mask reduction of simd_mask<double> on POWER7Matthias Kretz3-3/+43
2021-02-03libstdc++: Immediate feedback with -vMatthias Kretz1-78/+116
2021-02-03libstdc++: Fix incorrect display of old test summariesMatthias Kretz2-0/+2
2021-02-03libstdc++: Fix DRIVEROPTS and TESTFLAGS processingMatthias Kretz1-5/+6
2021-02-03libstdc++: Fix several check-simd interaction issuesMatthias Kretz2-42/+44
2021-02-03libstdc++: Fix simd_mask<double> on POWER w/o POWER8Matthias Kretz1-6/+0
2021-02-03libstdc++: Support -mlong-double-64 on PPCMatthias Kretz1-3/+8
2021-02-03libstdc++: Fix NEON intrinsic types usageMatthias Kretz1-4/+66
2021-02-03libstdc++: Support skip, only, expensive, and xfail markers for simd testsMatthias Kretz34-66/+225
2021-02-03Fix earlier commit missing patch review changesAaron Sawdey2-904/+1033
2021-02-03do not generate fusion.md, update contrib/gcc_updateAaron Sawdey2-2/+3
2021-02-03c++: ICE with late parsing of noexcept in nested class [PR98899]Marek Polacek4-5/+62