[Bug bootstrap/80860] AIX Bootstrap failure

2017-05-24 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80860

Segher Boessenkool  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Segher Boessenkool  ---
Should be fixed now.  Please reopen if not.

[Bug bootstrap/80860] AIX Bootstrap failure

2017-05-24 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80860

--- Comment #5 from Segher Boessenkool  ---
Author: segher
Date: Wed May 24 14:33:11 2017
New Revision: 248421

URL: https://gcc.gnu.org/viewcvs?rev=248421=gcc=rev
Log:
rs6000: Fix for separate shrink-wrapping for fp (PR80860, PR80843)

After my r248256, rs6000_components_for_bb allocates an sbitmap of size
only 32 while it can use up to 64.  This patch fixes it.  It moves the
n_components variable into the machine_function struct so that other
hooks can use it.


PR bootstrap/80860
PR bootstrap/80843
* config/rs6000/rs6000.c (struct machine_function): Add new field
n_components.
(rs6000_get_separate_components): Init that field, use it.
(rs6000_components_for_bb): Use the field.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/rs6000/rs6000.c

[Bug bootstrap/80860] AIX Bootstrap failure

2017-05-23 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80860

David Edelsohn  changed:

   What|Removed |Added

 CC|hubicka at gcc dot gnu.org |

--- Comment #4 from David Edelsohn  ---
Note that GCC bootstraps successfully with r248317, prior to richi's change

* df-scan.c (df_insn_refs_verify): Speedup when not verifying.

I will try after the sws patch, but, if not, there is something wrong with
richi's patch.

[Bug bootstrap/80860] AIX Bootstrap failure

2017-05-23 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80860

--- Comment #3 from David Edelsohn  ---
But I had a successful bootstrap with r248295, which is after your patch.

[Bug bootstrap/80860] AIX Bootstrap failure

2017-05-23 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80860

Segher Boessenkool  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||segher at gcc dot gnu.org
   Assignee|unassigned at gcc dot gnu.org  |segher at gcc dot 
gnu.org

[Bug bootstrap/80860] AIX Bootstrap failure

2017-05-23 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80860

--- Comment #2 from Segher Boessenkool  ---
It is memory corruption.  PR80843 may be the same.

It is caused by my r248256, sws for FP.

I have a patch.  What a silly bug.

[Bug bootstrap/80860] AIX Bootstrap failure

2017-05-23 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80860

David Edelsohn  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2017-05-23
 CC||hubicka at gcc dot gnu.org
 Ever confirmed|0   |1

--- Comment #1 from David Edelsohn  ---
Confirmed.  Bisection in progress.