* Backports to 6 (and 7, and 5)
@ 2017-06-26 22:31 Segher Boessenkool
2017-06-27 7:18 ` Richard Biener
0 siblings, 1 reply; 4+ messages in thread
From: Segher Boessenkool @ 2017-06-26 22:31 UTC (permalink / raw)
To: gcc-patches; +Cc: jakub, rguenther, dje.gcc, wschmidt, Segher Boessenkool
Hi!
I'd like to backport the following patches to 7, 6, and where
applicable 5 (some are in 7 already).
https://gcc.gnu.org/ml/gcc-patches/2017-05/msg02107.html
Fix expand_builtin_atomic_fetch_op for pre-op (PR80902)
https://gcc.gnu.org/ml/gcc-patches/2017-05/msg01404.html
Fix comparison of decimal float zeroes (PR80692)
https://gcc.gnu.org/ml/gcc-patches/2017-04/msg00819.html
IRA: Don't create new regs for debug insns (PR80429)
https://gcc.gnu.org/ml/gcc-patches/2016-08/msg01050.html
lra: A multiple_sets is not a simple_move_p (PR73650)
https://gcc.gnu.org/ml/gcc-patches/2016-11/msg01853.html
https://gcc.gnu.org/ml/gcc-patches/2016-11/msg01923.html
https://gcc.gnu.org/ml/gcc-patches/2016-11/msg02048.html
https://gcc.gnu.org/ml/gcc-patches/2016-11/msg02606.html
bb-reorder: Improve compgotos pass (PR71785)
https://gcc.gnu.org/ml/gcc-patches/2017-05/msg00003.html
simplify-rtx: Fix compare of comparisons (PR60818)
Are those okay to backport?
And, rs6000 patches:
https://gcc.gnu.org/ml/gcc-patches/2017-06/msg00567.html
rs6000: Don't add an immediate to r0 (PR80966)
https://gcc.gnu.org/ml/gcc-patches/2017-05/msg02408.html
rs6000: Don't write "nor" as (not (ior () ())) (PR80618)
https://gcc.gnu.org/ml/gcc-patches/2017-04/msg00568.html
rs6000: Enforce quad_address_p in TImode atomic_load/store (PR80382)
https://gcc.gnu.org/ml/gcc-patches/2017-01/msg01543.html
rs6000: Small varargs for BE SVR4 (PR61729, PR77850)
Segher
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Backports to 6 (and 7, and 5)
2017-06-26 22:31 Backports to 6 (and 7, and 5) Segher Boessenkool
@ 2017-06-27 7:18 ` Richard Biener
2017-06-27 16:02 ` Segher Boessenkool
0 siblings, 1 reply; 4+ messages in thread
From: Richard Biener @ 2017-06-27 7:18 UTC (permalink / raw)
To: Segher Boessenkool; +Cc: gcc-patches, jakub, dje.gcc, wschmidt
On Mon, 26 Jun 2017, Segher Boessenkool wrote:
> Hi!
>
> I'd like to backport the following patches to 7, 6, and where
> applicable 5 (some are in 7 already).
>
>
> https://gcc.gnu.org/ml/gcc-patches/2017-05/msg02107.html
> Fix expand_builtin_atomic_fetch_op for pre-op (PR80902)
>
> https://gcc.gnu.org/ml/gcc-patches/2017-05/msg01404.html
> Fix comparison of decimal float zeroes (PR80692)
>
> https://gcc.gnu.org/ml/gcc-patches/2017-04/msg00819.html
> IRA: Don't create new regs for debug insns (PR80429)
>
> https://gcc.gnu.org/ml/gcc-patches/2016-08/msg01050.html
> lra: A multiple_sets is not a simple_move_p (PR73650)
The above look ok.
> https://gcc.gnu.org/ml/gcc-patches/2016-11/msg01853.html
> https://gcc.gnu.org/ml/gcc-patches/2016-11/msg01923.html
> https://gcc.gnu.org/ml/gcc-patches/2016-11/msg02048.html
> https://gcc.gnu.org/ml/gcc-patches/2016-11/msg02606.html
> bb-reorder: Improve compgotos pass (PR71785)
It's not clear this fixes a regression and as it is
a missed-optimization I'd not backport it at this point in time
(I understand it's in GCC 7 already).
> https://gcc.gnu.org/ml/gcc-patches/2017-05/msg00003.html
> simplify-rtx: Fix compare of comparisons (PR60818)
Ok.
Thanks,
Richard.
>
> Are those okay to backport?
>
>
> And, rs6000 patches:
>
> https://gcc.gnu.org/ml/gcc-patches/2017-06/msg00567.html
> rs6000: Don't add an immediate to r0 (PR80966)
>
> https://gcc.gnu.org/ml/gcc-patches/2017-05/msg02408.html
> rs6000: Don't write "nor" as (not (ior () ())) (PR80618)
>
> https://gcc.gnu.org/ml/gcc-patches/2017-04/msg00568.html
> rs6000: Enforce quad_address_p in TImode atomic_load/store (PR80382)
>
> https://gcc.gnu.org/ml/gcc-patches/2017-01/msg01543.html
> rs6000: Small varargs for BE SVR4 (PR61729, PR77850)
>
>
> Segher
>
>
--
Richard Biener <rguenther@suse.de>
SUSE LINUX GmbH, GF: Felix Imendoerffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nuernberg)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Backports to 6 (and 7, and 5)
2017-06-27 7:18 ` Richard Biener
@ 2017-06-27 16:02 ` Segher Boessenkool
2017-06-27 17:36 ` Jakub Jelinek
0 siblings, 1 reply; 4+ messages in thread
From: Segher Boessenkool @ 2017-06-27 16:02 UTC (permalink / raw)
To: Richard Biener; +Cc: gcc-patches, jakub, dje.gcc, wschmidt
On Tue, Jun 27, 2017 at 09:18:07AM +0200, Richard Biener wrote:
> On Mon, 26 Jun 2017, Segher Boessenkool wrote:
> > https://gcc.gnu.org/ml/gcc-patches/2016-11/msg01853.html
> > https://gcc.gnu.org/ml/gcc-patches/2016-11/msg01923.html
> > https://gcc.gnu.org/ml/gcc-patches/2016-11/msg02048.html
> > https://gcc.gnu.org/ml/gcc-patches/2016-11/msg02606.html
> > bb-reorder: Improve compgotos pass (PR71785)
>
> It's not clear this fixes a regression and as it is
> a missed-optimization I'd not backport it at this point in time
> (I understand it's in GCC 7 already).
It's a regression from 3.x, and a pretty severe one, but we can live
with it for a bit longer, it's a bit invasive for a backport.
Thanks for the review,
Segher
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Backports to 6 (and 7, and 5)
2017-06-27 16:02 ` Segher Boessenkool
@ 2017-06-27 17:36 ` Jakub Jelinek
0 siblings, 0 replies; 4+ messages in thread
From: Jakub Jelinek @ 2017-06-27 17:36 UTC (permalink / raw)
To: Segher Boessenkool; +Cc: Richard Biener, gcc-patches, dje.gcc, wschmidt
On Tue, Jun 27, 2017 at 11:02:37AM -0500, Segher Boessenkool wrote:
> On Tue, Jun 27, 2017 at 09:18:07AM +0200, Richard Biener wrote:
> > On Mon, 26 Jun 2017, Segher Boessenkool wrote:
> > > https://gcc.gnu.org/ml/gcc-patches/2016-11/msg01853.html
> > > https://gcc.gnu.org/ml/gcc-patches/2016-11/msg01923.html
> > > https://gcc.gnu.org/ml/gcc-patches/2016-11/msg02048.html
> > > https://gcc.gnu.org/ml/gcc-patches/2016-11/msg02606.html
> > > bb-reorder: Improve compgotos pass (PR71785)
> >
> > It's not clear this fixes a regression and as it is
> > a missed-optimization I'd not backport it at this point in time
> > (I understand it's in GCC 7 already).
>
> It's a regression from 3.x, and a pretty severe one, but we can live
> with it for a bit longer, it's a bit invasive for a backport.
It is just a missed-optimizations, not wrong-code, and the regression is
pretty old, so I think it doesn't hurt it if it stays fixed only in 7+.
Jakub
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-06-27 17:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-26 22:31 Backports to 6 (and 7, and 5) Segher Boessenkool
2017-06-27 7:18 ` Richard Biener
2017-06-27 16:02 ` Segher Boessenkool
2017-06-27 17:36 ` Jakub Jelinek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).