aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-05-14ada: Fix crash with -gnatdJ and JSON outputRonan Desplanques1-6/+6
2024-05-14ada: Fix crash with -gnatdJ and -gnatw.wRonan Desplanques5-68/+69
2024-05-14ada: Restore default size for dynamic allocations of discriminated typeEric Botcazou4-22/+39
2024-05-14ada: Fix typo in diagnostic messageRonan Desplanques1-1/+1
2024-05-14ada: Compiler crash or errors on if_expression in container aggregateGary Dismukes1-1/+3
2024-05-14ada: Replace "not Present" tests with "No".Steve Baird1-6/+6
2024-05-14ada: Follow-up adjustment after fix to Default_Initialize_ObjectEric Botcazou1-6/+10
2024-05-14ada: Reduce generated code duplication for streaming and Put_Image subprogramsSteve Baird6-250/+484
2024-05-14ada: Better error message for bad general case statementsSteve Baird1-0/+9
2024-05-14ada: Spurious unreferenced warning on selected componentJustin Squirek1-1/+5
2024-05-14ada: Fix overlap warning suppressionRonan Desplanques1-20/+13
2024-05-14ada: Follow-up adjustment to earlier fix in Build_Allocate_Deallocate_ProcEric Botcazou1-25/+18
2024-05-14ada: Missing support for consistent assertion policyJavier Miranda1-4/+208
2024-05-14ada: Fix double finalization for dependent expression of case expressionEric Botcazou2-45/+22
2024-05-14ada: Error in determining accumulator subtype for a reduction expressionSteve Baird1-39/+26
2024-05-14ada: Rtsfind should not trash state used in analyzing instantiations.Steve Baird4-2/+96
2024-05-14ada: Factor out implementation of default initialization for objectsEric Botcazou9-1019/+795
2024-05-14ada: Fix crash with -gnatyB and -gnatdJRonan Desplanques4-89/+82
2024-05-14ada: Small fix to printing of raise statementsEric Botcazou1-4/+12
2024-05-14ada: Update of SPARK RM legality rules on ghost codeYannick Moy5-35/+39
2024-05-14ada: Fix ghost policy in use for generic instantiationYannick Moy1-5/+9
2024-05-14ada: Small fix to Default_Initialize_ObjectEric Botcazou1-12/+14
2024-05-13Revert "[PATCH v2 1/3] RISC-V: movmem for RISCV with V extension"Jeff Law2-82/+0
2024-05-14RISC-V: Fix format issue for trailing operator [NFC]Pan Li1-8/+8
2024-05-14Daily bump.GCC Administrator5-1/+132
2024-05-13[to-be-committed,RISC-V] Improve AND with some constantsJeff Law2-0/+56
2024-05-13[PATCH v2 1/3] RISC-V: movmem for RISCV with V extensionSergei Lewis2-0/+82
2024-05-13c++: replace tf_norm with a local flagPatrick Palka2-22/+21
2024-05-13c++: Avoid using __array_rank as a variable name [PR115061]Ken Matsui1-3/+3
2024-05-13[PR115013][LRA]: Modify register starvation recognitionVladimir N. Makarov1-2/+4
2024-05-13RISC-V: Bugfix ICE for RVV intrinisc vfw on _Float16 scalarPan Li3-0/+69
2024-05-13c++: nested aggregate/alias CTAD fixes [PR114974, PR114901, PR114903]Patrick Palka4-17/+93
2024-05-13Update gcc .po filesJoseph Myers19-177837/+179421
2024-05-13[to-be-committed,RISC-V] Improve single inverted bit extraction - v3Jeff Law5-1/+63
2024-05-13PR60276 fix for single-lane SLPRichard Biener1-2/+1
2024-05-13testsuite: c++: Allow for std::printf in g++.dg/modules/stdio-1_a.H [PR98529]Rainer Orth1-1/+1
2024-05-13Refactor SLP reduction group discoveryRichard Biener1-33/+34
2024-05-13tree-ssa-math-opts: Pattern recognize yet another .ADD_OVERFLOW pattern [PR11...Jakub Jelinek2-4/+177
2024-05-13Manually add ChangeLog entry for r15-353-gd7bb8eaade3cd3aa70715c8567b4d7b0809...Jakub Jelinek1-0/+26
2024-05-13Daily bump.GCC Administrator7-1/+993
2024-05-13ada: Move Init_Proc_Level_Formal from Exp_Ch3 to Exp_UtilEric Botcazou5-34/+33
2024-05-13ada: Remove code that expected pre/post being split into conjunctsPiotr Trojanek1-27/+2
2024-05-13ada: Revert recent change for Put_Image and Object_Size attributesPiotr Trojanek2-3/+12
2024-05-13ada: Rename finalization scope masters into finalization mastersEric Botcazou4-44/+42
2024-05-13ada: Remove dynamic frame in System.Image_D and document it in System.Image_FEric Botcazou6-8/+70
2024-05-13ada: Attributes Put_Image and Object_Size are defined by Ada 2022Piotr Trojanek2-12/+3
2024-05-13ada: Remove guards against traversal of empty list of aspectsPiotr Trojanek6-84/+65
2024-05-13ada: Fix crash on Compile_Time_Warning in dead codeBob Duff1-3/+8
2024-05-13ada: Deconstruct flag Split_PPC since splitting now is done in expansionPiotr Trojanek11-123/+25
2024-05-13ada: Move splitting of pre/post aspect expressions to expansionPiotr Trojanek5-191/+224