[Bug tree-optimization/83957] ICE: Segmentation fault (in gimple_phi_arg)

2018-01-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83957 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/83957] ICE: Segmentation fault (in gimple_phi_arg)

2018-01-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83957 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Mon Jan 22 23:00:50 2018 New Revision: 256967 URL: https://gcc.gnu.org/viewcvs?rev=256967&root=gcc&view=rev Log: PR tree-optimization/83957 * omp-expand.c (expand_omp_for_

[Bug tree-optimization/83957] ICE: Segmentation fault (in gimple_phi_arg)

2018-01-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83957 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/83957] ICE: Segmentation fault (in gimple_phi_arg)

2018-01-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83957 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug tree-optimization/83957] ICE: Segmentation fault (in gimple_phi_arg)

2018-01-20 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83957 --- Comment #1 from Arseny Solokha --- Actually, the testcase can be reduced to just void k2 (int *ch, int fw) { if (fw < 0) while (fw < 1) { ch = &fw; ++fw; } }