aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-15c++: module mapperNathan Sidwell4-1/+448
2020-12-15Add libcodyNathan Sidwell1-2/+6
2020-12-15c++: module-related tweakNathan Sidwell1-2/+2
2020-12-15[Ada] Fix serial port baud rate setting on GNU/LinuxPascal Obry1-8/+102
2020-12-15[Ada] Small adjustment to System.Val_RealEric Botcazou1-5/+4
2020-12-15[Ada] Simplify check for extra parensPiotr Trojanek1-7/+9
2020-12-15[Ada] Refactor repeated complains about missing -gnat2005 switchPiotr Trojanek9-156/+64
2020-12-15[Ada] Small adjustment to parameterization of System.Value_REric Botcazou7-23/+54
2020-12-15[Ada] Postcondition checks performed before finalizationJustin Squirek12-64/+998
2020-12-15[Ada] Complain about missing -gnat2020 switch on iterator_filterPiotr Trojanek1-6/+6
2020-12-15[Ada] Reuse Append_New in parsing aggregatesPiotr Trojanek1-30/+6
2020-12-15[Ada] Implement tiered support for floating-point input operationsEric Botcazou49-706/+1265
2020-12-15[Ada] Mark generic body outside of SPARKYannick Moy2-2/+2