aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-29[Ada] Fix internal consistency error with Duration and 32-bit target fileEric Botcazou1-0/+6
2021-04-29[Ada] Clean up Makefile.rtlArnaud Charlet1-13/+4
2021-04-29[Ada] Bad handling of array sliding in aggregateArnaud Charlet3-72/+71
2021-04-29[Ada] Ada 2020 AI12-0401: Renaming of qualified expression of variableArnaud Charlet1-9/+48
2021-04-29[Ada] System.Storage_Elements: cleanup commentPatrick Bernardi1-2/+1
2021-04-29[Ada] SPARK needs DIC expressions within partial DIC procedures for abstract ...Gary Dismukes1-1/+1
2021-04-29[Ada] Makefile.rtl:ADA_EXCLUDE_SRCS update after some System.GCC unit renamesJoel Brobecker1-2/+0
2021-04-29[Ada] Refine type of a local size variablePiotr Trojanek1-2/+2
2021-04-29[Ada] Couple of minor tweaks to Eval_Fat.SuccEric Botcazou1-2/+2
2021-04-29[Ada] Crash on predicated constrained out_parameterEd Schonberg1-0/+8
2021-04-29[Ada] Fix handling of visibility when categorization from pragmasPiotr Trojanek1-46/+53
2021-04-29[Ada] Extend Find_Related_Context to deal with child instancesPiotr Trojanek2-1/+12
2021-04-29[Ada] Consistent wording for permissible-vs-allowed prefixPiotr Trojanek2-21/+21
2021-04-29[Ada] Fix static computation of 'Succ for floating point without denormalsEric Botcazou1-9/+19
2021-04-29[Ada] Reimplement Pred and Succ atttributes for floating-point typesEric Botcazou1-162/+213
2021-04-29[Ada] Remove obsolete commentArnaud Charlet1-2/+0
2021-04-29[Ada] Spurious error on 'ImageArnaud Charlet1-0/+4
2021-04-29[Ada] AI12-0407: Fixups on Big_Integers and Big_RealsArnaud Charlet3-11/+12
2021-04-29[Ada] Warning for 'Class applied to untagged incomplete typeGary Dismukes1-9/+11
2021-04-29[Ada] Fixes in the use of spans for error locationsYannick Moy2-32/+181
2021-04-29[omp, simt] Fix expand_GOMP_SIMT_*Tom de Vries2-0/+36
2021-04-29tree-optimization/99912 - delete trivially dead stmts during DSERichard Biener5-20/+69
2021-04-29ipa/100308 - properly update the callgraph when pruning EH in IPA CPRichard Biener1-10/+13
2021-04-28PR middle-end/100250 - ICE related to -Wmaybe-uninitializedMartin Sebor2-1/+31
2021-04-28Move pass free_lang_data to its own file.Martin Sebor4-1251/+1297
2021-04-29c: C2x changes to function type compatibilityJoseph Myers5-2/+88
2021-04-29Daily bump.GCC Administrator12-1/+712
2021-04-28Fortran/OpenMP: Fix var-list expr parsing with array/dtTobias Burnus2-0/+14
2021-04-28aarch64: Remove unspecs from [su]qmovn RTL patternJonathan Wright3-10/+5
2021-04-28aarch64: Update attributes of arm_acle.h intrinsicsJonathan Wright1-23/+46
2021-04-28aarch64: Update attributes of arm_fp16.h intrinsicsJonathan Wright1-89/+178
2021-04-28aarch64: Use RTL builtins for vcvtx intrinsicsJonathan Wright4-18/+62
2021-04-28aarch64: Use RTL builtins for v[q]tbx intrinsicsJonathan Wright3-54/+30
2021-04-28aarch64: Use RTL builtins for v[q]tbl intrinsicsJonathan Wright2-81/+32
2021-04-28aarch64: Use RTL builtins for polynomial vsri[q]_n intrinsicsJonathan Wright2-77/+42
2021-04-28aarch64: Use RTL builtins for polynomial vsli[q]_n intrinsicsJonathan Wright3-49/+28
2021-04-28aarch64: Use RTL builtins for vpadal_[su]32 intrinsicsJonathan Wright3-16/+6
2021-04-28aarch64: Use RTL builtins for [su]paddl[q] intrinsicsJonathan Wright4-72/+31
2021-04-28aarch64: Use RTL builtins for vpaddq intrinsicsJonathan Wright3-53/+17
2021-04-28aarch64: Use RTL builtins for vq[r]dmulh[q]_n intrinsicsJonathan Wright3-48/+23
2021-04-28Update gcc .po files.Joseph Myers19-106875/+107860
2021-04-28Practical improvement to libgcc complex dividePatrick McGehearty6-30/+704
2021-04-28doc/install.texi: Document --enable-offload-defaulted config optionTobias Burnus1-0/+8
2021-04-28AVR cc0 conversionSenthil Kumar Selvaraj5-1183/+4111
2021-04-28libstdc++: Add testcase for std::pair as a structural type [PR 97930]Jonathan Wakely1-0/+9
2021-04-28omit frame pointer in pr89676Alexandre Oliva1-1/+1
2021-04-28fix asm-not pattern in dwarf2/inline5.cAlexandre Oliva1-1/+1
2021-04-28arm: fix UB due to missing mode check [PR100311]Richard Earnshaw1-1/+1
2021-04-28libstdc++: Simplify std::pair constraints using conceptsJonathan Wakely3-38/+193
2021-04-28libstdc++: Deprecate non-standard std::pair constructors [PR 99957]Jonathan Wakely4-77/+124