[Bug bootstrap/82300] Bootstrapping gcc-8 does not work on darwin

2017-09-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82300

Richard Biener  changed:

   What|Removed |Added

 Target||x86_64-apple-darwin15.6.0
 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Richard Biener  ---
Thus fixed.

[Bug bootstrap/82300] Bootstrapping gcc-8 does not work on darwin

2017-09-24 Thread physiker at toast2 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82300

--- Comment #4 from physiker at toast2 dot net ---
I was able to bootstrap revision 253118 (see
https://gcc.gnu.org/ml/gcc-testresults/2017-09/msg02107.html).
Thank you very much for fixing this issue.

[Bug bootstrap/82300] Bootstrapping gcc-8 does not work on darwin

2017-09-22 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82300

--- Comment #3 from Dominique d'Humieres  ---
If this PR appears at or before r 252896, The problem I see is different.

[Bug bootstrap/82300] Bootstrapping gcc-8 does not work on darwin

2017-09-22 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82300

Dominique d'Humieres  changed:

   What|Removed |Added

 CC||uros at gcc dot gnu.org

--- Comment #2 from Dominique d'Humieres  ---
If we are talking of the same problem, it is due to r253089.

[Bug bootstrap/82300] Bootstrapping gcc-8 does not work on darwin

2017-09-22 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82300

Dominique d'Humieres  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2017-09-22
 Ever confirmed|0   |1

--- Comment #1 from Dominique d'Humieres  ---
I see a similar problem on darwin16, Xcode 9, bootstrapped with an older
version of gcc-8:

In file included from ./tm.h:16:0,
 from ../../work/gcc/genpreds.c:26:
 ./options.h:5803:2: error: #error too many target masks
  #error too many target masks

at stage 1, r253008 is OK.