aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-27[Ada] Implement AI12-0187 (Stable properties of abstract data types)Steve Baird8-39/+777
2020-11-27[Ada] Default_Initial_Condition assertion policy is now RM definedPiotr Trojanek2-54/+54
2020-11-27[Ada] Sync doc and code for pragma Assertion_PolicyPiotr Trojanek2-31/+37
2020-11-27[Ada] Assertion_Policy is not a valid assertion policyPiotr Trojanek1-1/+0
2020-11-27[Ada] Do not compile predefined units with -gnatp in gnatmakeEric Botcazou1-3/+3
2020-11-27[Ada] Restore general case for folding comparison of static stringsPiotr Trojanek3-63/+74
2020-11-27[Ada] Change parameter from access type to mode outPiotr Trojanek3-24/+24
2020-11-27[Ada] Move down call to Narrow_Large_Operation in Expand_N_Op_MultiplyEric Botcazou1-10/+10
2020-11-27[Ada] Reimplement Ada.Numerics.Big_Numbers.Big_Reals.Float_ConversionsEric Botcazou1-9/+168
2020-11-27[Ada] Optimize generation of checks for fixed-point typesEric Botcazou5-122/+139
2020-11-27[Ada] Simplify check for illegal non-returning proceduresPiotr Trojanek1-17/+11
2020-11-27[Ada] Abort defer mismatch with SJLJ exceptionsArnaud Charlet7-164/+7
2020-11-27[Ada] Emit error messages for null/generic nonreturning proceduresGhjuvan Lacambre1-4/+62
2020-11-27[Ada] Fix tree for expanded instantiations corresponding to formal packagesArnaud Charlet1-1/+1
2020-11-27[Ada] Adjust head comment of various subprograms in Exp_FixdEric Botcazou1-9/+8
2020-11-27[Ada] To_Big_Integer and 128bits integersArnaud Charlet3-4/+30
2020-11-27[Ada] Small tweaks to new implementation of Set_Image_FixedEric Botcazou1-14/+31
2020-11-27[Ada] Error in Big_Real comparisonArnaud Charlet1-4/+4
2020-11-27[Ada] Fix oversignt in genericized package System.Value_REric Botcazou1-3/+3
2020-11-27[Ada] Optimize magnitude of integer operations for fixed pointEric Botcazou1-17/+17
2020-11-26rs6000: Change rs6000_expand_vector_set paramXionghu Luo4-11/+13
2020-11-27This patch adds absolute jump table support for rs6000.Haochen Gui5-11/+76
2020-11-27Daily bump.GCC Administrator8-1/+707
2020-11-26libstdc++: Define (and use) _GLIBCXX_HAVE_ATOMIC_WAITJonathan Wakely7-65/+57
2020-11-26libstdc++: Only define std::latch if atomic waiting is availableJonathan Wakely2-4/+9
2020-11-26libstc++: Fix typo in new check_effective_target_gthreads procJonathan Wakely1-3/+5
2020-11-26libgfortran: Verify the presence of all functions for POSIX 2008 localeMaciej W. Rozycki4-9/+13
2020-11-26libgfortran: Correct FP feature macro checksMaciej W. Rozycki1-6/+6
2020-11-26libstdc++: Set dg-timeout-factor for some slow testsJonathan Wakely12-1/+13
2020-11-26libstdc++: Allow dejagnu tool_timeout to be overriddenJonathan Wakely1-1/+4
2020-11-26libstdc++: Fix some more deadlocks in tests [PR 97936]Jonathan Wakely4-4/+20
2020-11-26libstdc++: Add "futex" and "gthreads" effective-target keywordsJonathan Wakely3-8/+41
2020-11-26Fix PR target/96607Eric Botcazou3-54/+19
2020-11-26match.pd: Use ranges to optimize some x * y / y to x [PR97997]Jakub Jelinek3-3/+135
2020-11-26tree-optimization/97953 - fix bougs range recorded by EVRPRichard Biener2-1/+29
2020-11-26tree-optimization/98015 - fix VEC_COND_EXPR lowering conditionRichard Biener1-3/+3
2020-11-26Fix early-debug relocationsAndrew Stubbs1-5/+10
2020-11-26i386: Cleanup argument handling in ix86_expand_*_builtin functions.Uros Bizjak1-68/+44
2020-11-26dwarf: fix language_string for C2XMartin Liska1-1/+1
2020-11-26ada: c++: Get rid of libposix4, librt on SolarisRainer Orth7-183/+98
2020-11-26libstdc++: Fix undefined FILE* operations in testJonathan Wakely1-1/+2
2020-11-26libstdc++: Add new headers to stdc++.hJonathan Wakely2-3/+3
2020-11-26rs6000: Set param_vect_partial_vector_usage as 1 for P10Kewen Lin1-4/+7
2020-11-26gimple-fold: Use DECL_PADDING_P in __builtin_clear_paddingJakub Jelinek1-4/+2
2020-11-26match.pd: Avoid ICE with shifts [PR97979]Jakub Jelinek3-1/+22
2020-11-26Delete dead code in ix86_expand_special_args_builtinliuhongt1-39/+25
2020-11-26testsuite/98002 - fix gcc.dg/strncmp-2.cRichard Biener1-0/+1
2020-11-26Don't create location wrapper nodes within OpenACC clausesThomas Schwinge13-7/+718
2020-11-26i386: Use SDWIM mode iterator for abs and maxmin [PR97873]Uros Bizjak2-18/+45
2020-11-26[Ada] Ada.Numerics.Big_Numbers.Big_Reals.To_Big_Real looses precisionArnaud Charlet1-1/+9