aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-04[Ada] Remove obsolete reference to gigi in commentEric Botcazou1-3/+0
2020-06-04[Ada] Implement AI12-0275 (Make subtype_mark optional in object renamings)Gary Dismukes4-7/+145
2020-06-04[Ada] Fix glitch for N_Delta_Aggregate/N_Case_Expression/N_Quantified_ExpressionEric Botcazou1-2/+4
2020-06-04[Ada] Avoid redefining IS_DIR_SEPARATOR macroArnaud Charlet1-6/+6
2020-06-04[Ada] Wrong walk order in Walk_Library_ItemsArnaud Charlet1-13/+30
2020-06-04[Ada] Import Adafinal as convention AdaArnaud Charlet1-1/+1
2020-06-04[Ada] Incorrect source line range on subprogram body with contractEd Schonberg1-0/+10
2020-06-04[Ada] Revamp dump and aux output namesAlexandre Oliva1-1/+4
2020-06-04[Ada] Set convention and inlined flag on default null procedureEric Botcazou2-1/+8
2020-06-04[Ada] Missing accessibility check on access discriminant in extended returnJustin Squirek1-22/+39
2020-06-04[Ada] Fix Is_Absolute_Path on WindowsDmitriy Anisimkov1-4/+8
2020-06-04[Ada] Update the documentation in checks.ads about range checksEric Botcazou1-25/+17
2020-06-04[Ada] Small tweak to special handling of private index typesEric Botcazou1-3/+6
2020-06-04[Ada] New procedure Register_Global_Unhandled_ActionArnaud Charlet5-10/+52
2020-06-04[Ada] Update URL and bug report instructionsArnaud Charlet1-4/+4
2020-06-04[Ada] Avoid buffer overflow in Long_Long_Float_Text_IOSteve Baird3-10/+10
2020-06-04[Ada] Remove System.Parameters.Single_LockArnaud Charlet33-1375/+283
2020-06-04[Ada] Continuation of "Get rid of more references to Universal_Integer"Arnaud Charlet2-6/+6
2020-06-04[Ada] Add another ad-hoc case to the Has_Private_View mechanismEric Botcazou1-0/+31
2020-06-04[Ada] Fix fallout of cleanup to Has_Private_View mechanismEric Botcazou1-0/+31
2020-06-04[Ada] Minor editorial fixesGary Dismukes1-2/+2
2020-06-04cselim: Extend to check non-trapping for more references [PR89430]Hao Liu8-63/+106
2020-06-04Fix missing assemble_external in ASM_OUTPUT_FDESCAndreas Schwab1-0/+1
2020-06-04Missing __divtf3@@GCC_4.4.0 on ia64Andreas Schwab3-3/+12
2020-06-04Fix uppercase in trunc<mode><pmov_dst_3>2.liuhongt2-3/+4
2020-06-04c++: Reject some further reinterpret casts in constexpr [PR82304, PR95307]Jakub Jelinek5-20/+38
2020-06-04Daily bump.GCC Administrator12-1/+531
2020-06-04Provide diagnostic hints for missing C++ cinttypes string constants.Mark Wielaard4-0/+84
2020-06-04Provide diagnostic hints for missing C inttypes.h string constants.Mark Wielaard5-1/+202
2020-06-04diagnostics: Add function call parens matching to c_parser.Mark Wielaard2-15/+57
2020-06-03optimize tanh(x) / sinh (x) to 1/ cosh (x)Vitor Guidi2-0/+45
2020-06-03Update gcc sv.po.Joseph Myers1-234/+153
2020-06-03identify lfs prefixed case PR95347Aaron Sawdey1-12/+25
2020-06-03c++: more constrained nested partial specializationPatrick Palka2-1/+15
2020-06-03c++: constrained nested partial specialization [PR92103]Patrick Palka2-9/+32
2020-06-03Optimize ODR enum streamingJan Hubicka13-89/+379
2020-06-03coroutines: Allow parameter packs in co_await/yield expressions [PR95345]Iain Sandoe2-24/+53
2020-06-03Fix missing dependencies for selftests which occasionally causes failed builds.Romain Naour1-2/+4
2020-06-03c++: Fix VLA in template [PR95232]Jason Merrill4-4/+35
2020-06-03Simple patch only add assumed-rank to the list of possible attributes.José Rui Faustino de Sousa2-1/+86
2020-06-03tree-optimization/95487 - use a truth type for scatter masksRichard Biener2-2/+26
2020-06-03jit: implement BT_CONST_VOLATILE_PTR [PR 95306]David Malcolm2-1/+4
2020-06-03tree-optimization/95495 - use SLP_TREE_REPRESENTATIVE in assertionRichard Biener2-1/+17
2020-06-03Prefer simple case changes in spelling suggestionsTom Tromey1-43/+79
2020-06-03simplify visited flag unsetting in SLP scalar cost computationRichard Biener1-5/+5
2020-06-03[OpenMP] Fix mapping of artificial variables (PR94874)Tobias Burnus14-5/+134
2020-06-03Cleanup LTO tag streaming.Jan Hubicka1-37/+35
2020-06-03[Ada] Fix for missing calls to Adjust primitive with nested genericsEric Botcazou1-126/+81
2020-06-03[Ada] Spurious ineffective with clause warnings on use type clauseJustin Squirek1-7/+18
2020-06-03[Ada] Small housekeeping work in Check_Private_ViewEric Botcazou1-19/+9