aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-01libsanitizer: Merge with upstreamH.J. Lu155-6109/+7454
2021-10-01c++: cv-qualified ref introduced by typedef [PR101783]qingzhe huang2-1/+13
2021-10-01libstdc++: Define basic_regex::multiline for non-strict modesJonathan Wakely2-1/+3
2021-10-01libstdc++: Add missing header to testJonathan Wakely1-0/+1
2021-10-01libstdc++: Add noexcept to istream_iterator and ostream_iteratorJonathan Wakely1-10/+15
2021-10-01libstdc++: Fix _ForwardIteratorConcept for __gnu_debug::vector<bool>Jonathan Wakely2-17/+43
2021-10-01libstdc++: Replace try-catch in std::list::merge to avoid O(N) sizeJonathan Wakely2-44/+64
2021-10-01options: fix concat of options.Martin Liska1-2/+3
2021-10-01aarch64: fix AARCH64_FL_V9 flag valuePrzemyslaw Wirkus1-2/+3
2021-10-01Remove shadowed oracle field.Aldy Hernandez2-3/+2
2021-10-01ubsan: Move INT_MIN / -1 instrumentation from -fsanitize=integer-divide-by-ze...Jakub Jelinek11-18/+174
2021-10-01aarch64: Fix cpymem-size.c test for ILP32Kyrylo Tkachov1-2/+2
2021-10-01aarch64: add armv9-a to -marchPrzemyslaw Wirkus3-1/+9
2021-10-01Fix bb-slp-pr97709.c after computed goto changeAndrew Pinski1-1/+1
2021-10-01Append target/optimize attr to the current cmdline.Martin Liska7-6/+56
2021-10-01Fix ICE with stack checking emulation at -O2Eric Botcazou1-1/+8
2021-10-01Fix PR c++/64697 at -O1 or aboveEric Botcazou1-13/+8
2021-10-01openmp: Differentiate between order(concurrent) and order(reproducible:concur...Jakub Jelinek13-10/+144
2021-10-01openmp: Avoid PLT relocations for omp_* symbols in libgompJakub Jelinek5-7/+18
2021-10-01openmp: Add alloc_align attribute to omp_aligned_*alloc and testcase for omp_...Jakub Jelinek2-2/+273
2021-10-01c++: Fix handling of __thread/thread_local extern vars declared at function s...Jakub Jelinek3-1/+32
2021-10-01middle-end/102518 - avoid invalid GIMPLE during inliningRichard Biener2-1/+17
2021-10-01[Ada] Subprogram_Variant in ignored ghost codeBob Duff1-0/+1
2021-10-01[Ada] Empty CUDA_Global procedures when compiling for hostGhjuvan Lacambre1-14/+78
2021-10-01[Ada] Improved checking for invalid index values when accessing array elementsSteve Baird3-11/+189
2021-10-01[Ada] Document rounding mode assumed for dynamic floating-point computationsEric Botcazou2-13/+13
2021-10-01[Ada] More work on efficiency improvementsBob Duff11-361/+590
2021-10-01[Ada] Add missing guard before call to Interface_Present_In_AncestorEric Botcazou1-1/+2
2021-10-01[Ada] Add new debug switch -gnatd.8Eric Botcazou2-1/+7
2021-10-01[Ada] Spurious warning about hiding in generic instantiationGary Dismukes1-0/+4
2021-10-01[Ada] Crash on improper use of GNAT attribute Type_KeyEd Schonberg2-1/+10
2021-10-01[Ada] Crash on renaming within declare expressionJustin Squirek1-1/+3
2021-10-01[Ada] Fix CodePeer warningsGhjuvan Lacambre2-0/+5
2021-10-01[Ada] Add Evaluable_Kind and Global_Name_KindRichard Kenner2-0/+19
2021-10-01[Ada] Stub CUDA_Device aspectGhjuvan Lacambre7-5/+110
2021-10-01[Ada] Assert_Failure on derived type with inherited Default_Initial_ConditionGary Dismukes1-44/+3
2021-10-01[Ada] Add more node unionsRichard Kenner3-13/+51
2021-10-01[Ada] Implementation of AI12-0212: iterator specs in array aggregates (II)Ed Schonberg1-6/+17
2021-10-01[Ada] Ada2022: AI12-0195 overriding class-wide pre/postconditionsJavier Miranda26-974/+2804
2021-10-01[Ada] Fix deleting CodePeer files for non-ordinary unitsPiotr Trojanek1-3/+4
2021-10-01[Ada] Improve error message for .ali file version mismatchSteve Baird1-34/+92
2021-10-01[Ada] Fix bug in inherited user-defined-literal aspects for tagged typesSteve Baird3-9/+106
2021-10-01[Ada] Info. gathering in preparation for more efficiency improvementsBob Duff11-66/+243
2021-10-01[Ada] Support gmem.out longer than 2G on 32 bit platformsDmitriy Anisimkov1-60/+67
2021-10-01[Ada] Spurious range checks on aggregate with non-static boundsEd Schonberg1-6/+16
2021-10-01[Ada] Add N_Is_DeclRichard Kenner2-1/+16
2021-10-01[Ada] Add N_Entity_NameRichard Kenner2-0/+11
2021-10-01[Ada] Improve error message for .ali file version mismatchSteve Baird1-4/+72
2021-10-01[Ada] No ABE check needed for an expression function call.Steve Baird1-0/+7
2021-10-01[Ada] Fix CodePeer warningsGhjuvan Lacambre1-1/+1