[Bug ipa/91438] [10 Regression] Profiledbootstrap broken on i586 in Ada

2019-08-23 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91438

--- Comment #10 from Martin Liška  ---
Author: marxin
Date: Fri Aug 23 11:42:19 2019
New Revision: 274853

URL: https://gcc.gnu.org/viewcvs?rev=274853=gcc=rev
Log:
Backport r274504

2019-08-23  Martin Liska  

PR ipa/91508
Backport from mainline
2019-08-15  Martin Liska  

PR ipa/91438
* cgraph.c (cgraph_node::remove): When setting
n->origin = NULL for all nested functions, reset
also next_nested.

Modified:
branches/gcc-9-branch/gcc/ChangeLog
branches/gcc-9-branch/gcc/cgraph.c

[Bug ipa/91438] [10 Regression] Profiledbootstrap broken on i586 in Ada

2019-08-15 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91438

Martin Liška  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #9 from Martin Liška  ---
Fixed.

[Bug ipa/91438] [10 Regression] Profiledbootstrap broken on i586 in Ada

2019-08-15 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91438

--- Comment #8 from Martin Liška  ---
Author: marxin
Date: Thu Aug 15 06:58:36 2019
New Revision: 274504

URL: https://gcc.gnu.org/viewcvs?rev=274504=gcc=rev
Log:
Clean next_nested properly.

2019-08-15  Martin Liska  

PR ipa/91438
* cgraph.c (cgraph_node::remove): When setting
n->origin = NULL for all nested functions, reset
also next_nested.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/cgraph.c