This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/72827] [7 Regression] gnat bootstrap broken on powerpc64le-linux-gnu
- From: "bergner at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 29 Aug 2016 23:53:10 +0000
- Subject: [Bug target/72827] [7 Regression] gnat bootstrap broken on powerpc64le-linux-gnu
- Auto-submitted: auto-generated
- References: <bug-72827-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72827
--- Comment #5 from Peter Bergner <bergner at gcc dot gnu.org> ---
(In reply to Eric Botcazou from comment #4)
> This may have been introduced by:
>
> 2016-08-03 Peter Bergner <bergner@vnet.ibm.com>
>
> * config/rs6000/rs6000.c (rs6000_option_override_internal): Make LRA
> the default for the rs6000 port.
>
> Peter, did you bootstrap Ada before making the switch?
I did not, as my normal build scripts don't include ada by default since I use
them on some systems that don't have a system gnat installed. I'll fire off
builds with and without the switch to LRA and see if the switch is at fault or
not.
Peter