aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-05-10[Ada] Failure compiling "for ... of" loop over a sliceSteve Baird1-8/+18
2022-05-10[Ada] Fix comment about building names in task arraysPiotr Trojanek1-5/+5
2022-05-10[Ada] Simplify conversion from Character to Char_CodePiotr Trojanek6-17/+17
2022-05-10Fix internal error with vectorization on SPARCEric Botcazou2-2/+33
2022-05-10middle-end/70090: Dynamic sizes for -fsanitize=object-sizeSiddhesh Poyarekar2-6/+52
2022-05-10c++: fix arm-eabi crash building libstdc++ [PR105529]Jason Merrill5-45/+36
2022-05-10rs6000: avoid peeking eof after __vectorJiufu Guo2-4/+11
2022-05-10Daily bump.GCC Administrator9-1/+544
2022-05-09Update gcc.po filesJoseph Myers19-78532/+79044
2022-05-09c++: Implement P2324R2, labels at the end of compound-stmts [PR103539]Marek Polacek3-9/+175
2022-05-09Fortran: check for non-optional spaces between adjacent keywordsHarald Anlauf3-22/+37
2022-05-09testsuite: Silence analyzer/pr51628-30.c for default_packedDimitar Dimitrov1-0/+1
2022-05-09testsuite: Remove superfluous semicolon [PR105256]Jakub Jelinek1-1/+1
2022-05-09i386: Adjust -fzero-call-used-regs to always use XOR [PR101891]Qing Zhao26-192/+180
2022-05-09c++: constexpr init of union sub-aggr w/ base [PR105491]Patrick Palka15-43/+116
2022-05-09Implement permutation with pslldq + psrldq + por when pshufb is not available.liuhongt3-0/+347
2022-05-09[c++][NFC] Rename Attached to KeyedNathan Sidwell4-40/+40
2022-05-09Simplify STATIC_ASSERT macro.Martin Liška2-6/+2
2022-05-09tree-optimization/105517 - avoid offset truncation during VNRichard Biener2-2/+25
2022-05-09Remove GIMPLE restriction of ! using match.pd patternsRichard Biener1-11/+1
2022-05-09Optimize vec_setv8{hi,hf}_0 + pmovzxbq to pmovzxbq.liuhongt2-4/+65
2022-05-09[Ada] Suggest use of First_Valid/Last_Valid on type with static predicateYannick Moy1-0/+25
2022-05-09[Ada] Raise Constraint_Error when converting negative values to Char_CodePiotr Trojanek1-21/+8
2022-05-09[Ada] Simplify conversions from Uint to Char_CodePiotr Trojanek2-4/+3
2022-05-09[Ada] Fix invalid memory access on finalization of class-wide typeJustin Squirek3-17/+106
2022-05-09[Ada] Fully qualify name in JSON representation infoEtienne Servais1-3/+5
2022-05-09[Ada] Remove extra space around binary operatorsPiotr Trojanek13-24/+24
2022-05-09[Ada] Remove CodePeer annotations for pragma Loop_VariantPiotr Trojanek1-3/+0
2022-05-09[Ada] Prevent inlining-for-proof for calls inside ELSIF conditionPiotr Trojanek3-28/+49
2022-05-09[Ada] Remove redundant guards for empty listPiotr Trojanek2-12/+4
2022-05-09[Ada] Fix missing error on actual for In/Out parameterEric Botcazou1-3/+1
2022-05-09[Ada] Fix indentation of "Start of processing for ..." labelsPiotr Trojanek13-14/+12
2022-05-09[Ada] Improve error messages to include full package nameJustin Squirek6-32/+120
2022-05-09[Ada] Set Error_Msg_Warn before use of << insertionYannick Moy1-0/+1
2022-05-09[Ada] Properly handle unprefixed references to componentsSteve Baird1-17/+16
2022-05-09[Ada] Fix package installation for private array type of private elementEd Schonberg1-1/+14
2022-05-09[Ada] Fix internal error on declaration of derived discriminated record typeEric Botcazou2-38/+46
2022-05-09[Ada] Fix visibility inside declare_expressionEd Schonberg1-2/+15
2022-05-09[Ada] Fix check for looking for user defined literalsEd Schonberg1-1/+3
2022-05-09[Ada] Refine description of SPARK with static Boolean expressionsPiotr Trojanek2-28/+28
2022-05-09[Ada] Allow Big_Integer in loop and subprogram variantsPiotr Trojanek6-7/+137
2022-05-09[Ada] Add utility to preanalyze assert expression without forcing its typePiotr Trojanek2-0/+38
2022-05-09[Ada] Revamp type resolution for comparison and equality operatorsEric Botcazou10-1256/+1056
2022-05-09[Ada] Use "aspect" instead of "pragma" in warningsBob Duff5-17/+19
2022-05-09[Ada] vx21.07: stack-checking on ppcDoug Rupp1-16/+22
2022-05-09[Ada] Remove gnattest section from gnat user guideFedor Rybin1-917/+0
2022-05-09[Ada] Remove repeated analysis of attribute prefixesPiotr Trojanek1-8/+0
2022-05-09[Ada] Remove redundant call to Set_Etype for attribute Bit_OrderPiotr Trojanek1-1/+0
2022-05-09[Ada] Remove doubly-negated tests for empty listsPiotr Trojanek2-3/+2
2022-05-09[Ada] Remove unused parameter from __gnat_killDmitriy Anisimkov3-12/+12