aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-16Finish gimple_build API enhancementRichard Biener3-149/+254
2022-05-16Move code_helper to tree.hRichard Biener2-49/+49
2022-05-16rtl-optimization/105577 - testcase for the PRRichard Biener1-0/+156
2022-05-16ipa/105598 - testcase for PR105598Richard Biener1-0/+32
2022-05-16opts-global.cc: document last changeMartin Liska1-0/+2
2022-05-16Do not use DW_OP_not for TRUTH_NOT_EXPR in conditional expressionsEric Botcazou1-0/+17
2022-05-16[Ada] Fix fallout of change in equality for untagged record typesEric Botcazou1-3/+27
2022-05-16[Ada] Fix expansion of attribute Loop_Entry wrt value propagationPiotr Trojanek1-10/+18
2022-05-16[Ada] Remove useless code related to current value propagationPiotr Trojanek1-1/+0
2022-05-16[Ada] Type invariant or postcondition may cause uninitialized memory readsJustin Squirek1-8/+27
2022-05-16[Ada] Freeze target type on qualified expression expansionEtienne Servais1-0/+2
2022-05-16[Ada] Fix proof of double arithmetic unitsYannick Moy1-0/+2
2022-05-16[Ada] Don't crash on ghost packages when emitting CUDA symbols in ALI filesGhjuvan Lacambre1-1/+3
2022-05-16[Ada] GNAT.Debug_Pools: Improve documentation of the Stack_Trace_Depth parameterJoel Brobecker1-3/+8
2022-05-16[Ada] sigaction result not properly checked in __gnat_install_handler (QNX)Joel Brobecker1-6/+6
2022-05-16[Ada] Fix thinko in QNX's implementation of __gnat_install_handlerJoel Brobecker1-1/+1
2022-05-16[Ada] Add <stdlib.h> #include in cstreams.cJoel Brobecker1-0/+1
2022-05-16[Ada] replace call to bzero in terminals.c by call to memsetJoel Brobecker1-8/+9
2022-05-16[Ada] Revise Storage_Model_Support operations to do checks and take objects a...Gary Dismukes2-120/+143
2022-05-16[Ada] Handle case-expression inside if-expression in -gnato2Etienne Servais1-0/+5
2022-05-16[Ada] Update comment justifying non-inlining for proof inside genericsYannick Moy1-2/+3
2022-05-16[Ada] Fix iterated element association loop var escaping loop scopeMarc Poulhiès1-11/+29
2022-05-16[Ada] Fix internal error on iterated array aggregateEric Botcazou1-6/+11
2022-05-16[Ada] Accept calls to abstract subprograms in class-wide pre/post-conditionsJavier Miranda1-6/+14
2022-05-16[Ada] Fix internal error on mix of controlled and protected typesEric Botcazou1-1/+1
2022-05-16[Ada] Fix internal error on predicate aspect with iteratorEric Botcazou4-56/+38
2022-05-16[Ada] Implement component finalization ordering rules for type extensionsSteve Baird1-5/+47
2022-05-16[Ada] Fix implementation issues with equality for untagged record typesEric Botcazou17-332/+317
2022-05-16[Ada] Remove duplicated detection of user-defined equalityPiotr Trojanek1-21/+3
2022-05-16[Ada] Improve building of untagged equalityPiotr Trojanek1-0/+1
2022-05-16[Ada] Map gnatlib-shared to gnatlib-shared-dual for aarch64-vx7r2Olivier Hainque1-1/+1
2022-05-16[Ada] Couple of small consistency tweaksEric Botcazou1-6/+24
2022-05-16[Ada] Fix spurious error on limited view with incomplete typeEric Botcazou7-148/+243
2022-05-16[Ada] Pick volatile refinement property of a subtype from its base typePiotr Trojanek1-1/+9
2022-05-16[Ada] Clarify code for detecting volatile refinement propertiesPiotr Trojanek1-2/+2
2022-05-16[Ada] Remove duplicated code for detecting enabled pragmasPiotr Trojanek1-44/+4
2022-05-16Use more ARRAY_SIZE.Martin Liska55-121/+94
2022-05-16OpenMP, C++: Add template support for the has_device_addr clause.Marcel Vollweiler5-2/+123
2022-05-16Fix ubsan error in opts-global.ccMartin Liska1-1/+1
2022-05-16Add MIN/MAX folding from fold_cond_expr_with_comparison to match.pdRichard Biener1-0/+46
2022-05-16Fix ICE caused by wrong condition.liuhongt2-7/+13
2022-05-16Daily bump.GCC Administrator4-1/+57
2022-05-15i386: Remove constraints when used with constant integer predicates.Uros Bizjak5-249/+249
2022-05-15c++: hidden friend access [DR1699]Jason Merrill5-11/+27
2022-05-15c++: parsing injected-class-name as templateJason Merrill1-0/+3
2022-05-15c++: array {}-init [PR105589]Jason Merrill2-4/+14
2022-05-15Daily bump.GCC Administrator1-1/+1
2022-05-14Daily bump.GCC Administrator12-1/+874
2022-05-13c++: Add fixed test [PR81952]Marek Polacek1-0/+22
2022-05-13compiler: always sort interface parse methodsIan Lance Taylor4-52/+289