[Bug bootstrap/77995] [6 regression] bootstrap comparison failure on x86-64/Solaris

2016-10-17 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77995

Eric Botcazou  changed:

   What|Removed |Added

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

--- Comment #9 from Eric Botcazou  ---
Fixed in the upcoming 6.x release.

[Bug bootstrap/77995] [6 regression] bootstrap comparison failure on x86-64/Solaris

2016-10-17 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77995

--- Comment #8 from Eric Botcazou  ---
Author: ebotcazou
Date: Mon Oct 17 08:54:03 2016
New Revision: 241231

URL: https://gcc.gnu.org/viewcvs?rev=241231=gcc=rev
Log:
PR bootstrap/77995
Backport from mainline
2016-10-11  Eric Botcazou  

* tree.h (build_complex_type): Add second parameter with default.
* tree.c (build_complex_type): Add NAMED second parameter and adjust
recursive call.  Create a TYPE_DECL only if NAMED is true.
(build_common_tree_nodes): Pass true in calls to build_complex_type.

Modified:
branches/gcc-6-branch/gcc/ChangeLog
branches/gcc-6-branch/gcc/tree.c
branches/gcc-6-branch/gcc/tree.h

[Bug bootstrap/77995] [6 regression] bootstrap comparison failure on x86-64/Solaris

2016-10-16 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77995

Eric Botcazou  changed:

   What|Removed |Added

 Target|solaris |x86_64-sun-solaris2.*
 Status|WAITING |ASSIGNED
  Known to work||5.4.1
   Host||x86_64-sun-solaris2.*
   Assignee|unassigned at gcc dot gnu.org  |ebotcazou at gcc dot 
gnu.org
Summary|gcc 6.2.0 failed on |[6 regression] bootstrap
   |somparison stage 2 & 3  |comparison failure on
   ||x86-64/Solaris
   Target Milestone|--- |6.3
  Known to fail||6.2.1
  Build||x86_64-sun-solaris2.*

--- Comment #7 from Eric Botcazou  ---
> thanks a lot for proposed patch - i can confirm: it fixed my problem with
> bootstrap on Intel.

Great, thanks for reporting back.

> next step will be - try to test in SPARC :) (i have T5220).

SPARC should bootstrap with or without the patch.