aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-20testsuite: add missing dg-require-effective-target fpicMarc Poulhiès1-0/+1
2022-05-20libstdc++: Reduce <random> test iterations for simulatorsJonathan Wakely7-21/+76
2022-05-20AArch64: Improve rotate patternsWilco Dijkstra4-65/+461
2022-05-20AArch64: Cleanup CPU option processing codeWilco Dijkstra3-135/+32
2022-05-20Use "final" and "override" directly, rather than via macrosDavid Malcolm60-1345/+1345
2022-05-20libgomp: Add new runtime routines omp_target_memcpy_async and omp_target_memc...Marcel Vollweiler16-55/+950
2022-05-20libgcc: use __builtin_clz and __builtin_ctz in libbidChristophe Lyon1-47/+4
2022-05-20libgcc: Add support for HF mode (aka _Float16) in libbidChristophe Lyon10-5/+364
2022-05-20testsuite: Add C++ unwinding tests with Decimal Floating-PointChristophe Lyon3-0/+157
2022-05-20testsuite: enable more BID DFP tests for AArch64Christophe Lyon10-8/+30
2022-05-20testsuite: Add new tests for DFP under aarch64/aapcs64Christophe Lyon49-0/+1982
2022-05-20testsuite:: Fix pr39986.c testcase for AArch64Christophe Lyon1-11/+11
2022-05-20libgcc: enable DFP for AArch64Christophe Lyon1-0/+6
2022-05-20libgcc: Enable XF mode conversions to/from DFP modes only if supportedChristophe Lyon6-0/+12
2022-05-20aarch64: Add backend support for DFPChristophe Lyon3-51/+89
2022-05-20aarch64: Enable DFP (Decimal Floating-point) (BID format)Christophe Lyon4-4/+8
2022-05-20Disable snapshots from gcc-9Richard Biener1-1/+0
2022-05-20Daily bump.GCC Administrator5-1/+462
2022-05-19libstdc++: Avoid including <cstdint> for std::char_traitsJonathan Wakely7-14/+25
2022-05-19libstdc++: Only include <ext/atomicity.h> for COW stringJonathan Wakely2-1/+2
2022-05-19libstdc++: Ensure pmr aliases work without <memory_resource>Jonathan Wakely30-488/+551
2022-05-19PR middle-end/98865: Expand X*Y as X&-Y when Y is [0,1].Roger Sayle2-0/+86
2022-05-19[PATCH, rs6000] Remove the (no longer used) BTC defines.Will Schmidt2-51/+4
2022-05-19libstdc++: Implement LWG 3683 for pmr::polymorphic_allocatorJonathan Wakely2-0/+29
2022-05-19Fix OMP CAS expansion with separate conditionRichard Biener1-5/+6
2022-05-19Remove get_or_alloc_expression_idRichard Biener1-15/+3
2022-05-19[Ada] Avoid copy operation for returns involving function callsEric Botcazou2-0/+53
2022-05-19[Ada] Do not give warnings for compiler-generated entities by defaultEric Botcazou1-2/+5
2022-05-19[Ada] Small housekeeping work in gnat_gimplify_exprEric Botcazou1-71/+60
2022-05-19[Ada] Add support for "simd" function attributeEric Botcazou2-1/+55
2022-05-19[Ada] Fix internal error on unchecked union with component clauses (2)Eric Botcazou1-6/+23
2022-05-19[Ada] Do not set Current_Error_Node to a node without locationEric Botcazou1-1/+2
2022-05-19[Ada] Fix internal error on semi-circular record typesEric Botcazou1-8/+11
2022-05-19[Ada] Fix for internal error on semi-circular record aggregateEric Botcazou1-2/+12
2022-05-19[Ada] Adjust copyright lineEric Botcazou4-4/+4
2022-05-19[Ada] Preserve unchecked conversion of string constantEric Botcazou1-0/+7
2022-05-19[Ada] Remove redundant marking of illegal pragma with error postedPiotr Trojanek1-1/+0
2022-05-19[Ada] Fix continuation message without a prior errorPiotr Trojanek1-0/+2
2022-05-19[Ada] Mark Requires_Transient_Scope as InlineEric Botcazou1-0/+1
2022-05-19[Ada] Avoid internal compiler error for illegal Predicate_Failure aspect specSteve Baird1-1/+4
2022-05-19[Ada] Fix spurious violations of No_Secondary_Stack restrictionEric Botcazou3-6/+9
2022-05-19[Ada] Ignore Predicate_Failure in CodePeer modeDaniel Mercier1-0/+1
2022-05-19[Ada] Fix compilation of raise-gcc.c with -DSTANDALONE under windowsArnaud Charlet1-1/+1
2022-05-19[Ada] Preserve and reuse original type in Narrow_Large_OperationEric Botcazou1-2/+2
2022-05-19[Ada] Wrong interface dynamic dispatch via access parameterJavier Miranda1-52/+84
2022-05-19[Ada] Ignore Predicate_Failure in GNATprove modePiotr Trojanek1-1/+7
2022-05-19[Ada] Fix bug in handling of Predicate_Failure aspectSteve Baird11-577/+436
2022-05-19[Ada] Avoid copy operation for returns involving function callsEric Botcazou4-13/+12
2022-05-19[Ada] Fix invalid expanded code for entry familiesPiotr Trojanek1-0/+9
2022-05-19[Ada] Cleanup expansion of protected entry familiesPiotr Trojanek1-13/+7