aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-10Add testcase for PR ada/114708Eric Botcazou1-0/+22
2024-06-10Add testcase for PR ada/114398Eric Botcazou1-0/+80
2024-06-10tree-optimization/115395 - wrong-code with SLP reduction in epilogRichard Biener2-19/+35
2024-06-10ada: Add support for No_Implicit_Conditionals to nonbinary modular typesEric Botcazou1-55/+77
2024-06-10ada: Storage_Error in indirect call to function returning limited typeJavier Miranda2-8/+15
2024-06-10ada: Derived type with convention C must override convention C_Pass_By_CopyGary Dismukes1-0/+9
2024-06-10ada: Minor code adjustment to "not Present" testGary Dismukes1-1/+1
2024-06-10ada: For freezing, treat an extension or delta aggregate like a regular aggre...Steve Baird1-1/+3
2024-06-10ada: Resolve compilation issues with container aggregates in draft ACATS B testsGary Dismukes1-6/+20
2024-06-10ada: Missing style check for extra parentheses in operatorsJustin Squirek7-9/+34
2024-06-10ada: Iterator filter ignored on formal loopJustin Squirek1-8/+37
2024-06-10ada: Crash checking accessibility level on private typeJustin Squirek1-1/+1
2024-06-10ada: Unreferenced warning on abstract subprogramJustin Squirek1-4/+8
2024-06-10ada: Further refine 'Super attributeJustin Squirek1-0/+6
2024-06-10ada: Fix references to Ada RM in commentsPiotr Trojanek9-12/+11
2024-06-10ada: Tune code related to potentially unevaluated expressionsPiotr Trojanek2-6/+4
2024-06-10ada: Remove streaming facilities from generics for formal containersYannick Moy2-92/+0
2024-06-10ada: Fix usage of SetThreadAffinityMaskRonan Desplanques2-4/+4
2024-06-10ada: Fix usage of SetThreadIdealProcessorRonan Desplanques1-2/+11
2024-06-10ada: Remove incorrect assertion in run-timeRonan Desplanques1-11/+11
2024-06-10ada: Fix incorrect lower bound presumption in gnatlinkRonan Desplanques1-9/+8
2024-06-10ada: Cleanup repeated code in expansion of stream attributesPiotr Trojanek2-23/+16
2024-06-10ada: Adjust comments and doc about the new use of restriction No_StreamsPiotr Trojanek5-15/+19
2024-06-10ada: Skip processing of NUL character for attribute Type_KeyPiotr Trojanek1-4/+4
2024-06-10ada: Simplify check for type without stream operationsPiotr Trojanek2-5/+3
2024-06-10ada: Enable inlining for subprograms with multiple return statementsPiotr Trojanek1-83/+8
2024-06-10ada: Add switch to disable expansion of assertions in CodePeer modePiotr Trojanek2-3/+12
2024-06-10ada: Refactor common code for dynamic and static class-wide preconditionsPiotr Trojanek1-18/+18
2024-06-10ada: Cleanup building of error messages for class-wide contractsPiotr Trojanek1-2/+1
2024-06-10ada: Fix handling of aspects CPU and Interrupt_PriorityPiotr Trojanek1-1/+6
2024-06-10ada: Remove unnecessary guard against empty listPiotr Trojanek1-9/+6
2024-06-10ada: Refactor checks for Refined_Depends in generic instancesPiotr Trojanek1-21/+9
2024-06-10ada: Refactor checks for Refined_Global in generic instancesPiotr Trojanek1-63/+23
2024-06-10IBM Z: Fix ICE in expand_perm_as_replicateAndreas Krebbel3-3/+43
2024-06-10libgcc/aarch64: also provide AT_HWCAP2 fallbackJan Beulich1-0/+3
2024-06-10MIPS/testsuite: add -mno-branch-likely to r10k-cache-barrier-13.cYunQiang Su1-1/+1
2024-06-10tree-optimization/115383 - EXTRACT_LAST_REDUCTION with multiple stmt copiesRichard Biener2-5/+35
2024-06-10Daily bump.GCC Administrator3-1/+41
2024-06-09FreeBSD: Stop linking _p libs for -pg as of FreeBSD 14Andreas Tobler8-4/+21
2024-06-09[committed] [RISC-V] Fix false-positive uninitialized variableJeff Law1-1/+1
2024-06-09i386: Implement .SAT_SUB for unsigned scalar integers [PR112600]Uros Bizjak2-1/+70
2024-06-09doc: Remove link to www.amelek.gda.pl/avr/Gerald Pfeifer1-2/+0
2024-06-08[middle-end PATCH] Prefer PLUS over IOR in RTL expansion of multi-word shifts...Roger Sayle2-9/+11
2024-06-09Daily bump.GCC Administrator6-1/+98
2024-06-08libstdc++: Add missing constexpr to __atomic_impl::__clear_paddingDeev Patel2-1/+4
2024-06-08libstdc++: Fix std::ranges::iota is not included in numeric [PR108760]Michael Levine4-53/+63
2024-06-08libstdc++: Define __cpp_lib_ranges in <algorithm>Jonathan Wakely2-0/+9
2024-06-08rs6000: Update ELFv2 stack frame comment showing the correct ROP save locationPeter Bergner1-8/+8
2024-06-08c++: Make *_cast<*> parsing more robust to errors [PR108438]Simon Martin2-1/+10
2024-06-08i386: Implement .SAT_ADD for unsigned scalar integers [PR112600]Uros Bizjak2-2/+54