[Bug bootstrap/65988] Trying to compile GCC 5.1 in my (customized) Solaris 10/x86-64 fails with GMP errors

2015-07-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65988

--- Comment #8 from Jonathan Wakely redi at gcc dot gnu.org ---
(In reply to Jesus Cea from comment #7)
 I close this but report, but I would love future GCC releases to document
 what CLOOG and ISL versions they require.

It already does, see gcc/doc/install.texi in the source tarball.


[Bug bootstrap/65988] Trying to compile GCC 5.1 in my (customized) Solaris 10/x86-64 fails with GMP errors

2015-07-07 Thread jcea at jcea dot es
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65988

Jesus Cea jcea at jcea dot es changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #7 from Jesus Cea jcea at jcea dot es ---
I tried to compile GCC 4.9.3 and I was unable, too. Different error but same
result. I recompiled GCC 4.9.2 and it worked.

I messed with different versions of CLOOG and ISL and I got GCC 4.9.3 and
5.1.0 working correctly.

I am currently using GCC 5.1.0 and compiling with it seems to work well. I
compiled Python, bind, etc., and it works.

I close this but report, but I would love future GCC releases to document what
CLOOG and ISL versions they require.

Thanks for your time.


[Bug bootstrap/65988] Trying to compile GCC 5.1 in my (customized) Solaris 10/x86-64 fails with GMP errors

2015-07-02 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65988

Manuel López-Ibáñez manu at gcc dot gnu.org changed:

   What|Removed |Added

 CC||manu at gcc dot gnu.org

--- Comment #6 from Manuel López-Ibáñez manu at gcc dot gnu.org ---
(In reply to Jesus Cea from comment #5)
 Could you possibly tell me how to do it and what the impact would be?

I think it should just work if you follow the instructions here:
https://gcc.gnu.org/wiki/InstallingGCC but using: GRAPHITE_LOOP_OPT=no

[Bug bootstrap/65988] Trying to compile GCC 5.1 in my (customized) Solaris 10/x86-64 fails with GMP errors

2015-06-08 Thread jcea at jcea dot es
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65988

--- Comment #3 from Jesus Cea jcea at jcea dot es ---
Ping...


[Bug bootstrap/65988] Trying to compile GCC 5.1 in my (customized) Solaris 10/x86-64 fails with GMP errors

2015-06-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65988

--- Comment #4 from Jonathan Wakely redi at gcc dot gnu.org ---
You could try building without ISL.


[Bug bootstrap/65988] Trying to compile GCC 5.1 in my (customized) Solaris 10/x86-64 fails with GMP errors

2015-06-08 Thread jcea at jcea dot es
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65988

--- Comment #5 from Jesus Cea jcea at jcea dot es ---
Could you possibly tell me how to do it and what the impact would be?

Thanks!


[Bug bootstrap/65988] Trying to compile GCC 5.1 in my (customized) Solaris 10/x86-64 fails with GMP errors

2015-05-03 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65988

--- Comment #1 from Marc Glisse glisse at gcc dot gnu.org ---
Yes, there is (was?) a bug in ISL where they are missing extern C in
isl/val_gmp.h, which was hacked around in a buggy way in
graphite-isl-ast-to-gimple.c by including that file inside extern C. I think
it should include system.h (or at least gmp.h) before doing that hack, to
minimize the number of headers recursively affected.


[Bug bootstrap/65988] Trying to compile GCC 5.1 in my (customized) Solaris 10/x86-64 fails with GMP errors

2015-05-03 Thread jcea at jcea dot es
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65988

--- Comment #2 from Jesus Cea jcea at jcea dot es ---
What can I do, then?