summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [Ada] Casing style on record componentsBob Duff2022-05-195-16/+20
* [Ada] Get rid of secondary stack for controlled componentsEric Botcazou2022-05-1918-164/+334
* [Ada] Small housekeeping work continuedEric Botcazou2022-05-191-50/+50
* [Ada] Small housekeeping workEric Botcazou2022-05-191-44/+39
* [Ada] Do not override inlining heuristics for expression functions at -OsEric Botcazou2022-05-192-7/+9
* [Ada] Remove dead code for scope entity having E_Subprogram_Body kindPiotr Trojanek2022-05-191-4/+0
* PR105647 Update pr105169* so it does not fail on powerpc64leGiuliano Belinassi2022-05-192-4/+4
* analyzer: update docs about -fanalyzer-checker=taintDavid Malcolm2022-05-191-0/+2
* cfgexpand: Yet another spot with debug insns references to global vars withou...Jakub Jelinek2022-05-192-0/+26
* pointer-query: Fix ICE with non-pointer param [PR105635]Jakub Jelinek2022-05-192-1/+12
* compiler: traverse expressions when exporting constantsJulia Lapenko2022-05-182-1/+29
* Daily bump.GCC Administrator2022-05-1911-1/+463
* c: Implement new -Wenum-int-mismatch warning [PR105131]Marek Polacek2022-05-1810-3/+177
* Revert move of g++.dg/pr69667.CPaul A. Clarke2022-05-181-1/+2
* x86: Fix -fsplit-stack feature detection via TARGET_CAN_SPLIT_STACKUros Bizjak2022-05-182-4/+6
* Correct ix86_rtx_cost for multi-word multiplication.Roger Sayle2022-05-181-1/+11
* Avoid andn and generate shorter not;and with -Oz on x86.Roger Sayle2022-05-182-0/+49
* c, c++: -Wswitch warning on [[maybe_unused]] enumerator [PR105497]Marek Polacek2022-05-183-2/+90
* c++: fix SIGFPE with -Wclass-memaccess [PR105634]Marek Polacek2022-05-188-0/+15
* Reduce usage of limited_with clauses with -fdump-ada-specEric Botcazou2022-05-181-5/+27
* testsuite/rs6000: Move pr83660.C to g++.targetKewen Lin2022-05-181-0/+0
* graphite: Extend SCoP detection dump outputFrederik Harwath2022-05-182-21/+219
* demangler: Reorganize for module demanglingNathan Sidwell2022-05-181-139/+83
* 'include/cuda/cuda.h': Add parts necessary for nvptx-tools 'nvptx-run'Thomas Schwinge2022-05-181-1/+10
* 'include/cuda/cuda.h': For C++, wrap in 'extern "C"'Thomas Schwinge2022-05-181-0/+8
* OpenMP: Add Fortran support for inoutset depend-kindTobias Burnus2022-05-1813-13/+221
* [Ada] Fix proof of runtime unit s-imageuClaire Dross2022-05-181-8/+1
* [Ada] qnx-7.1: warning in sigtramp-qnx.c __gnat_sigtrampDoug Rupp2022-05-181-1/+1
* [Ada] arm-qnx-7.1: stack-checking and sigtramp implementationDoug Rupp2022-05-181-43/+36
* [Ada] Adapt proof of double arithmetic runtime unitYannick Moy2022-05-181-16/+67
* [Ada] Fix proof of runtime unit s-valeuClaire Dross2022-05-181-4/+8
* [Ada] Make sure output variable is always initializedKévin Le Gouguec2022-05-181-0/+1
* [Ada] Disable Vet calls when container checks are disabledBob Duff2022-05-1817-17/+79
* [Ada] arm-qnx-7.1: undefined reference to fma* symbolsDoug Rupp2022-05-181-1/+4
* [Ada] Fix DWARF parsing for 32-bit targets on 64-bit hostsKévin Le Gouguec2022-05-181-25/+20
* [Ada] Improve error messages for occurrence of GNAT extensions without -gnatXGary Dismukes2022-05-189-36/+32
* [Ada] Fix Ada-QNX task priority conversionJohannes Kliemann2022-05-181-1/+1
* [Ada] Use specific predicate before manipulating BIP_Alloc_FormEric Botcazou2022-05-181-4/+2
* [Ada] Crash building VSS with compiler built with assertionsJavier Miranda2022-05-184-3/+17
* [Ada] Ada2022: AI12-0143 Index attribute for entry familiesJavier Miranda2022-05-185-1/+344
* [Ada] Fix proof of runtime unitsYannick Moy2022-05-183-0/+9
* [Ada] Errors missed on ACATS test B650007Arnaud Charlet2022-05-182-14/+7
* [Ada] Fix the parsing for delta aggregateMarc Poulhiès2022-05-183-1/+12
* [Ada] Secondary stack and a-tagsArnaud Charlet2022-05-183-66/+46
* [Ada] Fix problematic underflow for Float_Type'ValueEric Botcazou2022-05-182-1/+20
* [Ada] Spurious error on freezing of tagged types in SPARKYannick Moy2022-05-181-1/+11
* [Ada] Rework optimization skipping pragma check in object declarationMarc Poulhiès2022-05-182-4/+8
* [Ada] Fix internal error on subprogram instantiationEric Botcazou2022-05-182-1/+2
* [Ada] Overriding error on type derived from discriminated untagged private typeGary Dismukes2022-05-181-1/+9
* [Ada] Prevent overflow in computation of aggregate sizePiotr Trojanek2022-05-181-2/+2