aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-15[Ada] Refactor repeated code for Pred and Succ attributesPiotr Trojanek1-28/+7
2020-12-15[Ada] Refactor repeated code for size attributesPiotr Trojanek1-11/+6
2020-12-15[Ada] Refactor repeated code for fixed point attributesPiotr Trojanek1-3/+2
2020-12-15[Ada] Remove redundant calls to UI_To_Int in relational operandsPiotr Trojanek3-7/+5
2020-12-15[Ada] Refactor repeated code for component attributesPiotr Trojanek1-3/+2
2020-12-15[Ada] Refactor repeated code for real type attributes returning integersPiotr Trojanek1-5/+4
2020-12-15[Ada] Refactor repeated code for real type attributes returning booleansPiotr Trojanek1-5/+4
2020-12-15[Ada] Refactor repeated code for real type attributes returning realsPiotr Trojanek1-13/+8
2020-12-15[Ada] Refactor repeated code for floating point attributes returning realsPiotr Trojanek1-13/+10
2020-12-15[Ada] Refactor repeated code for floating point attributes returning intsPiotr Trojanek1-19/+14
2020-12-15[Ada] Refactor duplicated code for Denorm and Signed_Zeros attributesPiotr Trojanek1-4/+4
2020-12-15[Ada] Refactor duplicated code for Adjacent, Copy_Sign and RemainderPiotr Trojanek1-12/+7
2020-12-15[Ada] Refactor duplicated code for Compose, Leading_Part and ScalingPiotr Trojanek1-11/+6
2020-12-15i386: Fix up -march=x86-64-v[234] vs. target attribute [PR98274]Jakub Jelinek2-7/+15
2020-12-15lto: set nthreads_var to 1 if it is zeroMartin Liska1-0/+2
2020-12-15i386: Make -march=x86-64-v[234] behave more like other -march= optionsJakub Jelinek12-23/+47
2020-12-15gcov: fix line output for nested functions in JSON formatMartin Liska1-5/+13
2020-12-15libstdc++: Update link to Unicode-HOWTOGerald Pfeifer2-2/+2
2020-12-15doc: Update link to KernelAddressSanitizerGerald Pfeifer1-1/+1
2020-12-14gcc: xtensa: fix PR target/98285Max Filippov3-9/+68
2020-12-14go-test.exp: retain any characters at end of ERROR lineIan Lance Taylor1-2/+1
2020-12-15Fix up testcase.liuhongt1-1/+1
2020-12-15Daily bump.GCC Administrator10-1/+538
2020-12-15rs6000: Update the processor defaults for FreeBSDGerald Pfeifer1-3/+2
2020-12-14libstdc++: Make tests with Undefined Behavior in C++11 UNSUPPORTEDFrançois Dumont3-3/+3
2020-12-14aix: Fixinclude updates [PR98208]Ilya Leoshkevich3-3/+8
2020-12-14Correct/improve maybe_emit_free_warning (PR middle-end/98166, PR c++/57111, P...Martin Sebor20-250/+1657
2020-12-14disable --with-{cpu,arch,tune}-32Sebastian Pop1-10/+1
2020-12-14AArch64: Add support for --with-tuneWilco Dijkstra7-6/+54
2020-12-14gcov: Update comments.Martin Liska1-2/+3
2020-12-14[Ada] Analyze second parameter of attribute ScalingPiotr Trojanek1-0/+1
2020-12-14[Ada] Refactor duplicated code for First and Last attributesPiotr Trojanek1-12/+12
2020-12-14[Ada] Process Truncation just like other floating point attributesPiotr Trojanek1-4/+2
2020-12-14[Ada] Refactor duplicated code for floating point attributesPiotr Trojanek1-29/+16
2020-12-14[Ada] Small adjustments to fixed-point I/O unitsEric Botcazou6-46/+72
2020-12-14[Ada] Small cleanup in the Ada.Text_IO hierarchyEric Botcazou24-46/+46
2020-12-14[Ada] Incorrect accessibility level on type in formal packageJustin Squirek3-2/+30
2020-12-14[Ada] Fix alignment warning in System.Fat_Gen unitEric Botcazou1-0/+1
2020-12-14[Ada] Add annotation after recent compiler changesArnaud Charlet2-3/+4
2020-12-14[Ada] Fix compile time evaluation of shift intrinsicsArnaud Charlet1-1/+1
2020-12-14[Ada] Adjust again previous change to System.Fat_GenEric Botcazou1-3/+29
2020-12-14[Ada] Fix internal error on bit-packed array in Volatile_Full_Access recordEric Botcazou2-8/+12
2020-12-14[Ada] Adjust previous change to System.Fat_GenEric Botcazou1-2/+5
2020-12-14[Ada] Implement part of System.Fat_Gen more efficientlyEric Botcazou2-329/+267
2020-12-14[Ada] Remove double initialization of the known value cachePiotr Trojanek1-1/+1
2020-12-14[Ada] Fix documentation of -gnatw.K switch (activates => disables)Gary Dismukes2-3/+3
2020-12-14[Ada] armhf-linux: symbolic tracebacksDoug Rupp1-0/+7
2020-12-14[Ada] Implement AI12-0398-1/03Ghjuvan Lacambre3-5/+21
2020-12-14[Ada] Additional fixes for Default_Initial_ConditionGary Dismukes5-38/+74
2020-12-14[Ada] Fix couple of bugs in the implementation of Round attributeEric Botcazou3-39/+27