[Bug tree-optimization/97709] powerpc: ICE when building glibc with latest gcc

2020-11-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97709 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/97709] powerpc: ICE when building glibc with latest gcc

2020-11-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97709 --- Comment #4 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:1e9f339d946b8296e3785bec77e03d71b487d689 commit r11-4718-g1e9f339d946b8296e3785bec77e03d71b487d689 Author: Richard Biener Date:

[Bug tree-optimization/97709] powerpc: ICE when building glibc with latest gcc

2020-11-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97709 --- Comment #3 from Richard Biener --- Reduced testcase: int a; struct b { int c; int d; }; void k (struct b); struct b e() { void *f[] = {&&g, &&h, &&i, &&j}; int d, c; j: goto *a; g: d = 0; h: c = 1; goto *a; i: { str

[Bug tree-optimization/97709] powerpc: ICE when building glibc with latest gcc

2020-11-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97709 Richard Biener changed: What|Removed |Added Target|powerpc |powerpc64le --- Comment #2 from Richard

[Bug tree-optimization/97709] powerpc: ICE when building glibc with latest gcc

2020-11-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97709 Richard Biener changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org