aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-12-16C++: Fix solaris header use (mk 2)Nathan Sidwell1-0/+6
2020-12-16PR fortran/98284 - ICE in get_array_indexHarald Anlauf2-0/+19
2020-12-16varasm: Fix up __patchable_function_entries handlingJakub Jelinek1-3/+3
2020-12-16c++: Fix detailed-mem-stat breakageNathan Sidwell1-22/+25
2020-12-16Require .init_array/.fini_array support for SHF_GNU_RETAINH.J. Lu3-5/+16
2020-12-16Warn used and not used symbols in section with the same nameH.J. Lu5-3/+23
2020-12-16Switch to a new section if the SECTION_RETAIN bit doesn't matchH.J. Lu7-6/+130
2020-12-16c++: Fix (some) solaris breakageNathan Sidwell1-0/+9
2020-12-16[Ada] Code cleanup: rename ALI.ScopeArnaud Charlet4-9/+9
2020-12-16[Ada] Add contracts to Ada.Strings.FixedJoffrey Huguet1-46/+848
2020-12-16[Ada] Handle iterator filters on loop specifications over containersEd Schonberg1-1/+7
2020-12-16[Ada] armhf-linux: symbolic tracebacksDoug Rupp3-1/+10
2020-12-16[Ada] Fix memory leak in GNAT.Expect.Non_Blocking_Spawn on WindowsDmitriy Anisimkov1-0/+6
2020-12-16[Ada] Remove inconsistent colons in messages for Ada 83 violationsPiotr Trojanek3-3/+3
2020-12-16[Ada] Refine types of variables for parsing formal object declarationsPiotr Trojanek1-3/+3
2020-12-16[Ada] Fix typo in checks for implementation defined unitsPiotr Trojanek1-1/+1
2020-12-16[Ada] Simplify membership tests with N_Delay_Statement subtypePiotr Trojanek2-5/+2
2020-12-16[Ada] Simplify membership tests with N_Subprogram_Call subtypePiotr Trojanek5-9/+6
2020-12-16[Ada] Fix glitch in comment of System.Powten_TableEric Botcazou1-3/+3
2020-12-16[Ada] Fix possible uninitialized ATCB component usePhilippe Gil1-0/+1
2020-12-16[Ada] Avoid artificial underflow in System.Val_RealEric Botcazou1-6/+45
2020-12-16[Ada] Fix integer-vs-float errors in example for Test_Case pragmaPiotr Trojanek2-5/+5
2020-12-16[Ada] Reject junk syntax for Contract_Cases/Test_Case/Subprogram_VariantPiotr Trojanek2-8/+50
2020-12-16[Ada] Fix gmem.out corruption by GNAT.ExpectDmitriy Anisimkov4-12/+42
2020-12-16[Ada] Mark generic body outside of SPARKYannick Moy3-3/+3
2020-12-16[Ada] Another small adjustment to System.Value_REric Botcazou1-6/+12
2020-12-16[Ada] Add some OS constants to control serial portPascal Obry1-0/+35
2020-12-16bswap: Handle vector CONSTRUCTORs [PR96239]Jakub Jelinek2-5/+140
2020-12-16opts: Remove all usages of Report keyword.Martin Liska65-1383/+1383
2020-12-16Remove Report keyword for optionsMartin Liska4-10/+3
2020-12-16Add -Wtsan.Martin Liska4-1/+32
2020-12-16options: fix integer overflowMartin Liska2-3/+22
2020-12-16Fix PR tree-optimization/98272Eric Botcazou2-6/+29
2020-12-16rs6000: Use subreg for QI/HI vector initKewen Lin3-11/+5
2020-12-16arm: Replace calls to __builtin_vcgt* by <,> in arm_neon.h [PR66791]Prathamesh Kulkarni2-30/+28
2020-12-16arm: Replace calls to __builtin_vneg* by - in arm_neon.h [PR66791]Prathamesh Kulkarni2-9/+8
2020-12-16arm: Replace calls to __builtin_vcreate* in arm_neon.h [PR66791]Prathamesh Kulkarni2-12/+11
2020-12-16Daily bump.GCC Administrator7-1/+618
2020-12-15c++: Remove dg-ice in constexpr-52830.C [PR52830]Marek Polacek1-1/+0
2020-12-15match.pd: Optimize X / bool_range_Y to X [PR96094]Jakub Jelinek2-4/+43
2020-12-15d: Fix ICE in gimplify_expr, at gimplify.c (PR98277)Iain Buclaw2-21/+35
2020-12-15Go testsuite: update bugs for recent changeIan Lance Taylor2-2/+2
2020-12-15compiler: correct grammar in error messageIan Lance Taylor2-2/+2
2020-12-15compiler: avoid knock-on errors from invalid interfacesIan Lance Taylor3-9/+37
2020-12-15compiler: discard global sink variables with static initializersIan Lance Taylor4-2/+31
2020-12-15compiler: better error for unexpected digitIan Lance Taylor2-1/+8
2020-12-15c++: Fix return type deduction during satisfactionPatrick Palka2-2/+13
2020-12-15Add the -fdebug-aux-vars flag to debug variables generated by Fortran.Thomas Koenig3-1/+56
2020-12-15doc: Document C++ 20 modulesNathan Sidwell2-5/+434
2020-12-15c++: Modules Is LandingNathan Sidwell10-47/+19823