[Bug ada/80007] --disable-bootstrap with gnat-5 leads to failed gnat-7 build on aarch64

2017-03-12 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80007 --- Comment #6 from PeteVine --- Turns out it's a miscompilation bug as I was using the same set of C(XX)FLAGS that work fine for those other languages. Removing the -fomit-frame-pointer flag while leaving the rest unchanged (-O3

[Bug ada/80007] --disable-bootstrap with gnat-5 leads to failed gnat-7 build on aarch64

2017-03-12 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80007 --- Comment #5 from PeteVine --- The repeated full ada bootstrap was successful at the same revision, using identical flags and GNAT 5.4.0. On the other hand, the failing build prints two warnings during the ada part: g-debpoo.adb: In function

[Bug ada/80007] --disable-bootstrap with gnat-5 leads to failed gnat-7 build on aarch64

2017-03-11 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80007 --- Comment #4 from PeteVine --- > Can you try again without --disable-bootstrap ? It's GNAT 5.4.0. OK, I'll try again.

[Bug ada/80007] --disable-bootstrap with gnat-5 leads to failed gnat-7 build on aarch64

2017-03-11 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80007 --- Comment #3 from Andrew Pinski --- (In reply to PeteVine from comment #2) > Right, I definitely used the same setup a few days ago minus > --disable-bootstrap. Can you try again without --disable-bootstrap ? What GCC exact version are you

[Bug ada/80007] --disable-bootstrap with gnat-5 leads to failed gnat-7 build on aarch64

2017-03-11 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80007 --- Comment #2 from PeteVine --- Right, I definitely used the same setup a few days ago minus --disable-bootstrap.

[Bug ada/80007] --disable-bootstrap with gnat-5 leads to failed gnat-7 build on aarch64

2017-03-11 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80007 --- Comment #1 from Andrew Pinski --- So without --disable-bootstrap, the build is successive? If so then the bug is in GCC 5 rather than GCC 7.