[Bug target/85900] [9 Regression] ICEs after revision r260547 on darwin.

2018-05-28 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85900 --- Comment #9 from hjl at gcc dot gnu.org --- Author: hjl Date: Mon May 28 13:44:18 2018 New Revision: 260849 URL: https://gcc.gnu.org/viewcvs?rev=260849=gcc=rev Log: Don't mark IFUNC resolver as only called directly Since IFUNC resolver is

[Bug target/85900] [9 Regression] ICEs after revision r260547 on darwin.

2018-05-26 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85900 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/85900] [9 Regression] ICEs after revision r260547 on darwin.

2018-05-26 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85900 --- Comment #7 from hjl at gcc dot gnu.org --- Author: hjl Date: Sat May 26 11:35:31 2018 New Revision: 260792 URL: https://gcc.gnu.org/viewcvs?rev=260792=gcc=rev Log: Don't check ifunc_resolver on error Since ifunc_resolver isn't set when an

[Bug target/85900] [9 Regression] ICEs after revision r260547 on darwin.

2018-05-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85900 --- Comment #6 from Dominique d'Humieres --- > This patch fixes the ICE and related problems I have spotted. Full testing > in progress. Back to "normal"!

[Bug target/85900] [9 Regression] ICEs after revision r260547 on darwin.

2018-05-25 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85900 --- Comment #5 from Dominique d'Humieres --- > A patch is posted at > > https://gcc.gnu.org/ml/gcc-patches/2018-05/msg01495.html This patch fixes the ICE and related problems I have spotted. Full testing in progress. Thanks.

[Bug target/85900] [9 Regression] ICEs after revision r260547 on darwin.

2018-05-25 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85900 --- Comment #4 from H.J. Lu --- (In reply to Dominique d'Humieres from comment #3) > Revision r260683 fixes the ICE for the test gcc.dg/torture/pr48044.c, but > not for the second one in comment 0: A patch is posted at

[Bug target/85900] [9 Regression] ICEs after revision r260547 on darwin.

2018-05-25 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85900 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/85900] [9 Regression] ICEs after revision r260547 on darwin.

2018-05-24 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85900 --- Comment #2 from hjl at gcc dot gnu.org --- Author: hjl Date: Thu May 24 19:51:09 2018 New Revision: 260683 URL: https://gcc.gnu.org/viewcvs?rev=260683=gcc=rev Log: Check ifunc_resolver only on FUNCTION_DECL Since ifunc_resolver is only

[Bug target/85900] [9 Regression] ICEs after revision r260547 on darwin.

2018-05-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85900 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Target Milestone|---