aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-06Use TYPE_MIN/MAX_VALUE in set_varying when possible.Andrew MacLeod1-2/+13
2021-10-06Ranger: More efficient zero/nonzero check.Andrew MacLeod1-2/+3
2021-10-06More consistently dump GIMPLE FE consumable stmtsRichard Biener3-29/+57
2021-10-06openmp: Optimize for OpenMP atomics 2x__builtin_clear_padding+__builtin_memcm...Jakub Jelinek1-2/+48
2021-10-06c++: Implement C++23 P2242R3 - Non-literal variables (and labels and gotos) i...Jakub Jelinek17-41/+353
2021-10-06libcpp: Implement C++23 P2334R1 - #elifdef/#elifndefJakub Jelinek13-4/+508
2021-10-06Fortran: Fix deprecate warning with parameterTobias Burnus2-1/+23
2021-10-06[gimple-isel] Remove redundant if condition.prathamesh.kulkarni1-3/+0
2021-10-05c++: defaulted <=> with bitfields [PR102490]Jakub Jelinek11-90/+328
2021-10-06Daily bump.GCC Administrator8-1/+455
2021-10-05Not add initialization for variables been initialized by FEs [PR102359]qing zhao3-1/+34
2021-10-05compiler: workaround for C++ build template matching quirkThan McIntosh2-3/+3
2021-10-05c++: Fix apply_identity_attributes [PR102548]Jakub Jelinek2-2/+14
2021-10-05Darwin, D: Fix bootstrap when target does not support -Bstatic/dynamic.Iain Sandoe1-0/+6
2021-10-05c++: unifying equal NONTYPE_ARGUMENT_PACKs [PR102547]Patrick Palka3-0/+48
2021-10-05Loosen loop crossing restriction in threader.Aldy Hernandez2-11/+68
2021-10-05libstdc++: Ensure std::span and std::string_view are trivially copyable (P225...Jonathan Wakely2-0/+24
2021-10-05Mark argument as unusedJan-Benedict Glaw1-1/+2
2021-10-05Fix s390 test to have pointer type for computed gotoJeff Law1-1/+1
2021-10-05Fix redefinition warningJan-Benedict Glaw1-0/+1
2021-10-05libstdc++: Simplify constraints for std::any constructionJonathan Wakely2-9/+6
2021-10-05libstdc++: Add test for std::cmp_greaterJonathan Wakely1-0/+61
2021-10-05libstdc++: Improve test for printing volatile pointersJonathan Wakely1-4/+8
2021-10-05Allow more kinds of invariant addresses in GIMPLE FERichard Biener2-5/+32
2021-10-05c++: templated static local var has value-dep addr [PR98930]Patrick Palka3-0/+35
2021-10-05gfortran.dg/gomp/pr43711.f90: Change dg-* for XFAIL->PASSTobias Burnus1-4/+4
2021-10-05Make flow of option processing more readily visibleRichard Biener1-24/+19
2021-10-05Amend function names with UID when dumping with TDF_UIDRichard Biener2-4/+21
2021-10-05More .DEFERRED_INIT expansion reworkRichard Biener3-14/+17
2021-10-05libstdc++: Fix testcase for newly-implemented C++20 semantics [PR102535]Jonathan Wakely1-1/+1
2021-10-05libstdc++: Add noexcept to some std::function internalsJonathan Wakely1-9/+9
2021-10-05libstdc++: Support printing volatile pointers (P1147R1)Jonathan Wakely2-0/+18
2021-10-05libstdc++: Update __cpp_lib_adaptor_iterator_pair_constructor valueJonathan Wakely5-5/+5
2021-10-05[Ada] Plug small loophole with boolean valuesEric Botcazou1-0/+1
2021-10-05[Ada] Do not unconditionally inline expression functions with -gnatd.8Eric Botcazou1-1/+1
2021-10-05[Ada] Fix latent bug in set_end_locus_from_nodeBob Duff1-1/+6
2021-10-05[Ada] Minor include directives placement adjustmentEric Botcazou2-2/+2
2021-10-05[Ada] introduce stack scrub (strub) featureAlexandre Oliva10-851/+1178
2021-10-05[Ada] Mark private component renaming as coming from sourceEric Botcazou1-6/+13
2021-10-05[Ada] Add comments in Ada.Task_InitializationArnaud Charlet1-1/+5
2021-10-05[Ada] Include errno.h in QNX specific part of the signal handlingCorentin Gay1-0/+1
2021-10-05[Ada] Remove left-overs of Unaligned_Valid attributeEric Botcazou2-3/+1
2021-10-05[Ada] Forbids use of Compile_Time_(Error|Warning) as configuration pragmaEtienne Servais5-142/+130
2021-10-05[Ada] Add sys/time.h #include for QNXCorentin Gay1-0/+1
2021-10-05[Ada] Issue a proper error message when no format specifier foundPascal Obry1-1/+1
2021-10-05[Ada] Fix negative numbers formatted with leading zeroPascal Obry1-1/+1
2021-10-05[Ada] Minor code clean-upPascal Obry1-1/+1
2021-10-05[Ada] Add missing functions to Wide_Wide_Characters HandlingEtienne Servais4-4/+90
2021-10-05[Ada] Improve error message on array aggregatesYannick Moy1-1/+1
2021-10-05[Ada] Front-end support for Storage_Model featureGary Dismukes9-5/+834