aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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-03use a bitmap obstack in the gori object instead of mallocAndrew MacLeod2-16/+14
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-03Do not call SCEV in loop_ranger::range_of_ssa_name.Aldy Hernandez3-22/+2
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
2020-06-03[Ada] Add detection of uninitialized big realsArnaud Charlet3-8/+39
2020-06-03[Ada] Remove more cases of empty loopsArnaud Charlet3-16/+113
2020-06-03[Ada] Support pragma Allow_Integer_Address on 64-bit targetsEric Botcazou4-11/+33
2020-06-03[Ada] Get rid of more references to Universal_Integer in expanded codeEric Botcazou2-6/+8
2020-06-03[Ada] Fix typosVadim Godunko3-3/+3
2020-06-03[Ada] Avoid creating temporaries in Universal_Integer, continuedEric Botcazou1-6/+9
2020-06-03[Ada] Update headersArnaud Charlet4-0/+16
2020-06-03[Ada] Small improvement to Expand_N_Unchecked_Type_ConversionEric Botcazou1-3/+3
2020-06-03[Ada] Improve handling of SPARK_Mode in generic instancesYannick Moy4-10/+39
2020-06-03[Ada] Initial infrastructure for adding a tree checkerArnaud Charlet5-2/+101
2020-06-03[Ada] Incorrect accessibility checking on aliased formalsJustin Squirek9-67/+134
2020-06-03[Ada] Improve 'Val implementation for some enumeration typesEric Botcazou3-158/+208
2020-06-03[Ada] Unnesting problems with expansion of Loop_Entry attributeGary Dismukes1-11/+25
2020-06-03[Ada] Minor change to comment in System.Regexp specBob Duff1-2/+4
2020-06-03[Ada] Get rid of more references to Universal_Integer in expanded codeEric Botcazou1-80/+128
2020-06-03[Ada] More efficient System.Random_Numbers.Random_Discrete for 32-bit typesEric Botcazou1-22/+67
2020-06-03[Ada] Debug info not available on subp having a class-wide preconditionGary Dismukes1-0/+7
2020-06-03[Ada] Fix missing overflow checks in analysis of predefined unitYannick Moy1-1/+9
2020-06-03[Ada] Fix typo in commentEric Botcazou1-1/+1
2020-06-03[Ada] Iterate with procedural versions of Next_... routines where possiblePiotr Trojanek24-70/+70
2020-06-03[Ada] Get rid of more references to Universal_Integer in expanded codeEric Botcazou2-2/+2
2020-06-03[Ada] Add Address_Int declaration in s-auxdec.adsArnaud Charlet1-0/+2
2020-06-03[Ada] Remove ASIS tree generationArnaud Charlet46-2280/+36
2020-06-03[Ada] Put a couple of options in alphabetical orderEric Botcazou1-9/+9
2020-06-03[Ada] Avoid creating temporaries in Universal_Integer for range checksEric Botcazou2-58/+91
2020-06-03[Ada] Remove -gnatt switch processingArnaud Charlet2-12/+0
2020-06-03[Ada] Minor tweaks in commentaryEric Botcazou1-5/+5
2020-06-03Daily bump.GCC Administrator7-1/+2408
2020-06-02jit: fix __builtin_unreachable [PR 95426]David Malcolm3-1/+511
2020-06-02c++: *this capture in const member fn [PR95193].Jason Merrill2-1/+13
2020-06-02[Ada] remove last traces of -auxbaseAlexandre Oliva2-2/+2
2020-06-02coroutines: Wrap co_await in a target expr where needed [PR95050]Iain Sandoe2-2/+76