public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/59878] New: [4.9 Regression] ISL from cloog does not work with trunk
@ 2014-01-19 11:55 tkoenig at gcc dot gnu.org
  2014-01-19 12:16 ` [Bug bootstrap/59878] " schwab@linux-m68k.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2014-01-19 11:55 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59878

            Bug ID: 59878
           Summary: [4.9 Regression] ISL from cloog does not work with
                    trunk
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tkoenig at gcc dot gnu.org

How to reproduce:

- Get isl from infrastructure directory
- configure
- install by default (installs in /usr/local)
- Get cloog from the infrastructure directory
- configure without any options
- install
- configure using

VER=../trunk/configure && test -e $VER && rm -rf * && $VER --prefix=$HOME
--with-isl=/usr/local --with-cloog=/usr/local --enable-languages=c,fortran,c++
&& make -j6 && make install

Result then is

checking for the correct version of the gmp/mpfr/mpc libraries... yes
checking for version 0.10 of ISL... no
checking for version 0.11 of ISL... no
checking for version 0.12 of ISL... no
configure: error: Unable to find a usable ISL.  See config.log for details.

The reason for this is shown in the modified test program:

ig25@linux-fd1f:/tmp> cat isl.c
#include <isl/version.h>
#include <stdio.h>
int
main ()
{
  printf("%s", isl_version ());
}

ig25@linux-fd1f:/tmp> gcc isl.c -lisl
ig25@linux-fd1f:/tmp> ./a.out
UNKNOWN

It is necessary to configure cloog with --with-isl=system go get around that,
which is not documented anywhere.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/59878] [4.9 Regression] ISL from cloog does not work with trunk
  2014-01-19 11:55 [Bug bootstrap/59878] New: [4.9 Regression] ISL from cloog does not work with trunk tkoenig at gcc dot gnu.org
@ 2014-01-19 12:16 ` schwab@linux-m68k.org
  2014-01-20 14:45 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: schwab@linux-m68k.org @ 2014-01-19 12:16 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59878

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
See <http://gcc.gnu.org/install/prerequisites.html>.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/59878] [4.9 Regression] ISL from cloog does not work with trunk
  2014-01-19 11:55 [Bug bootstrap/59878] New: [4.9 Regression] ISL from cloog does not work with trunk tkoenig at gcc dot gnu.org
  2014-01-19 12:16 ` [Bug bootstrap/59878] " schwab@linux-m68k.org
@ 2014-01-20 14:45 ` jakub at gcc dot gnu.org
  2014-01-20 15:02 ` rguenth at gcc dot gnu.org
  2014-02-13 13:39 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-01-20 14:45 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59878

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
But the prerequisites.html already says "Use --with-isl=system".  So to me it
looks like a pilot error.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/59878] [4.9 Regression] ISL from cloog does not work with trunk
  2014-01-19 11:55 [Bug bootstrap/59878] New: [4.9 Regression] ISL from cloog does not work with trunk tkoenig at gcc dot gnu.org
  2014-01-19 12:16 ` [Bug bootstrap/59878] " schwab@linux-m68k.org
  2014-01-20 14:45 ` jakub at gcc dot gnu.org
@ 2014-01-20 15:02 ` rguenth at gcc dot gnu.org
  2014-02-13 13:39 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-01-20 15:02 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59878

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
"Use --with-isl=system to direct CLooG to pick up an already installed ISL,
otherwise it will use ISL 0.11.1 as bundled with CLooG"

doesn't exactly suggest that using the ISL 0.11.1 bundled with CLooG will
not work though (it's exactly the version suggested ...)

So the wording could be improved.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/59878] [4.9 Regression] ISL from cloog does not work with trunk
  2014-01-19 11:55 [Bug bootstrap/59878] New: [4.9 Regression] ISL from cloog does not work with trunk tkoenig at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2014-01-20 15:02 ` rguenth at gcc dot gnu.org
@ 2014-02-13 13:39 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-02-13 13:39 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59878

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |grosser at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
"Fixed".  (or invalid, just depends how you interpret it ;))

-> make the cloog folks have the bundled ISL produce a sensible isl_version ()
output would be a better "fix", of course ;)

Tobias?  (not sure, maybe cloog 0.18.1 is fixed in this regard, 0.18.0
definitely wasn't)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-02-13 13:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-19 11:55 [Bug bootstrap/59878] New: [4.9 Regression] ISL from cloog does not work with trunk tkoenig at gcc dot gnu.org
2014-01-19 12:16 ` [Bug bootstrap/59878] " schwab@linux-m68k.org
2014-01-20 14:45 ` jakub at gcc dot gnu.org
2014-01-20 15:02 ` rguenth at gcc dot gnu.org
2014-02-13 13:39 ` rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).