aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-28aarch64: Fix address mode for vec_concat pattern [PR100305]Richard Sandiford2-0/+15
2021-04-28offload-defaulted: Config option to silently ignore uninstalled offload compi...Tobias Burnus12-6/+100
2021-04-28libstdc++: Define __cpp_lib_constexpr_string macroJonathan Wakely5-4/+41
2021-04-28libstdc++: Reduce output of 'make doc-pdf-doxygen'Jonathan Wakely2-6/+8
2021-04-28libstdc++: Add missing noexcept on std::thread member function [PR 100298]Jonathan Wakely1-1/+1
2021-04-28Fortran: Fix double function call with -fcheck=pointer [PR]José Rui Faustino de Sousa2-5/+61
2021-04-28c++: Remove #error for release buildsJakub Jelinek1-2/+0
2021-04-28tree-optimization/100292 - avoid invalid GIMPLE from vector loweringRichard Biener2-3/+14
2021-04-28[Ada] Style fixes related to calls to List_LengthPiotr Trojanek2-2/+8
2021-04-28[Ada] Adjust List_Length descriptionPiotr Trojanek1-3/+3
2021-04-28[Ada] Fix recent optimization in evaluation of selected component for GNATproveArnaud Charlet1-1/+3
2021-04-28[Ada] Fix computation of Prec/Succ of zero without denormalsEric Botcazou1-2/+31
2021-04-28[Ada] Remove redundant assignment in Formal_Is_Used_OncePiotr Trojanek1-6/+3
2021-04-28[Ada] Install_Restricted_Handlers: define Prio parameter as Interrupt_PriorityPatrick Bernardi6-6/+6
2021-04-28[Ada] Simplify data structures for overloaded interpretationsPiotr Trojanek2-121/+50
2021-04-28[Ada] Replace dubious use of Traverse_Func with Traverse_ProcPiotr Trojanek1-9/+2
2021-04-28[Ada] Consistent diagnostic on missing -gnat2020 switch for aspectsPiotr Trojanek1-9/+2
2021-04-28[Ada] Refactor repeated checks for the expression of aspect StaticPiotr Trojanek1-15/+13
2021-04-28[Ada] More precise error about aspects conflicting with StaticPiotr Trojanek1-1/+2
2021-04-28[Ada] Simplify folding of selected components with qualified prefixesPiotr Trojanek1-5/+1
2021-04-28[Ada] Eliminate early roundoff error for Long_Long_Float on x86Eric Botcazou1-16/+84
2021-04-28[Ada] Use spans instead of locations for compiler diagnosticsYannick Moy14-156/+479
2021-04-28[Ada] Assert failure on complex code with private type and discriminantArnaud Charlet1-1/+3
2021-04-28[Ada] AI12-0397: Default_Initial_Condition expressions for derived typesGary Dismukes3-6/+105
2021-04-28[Ada] Crash on inherited component in type extension in generic unit.Ed Schonberg1-1/+6
2021-04-28[Ada] Crash with declare expression used in a postconditionArnaud Charlet3-7/+15
2021-04-28[Ada] Incorrect discriminant check on call to access to subprogramArnaud Charlet3-9/+38
2021-04-28[Ada] Remove double initialization of interpretation tablesPiotr Trojanek5-9/+5
2021-04-28[Ada] Update reference with description of type resolutionPiotr Trojanek2-2/+2
2021-04-28[Ada] Improve error message for ghost in predicateYannick Moy1-0/+50
2021-04-28[Ada] Couple of adjustments for the sake of static analyzersEric Botcazou2-1/+5
2021-04-28[Ada] Extend compile-time evaluation in case statements to all objectsPiotr Trojanek1-2/+2
2021-04-28[Ada] Cleanups related to entry barrier conditionsPiotr Trojanek1-4/+4
2021-04-28[Ada] Incorrect error with Default_Value on private/modular typeBob Duff1-22/+15
2021-04-28[Ada] Remove unused subprogramsArnaud Charlet3-505/+8
2021-04-28[Ada] Bad handling of 'Valid_Scalars and arraysArnaud Charlet3-27/+72
2021-04-28[Ada] Fix the Sphinx configuration and port it to Python3Arnaud Charlet3-16/+90
2021-04-28[Ada] Hashed container Cursor type predefined equality non-conformanceRichard Wai7-6/+207
2021-04-28Avoid creating useless local bounds around callsEric Botcazou3-21/+64
2021-04-28Get rid of useless temporary for call to pure functionEric Botcazou1-9/+85
2021-04-28Fix loss of optimization of array iteration due to inliningEric Botcazou4-58/+121
2021-04-27libstdc++: Fix various bugs in ranges_algo.h [PR100187, ...]Patrick Palka1-9/+9
2021-04-28Daily bump.GCC Administrator6-1/+372
2021-04-27aix: Alias -m64 to -maix64 and -m32 to -maix32.David Edelsohn2-0/+12
2021-04-27c++: -Wdeprecated-copy and using operator= [PR92145]Jason Merrill2-1/+37
2021-04-27c++: Fix Bases(args...)... base initialization [PR88580]Patrick Palka2-8/+38
2021-04-27libstdc++: Fix up lambda in join_view::_Iterator::operator++ [PR100290]Patrick Palka2-1/+12
2021-04-27VAX: Accept ASHIFT in address expressionsMaciej W. Rozycki1-13/+21
2021-04-27VAX: Fix ill-formed `jbb<ccss>i<mode>' insn operandsMaciej W. Rozycki1-6/+4
2021-04-27VAX: Remove dead `adjacent_operands_p' functionMaciej W. Rozycki2-74/+0