[Bug target/80870] [7 Regression] ICE building 7.1.0 sh-elf crosscompiler on macOS

2018-01-21 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80870 Oleg Endo changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/80870] [7 Regression] ICE building 7.1.0 sh-elf crosscompiler on macOS

2018-01-20 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80870 --- Comment #8 from Oleg Endo --- Author: olegendo Date: Sun Jan 21 05:13:20 2018 New Revision: 256928 URL: https://gcc.gnu.org/viewcvs?rev=256928&root=gcc&view=rev Log: Backport from mainline 2018-01-21 Oleg Endo PR

[Bug target/80870] [7 Regression] ICE building 7.1.0 sh-elf crosscompiler on macOS

2018-01-20 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80870 Oleg Endo changed: What|Removed |Added CC||chrisj at rtems dot org --- Comment #6 from

[Bug target/80870] [7 Regression] ICE building 7.1.0 sh-elf crosscompiler on macOS

2018-01-20 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80870 Oleg Endo changed: What|Removed |Added CC||chrisj at rtems dot org --- Comment #6 from

[Bug target/80870] [7 Regression] ICE building 7.1.0 sh-elf crosscompiler on macOS

2018-01-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80870 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.3

[Bug target/80870] [7 Regression] ICE building 7.1.0 sh-elf crosscompiler on macOS

2018-01-14 Thread Anders.Montonen at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80870 --- Comment #5 from Anders Montonen --- With the patch from comment 4, the GCC 7 branch builds successfully.

[Bug target/80870] [7 Regression] ICE building 7.1.0 sh-elf crosscompiler on macOS

2018-01-14 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80870 --- Comment #4 from Oleg Endo --- Right, thanks for checking. Can you please try out this patch: Index: gcc/config/sh/sh_optimize_sett_clrt.cc === --- gcc/config/sh/sh_optimize_set

[Bug target/80870] [7 Regression] ICE building 7.1.0 sh-elf crosscompiler on macOS

2018-01-13 Thread Anders.Montonen at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80870 --- Comment #3 from Anders Montonen --- Current GCC 7 branch (r256652) fails with the "fancy_abort" errors from bug 82091 using Xcode 9.2 (clang-900.0.39.2). GCC 7.2.0 and trunk fail with the same errors. In file included from ../../gcc/gcc/conf

[Bug target/80870] [7 Regression] ICE building 7.1.0 sh-elf crosscompiler on macOS

2018-01-13 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80870 --- Comment #2 from Oleg Endo --- Could you please try it out with the latest GCC 7 branch and see if the problem is still there?