[Bug rtl-optimization/71709] [6 Regression] powerpc64le: argument to strcpy() optimised out

2016-09-28 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71709

--- Comment #13 from Bill Schmidt  ---
Author: wschmidt
Date: Wed Sep 28 21:36:59 2016
New Revision: 240599

URL: https://gcc.gnu.org/viewcvs?rev=240599=gcc=rev
Log:
2016-09-28  Bill Schmidt  
Alan Modra  

Backport from mainline
2016-07-01  Alan Modra  

PR rtl-optimization/71709
* ira-lives.c (find_call_crossed_cheap_reg): Exit loop on arg reg
being set, not referenced.


Modified:
branches/gcc-5-branch/gcc/ChangeLog
branches/gcc-5-branch/gcc/ira-lives.c

[Bug rtl-optimization/71709] [6 Regression] powerpc64le: argument to strcpy() optimised out

2016-09-28 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71709

--- Comment #12 from Bill Schmidt  ---
Author: wschmidt
Date: Wed Sep 28 21:35:37 2016
New Revision: 240598

URL: https://gcc.gnu.org/viewcvs?rev=240598=gcc=rev
Log:
2016-09-28  Bill Schmidt  
Alan Modra  

Backport from mainline
2016-07-01  Alan Modra  

PR rtl-optimization/71709
* ira-lives.c (find_call_crossed_cheap_reg): Exit loop on arg reg
being set, not referenced.


Modified:
branches/gcc-6-branch/gcc/ChangeLog
branches/gcc-6-branch/gcc/ira-lives.c

[Bug rtl-optimization/71709] [6 Regression] powerpc64le: argument to strcpy() optimised out

2016-09-28 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71709

--- Comment #11 from Bill Schmidt  ---
Working on the backports.  Stay tuned.