aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-05-17[Ada] Provide allocation subtype for allocators of a Designated_Storage_Model...Gary Dismukes2-8/+44
2022-05-17[Ada] Cleanups related to front-end SJLJBob Duff8-75/+21
2022-05-17[Ada] GNAT.Binary_Search is not internalDmitriy Anisimkov1-0/+1
2022-05-17[Ada] Fix insertion of declaration inside quantified expressionYannick Moy1-1/+1
2022-05-17[Ada] Fix Forced sign flag in formatted stringMarc Poulhiès1-1/+1
2022-05-17[Ada] Fix small glitch in Expand_N_Full_Type_DeclarationEric Botcazou1-2/+1
2022-05-17[Ada] Requires_Cleanup_Actions and N_Protected_BodyBob Duff1-1/+0
2022-05-17[Ada] Output.w always writes to stderrBob Duff1-4/+42
2022-05-17[Ada] Generic binary search implementationDmitriy Anisimkov5-169/+412
2022-05-17[Ada] Fix bogus visibility error with partially parameterized formal packageEric Botcazou3-79/+167
2022-05-17[Ada] Take full view of private typeEtienne Servais1-1/+3
2022-05-17[Ada] Allow 'Reduce with -gnat2022Arnaud Charlet2-12/+1
2022-05-17[Ada] Don't create calls to Abort_Undefer when not Abort_AllowedGhjuvan Lacambre1-1/+3
2022-05-17[Ada] Typo fix in finalization commentMarc Poulhiès1-8/+8
2022-05-17[Ada] Initialize Compiler_State to avoid Constraint_ErrorEtienne Servais1-1/+1
2022-05-17[Ada] Deal with derived record types in Has_Compatible_RepresentationEric Botcazou1-0/+10
2022-05-17[Ada] Streamline implementation of Has_Compatible_RepresentationEric Botcazou4-49/+31
2022-05-17[Ada] Remove superfluous call to Original_NodeEtienne Servais1-1/+1
2022-05-17[Ada] Crash freezing declaration that will raise constraint errorJavier Miranda1-2/+6
2022-05-17[Ada] Spurious error on subprogram with class-wide preconditionsJavier Miranda2-0/+40
2022-05-17[Ada] Use Actions field of freeze nodes for subprogramsEric Botcazou4-11/+25
2022-05-17[Ada] Implement calls to abstract subprograms in class-wide pre/post-conditionsJavier Miranda1-2/+12
2022-05-17[Ada] Fix documentation of using attribute Loop_Entry in pragmasPiotr Trojanek2-8/+14
2022-05-17[Ada] Check token to be "access", reject it if notEtienne Servais1-0/+8
2022-05-17[Ada] Enable current value propagation within pragma expressionsPiotr Trojanek2-14/+1
2022-05-17forwprop: Fix a typo and comment formattingJakub Jelinek1-6/+6
2022-05-17Optimize vpermtiw/b to vpunpcklqdq for certain cases.liuhongt2-5/+86
2022-05-17Clamp vec_perm_expr index in simplify_bitfield_ref to avoid ICE.liuhongt2-5/+20
2022-05-17Daily bump.GCC Administrator12-1/+556
2022-05-16attribs: fix typedefs in generic code [PR105492]Jason Merrill2-10/+15
2022-05-16analyzer: implement four new warnings for <stdarg.h> misuses [PR105103]David Malcolm29-22/+2567
2022-05-16d: Merge upstream dmd 60bfa0ee7, druntime 94bd5bcb, phobos 3a1cd9a01.Iain Buclaw186-2145/+3516
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