On 2/22/20 6:49 PM, Segher Boessenkool wrote: > On Sat, Feb 22, 2020 at 06:25:43PM -0600, Peter Bergner wrote: >> Is this still ok for GCC 8 & 9? > > Please do each of those backports as separate commits (so that if there > is a problem with them, we can bisect it; it also should be easier to do > this way, even :-) )
Ok, done. Although, I committed the get_vector_offset() addition and typo fix together, since they are tied to each other. >> PR target/93568 >> * config/rs6000/rs6000.c (get_vector_offset): Fix > > (This changelog was committed truncated like this... If you can find a > fuller version, please use that, but don't bother too much). I couldn't find any non-truncated text for the ChangeLog entry, so I just wrote some verbiage for it myself. > All those are okay to backport. Thanks! Committed and pushed as 3 separate commits to each release branch. Thanks! Peter