aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-19[Ada] Remove remaining references to gnatfind/gnatxrefArnaud Charlet11-4892/+16
2022-05-19[Ada] Fix proof of runtime unit a-strfix and a-strsupClaire Dross2-0/+22
2022-05-19[Ada] Support Ada 2022 null array aggregatesEd Schonberg7-18/+197
2022-05-19[Ada] Further adapt proof of double arithmetic runtime unitYannick Moy1-4/+171
2022-05-19[Ada] Improve optimization of "=" on bit-packed arraysBob Duff2-8/+17
2022-05-19[Ada] Casing style on record componentsBob Duff5-16/+20
2022-05-19[Ada] Get rid of secondary stack for controlled componentsEric Botcazou18-164/+334
2022-05-19[Ada] Small housekeeping work continuedEric Botcazou1-50/+50
2022-05-19[Ada] Small housekeeping workEric Botcazou1-44/+39
2022-05-19[Ada] Do not override inlining heuristics for expression functions at -OsEric Botcazou2-7/+9
2022-05-19[Ada] Remove dead code for scope entity having E_Subprogram_Body kindPiotr Trojanek1-4/+0
2022-05-19PR105647 Update pr105169* so it does not fail on powerpc64leGiuliano Belinassi2-4/+4
2022-05-19analyzer: update docs about -fanalyzer-checker=taintDavid Malcolm1-0/+2
2022-05-19cfgexpand: Yet another spot with debug insns references to global vars withou...Jakub Jelinek2-0/+26
2022-05-19pointer-query: Fix ICE with non-pointer param [PR105635]Jakub Jelinek2-1/+12
2022-05-18compiler: traverse expressions when exporting constantsJulia Lapenko2-1/+29
2022-05-19Daily bump.GCC Administrator11-1/+463
2022-05-18c: Implement new -Wenum-int-mismatch warning [PR105131]Marek Polacek10-3/+177
2022-05-18Revert move of g++.dg/pr69667.CPaul A. Clarke1-1/+2
2022-05-18x86: Fix -fsplit-stack feature detection via TARGET_CAN_SPLIT_STACKUros Bizjak2-4/+6
2022-05-18Correct ix86_rtx_cost for multi-word multiplication.Roger Sayle1-1/+11
2022-05-18Avoid andn and generate shorter not;and with -Oz on x86.Roger Sayle2-0/+49
2022-05-18c, c++: -Wswitch warning on [[maybe_unused]] enumerator [PR105497]Marek Polacek3-2/+90
2022-05-18c++: fix SIGFPE with -Wclass-memaccess [PR105634]Marek Polacek8-0/+15
2022-05-18Reduce usage of limited_with clauses with -fdump-ada-specEric Botcazou1-5/+27
2022-05-18testsuite/rs6000: Move pr83660.C to g++.targetKewen Lin1-0/+0
2022-05-18graphite: Extend SCoP detection dump outputFrederik Harwath2-21/+219
2022-05-18demangler: Reorganize for module demanglingNathan Sidwell1-139/+83
2022-05-18'include/cuda/cuda.h': Add parts necessary for nvptx-tools 'nvptx-run'Thomas Schwinge1-1/+10
2022-05-18'include/cuda/cuda.h': For C++, wrap in 'extern "C"'Thomas Schwinge1-0/+8
2022-05-18OpenMP: Add Fortran support for inoutset depend-kindTobias Burnus13-13/+221
2022-05-18[Ada] Fix proof of runtime unit s-imageuClaire Dross1-8/+1
2022-05-18[Ada] qnx-7.1: warning in sigtramp-qnx.c __gnat_sigtrampDoug Rupp1-1/+1
2022-05-18[Ada] arm-qnx-7.1: stack-checking and sigtramp implementationDoug Rupp1-43/+36
2022-05-18[Ada] Adapt proof of double arithmetic runtime unitYannick Moy1-16/+67
2022-05-18[Ada] Fix proof of runtime unit s-valeuClaire Dross1-4/+8
2022-05-18[Ada] Make sure output variable is always initializedKévin Le Gouguec1-0/+1
2022-05-18[Ada] Disable Vet calls when container checks are disabledBob Duff17-17/+79
2022-05-18[Ada] arm-qnx-7.1: undefined reference to fma* symbolsDoug Rupp1-1/+4
2022-05-18[Ada] Fix DWARF parsing for 32-bit targets on 64-bit hostsKévin Le Gouguec1-25/+20
2022-05-18[Ada] Improve error messages for occurrence of GNAT extensions without -gnatXGary Dismukes9-36/+32
2022-05-18[Ada] Fix Ada-QNX task priority conversionJohannes Kliemann1-1/+1
2022-05-18[Ada] Use specific predicate before manipulating BIP_Alloc_FormEric Botcazou1-4/+2
2022-05-18[Ada] Crash building VSS with compiler built with assertionsJavier Miranda4-3/+17
2022-05-18[Ada] Ada2022: AI12-0143 Index attribute for entry familiesJavier Miranda5-1/+344
2022-05-18[Ada] Fix proof of runtime unitsYannick Moy3-0/+9
2022-05-18[Ada] Errors missed on ACATS test B650007Arnaud Charlet2-14/+7
2022-05-18[Ada] Fix the parsing for delta aggregateMarc Poulhiès3-1/+12
2022-05-18[Ada] Secondary stack and a-tagsArnaud Charlet3-66/+46
2022-05-18[Ada] Fix problematic underflow for Float_Type'ValueEric Botcazou2-1/+20