aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-06-11rust: Do not link with libdl and libpthread unconditionallyArthur Cohen1-1/+4
2024-06-11PR modula2/114529 Avoid ODR violations in bootstrap translated sourcesGaius Mulley124-5605/+8057
2024-06-11i386: PR target/115397: AVX512 ternlog vs. -m32 -fPIC constant pool.Roger Sayle2-1/+19
2024-06-11RISC-V: Implement .SAT_SUB for unsigned vector intPan Li12-5/+437
2024-06-10[committed] [RISC-V] Drop dead round_32 testJeff Law1-23/+0
2024-06-11Daily bump.GCC Administrator4-1/+340
2024-06-11modula2: Fix typos, grammar, and a linkGerald Pfeifer1-3/+3
2024-06-10Move array_bounds warnings into a separate pass.Andrew MacLeod6-41/+67
2024-06-10[to-be-committed] [RISC-V] Use bext for extracting a bit into a SImode objectRaphael Zinsly2-0/+32
2024-06-10[PATCH v1] Widening-Mul: Fix one ICE of gcall insertion for PHI matchPan Li3-1/+54
2024-06-10Fix pr115388.c: plain char could be unsigned by default [PR115415]Andrew Pinski1-1/+1
2024-06-10[to-be-committed] [RISC-V] Use bext for extracting a bit into a SImode objectRaphael Zinsly2-0/+39
2024-06-10tree-optimization/115388 - wrong DSE in irreductible regionsRichard Biener2-21/+74
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-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