aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-07[Ada] Use bounded string buffer in Get_Unit_NamePiotr Trojanek1-20/+5
2021-07-07[Ada] Replace obsolete calls that use global name bufferPiotr Trojanek1-47/+53
2021-07-07[Ada] Fix bugs in Value_Size clauses and refactorBob Duff6-142/+145
2021-07-07[Ada] Improve interactions between DSA and Put_Image routines for tagged typesSteve Baird1-23/+3
2021-07-07[Ada] Timeout correction on Get_Socket_OptionDmitriy Anisimkov1-6/+10
2021-07-07[Ada] Unchecked_Convert_To: set ParentBob Duff2-5/+13
2021-07-07[Ada] Simplify handling of sure errors in GNATprove modeYannick Moy3-25/+0
2021-07-07[Ada] Reduce scope of local variablesPiotr Trojanek1-4/+6
2021-07-07[Ada] Simplify code by reusing List_LengthPiotr Trojanek1-13/+1
2021-07-07[Ada] Replace low-level membership tests with Is_Private_TypePiotr Trojanek3-5/+5
2021-07-07[Ada] Linker_Section_Pragma cleanupBob Duff1-3/+2
2021-07-07[Ada] Fix precondition of Cot for code analyzersYannick Moy1-1/+1
2021-07-07[Ada] Replace chopped string copy with renamingPiotr Trojanek1-5/+3
2021-07-07[Ada] Simplify handling of Generate_Code flag for compilation unitsPiotr Trojanek4-30/+12
2021-07-07[Ada] Add socket options to control keepalive on TCP connectionDmitriy Anisimkov2-14/+62
2021-07-07[Ada] Tune discovery of No_Elaboration_Code restrictionPiotr Trojanek1-0/+1
2021-07-07[Ada] Simplify iteration over pending instantiationsPiotr Trojanek1-7/+2
2021-07-07[Ada] Transient scope cleanupBob Duff10-165/+93
2021-07-07[Ada] Unsynchronized access to a Boolean in tasking stateSteve Baird1-2/+3
2021-07-07aarch64: Remove a vestigial %K [PR101363]Martin Sebor1-1/+2
2021-07-07testsuite: gcc.dg/debug/btf/btf-bitfields-3.c remove -fno-short-enums PR debu...Christophe Lyon1-1/+1
2021-07-07tree-optimization/34195 - testcase for fixed vectorizationRichard Biener1-0/+33
2021-07-07tree-optimization/99728 - improve LIM for loops with aggregate copiesRichard Biener2-7/+102
2021-07-07Add avx512 tests for MADDSUB and FMSUBADD SLP vectorization patterns.liuhongt4-0/+182
2021-07-07Daily bump.GCC Administrator10-1/+650
2021-07-06BTF testsuite: Remove explicit check on btm_typeIndu Bhagat1-7/+2
2021-07-06CTF testsuite: Remove explicit check on ctv_typeidxIndu Bhagat1-3/+4
2021-07-06Add test for [PR55881].Martin Sebor1-0/+34
2021-07-06Add test for [PR86650].Martin Sebor1-0/+35
2021-07-06dwarf2ctf: the unit of sou field location is bits [PR101283]Indu Bhagat2-3/+3
2021-07-06Remove support for %G and %K.Martin Sebor9-100/+11
2021-07-06Improve warning suppression for inlined functions.Martin Sebor3-23/+37
2021-07-06Improve warning suppression for inlined functions.Martin Sebor27-408/+852
2021-07-06fixincludes: AIX socket.h.Clément Chigot3-7/+13
2021-07-06i386: Add variable vec_set for 32bit vectors [PR97194]Uros Bizjak4-7/+77
2021-07-06MAINTAINERS: Add myself for write after approval and DCO.Gaius Mulley1-0/+2
2021-07-06Use H8 nop moves as tst insnsJeff Law2-4/+25
2021-07-06[Ada] Initialize Current_Error_NodeBob Duff1-1/+1
2021-07-06[Ada] Enable Ada 2020 Put_Image and Image support for tagged typesSteve Baird4-37/+74
2021-07-06[Ada] Fix old typo in commentEric Botcazou1-2/+2
2021-07-06[Ada] Implement missing constraint checks for default streaming operationsSteve Baird2-19/+95
2021-07-06[Ada] Warn on statically known empty loop caused by constraintGhjuvan Lacambre1-0/+26
2021-07-06[Ada] Handle malformed command line on Win32Nicolas Roche1-1/+17
2021-07-06[Ada] Simplify code by removing local constantPiotr Trojanek1-3/+1
2021-07-06[Ada] Replace a question mark comment with assertionPiotr Trojanek2-6/+4
2021-07-06[Ada] Simplify returning from Enclosing_Comp_Unit_NodePiotr Trojanek1-5/+1
2021-07-06[Ada] Simplify unit loading with membership testsPiotr Trojanek5-36/+22
2021-07-06[Ada] Simplify dependency on SystemPiotr Trojanek1-3/+1
2021-07-06[Ada] Fix bug in casing on composite values with -gnatXSteve Baird1-3/+11
2021-07-06[Ada] Return_when_statement not working for non identifier return valuesJustin Squirek1-73/+61