public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "manfred99 at gmx dot ch" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/61792] [4.10 Regression] Bootstrap error with undeclared function isl_ast_expr_get_val
Date: Tue, 15 Jul 2014 23:03:00 -0000	[thread overview]
Message-ID: <bug-61792-4-VuE8Bs3AIx@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-61792-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61792

--- Comment #8 from Manfred Schwarb <manfred99 at gmx dot ch> ---
The graphite-isl-ast-to-gimple.c code reads

#ifdef HAVE_cloog
#include <isl/set.h>
#include <isl/map.h>
#include <isl/union_map.h>
#include <isl/ast_build.h>
#if defined(__cplusplus)
extern "C" {
#endif
#include <isl/val_gmp.h>
#if defined(__cplusplus)
}
#endif
#endif


and val_gmp.h only exists in isl-0.13.
So maybe things work when disabling/not using cloog?
Will have to check tomorrow.


  parent reply	other threads:[~2014-07-15 23:03 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-13 11:40 [Bug bootstrap/61792] New: " tkoenig at gcc dot gnu.org
2014-07-13 11:40 ` [Bug bootstrap/61792] " tkoenig at gcc dot gnu.org
2014-07-13 13:34 ` tkoenig at gcc dot gnu.org
2014-07-13 18:12 ` tkoenig at gcc dot gnu.org
2014-07-14 10:32 ` rguenth at gcc dot gnu.org
2014-07-15 18:42 ` tkoenig at gcc dot gnu.org
2014-07-15 20:43 ` manfred99 at gmx dot ch
2014-07-15 22:33 ` dominiq at lps dot ens.fr
2014-07-15 23:03 ` manfred99 at gmx dot ch [this message]
2014-07-15 23:26 ` dominiq at lps dot ens.fr
2014-07-16 10:02 ` manfred99 at gmx dot ch
2014-07-16 12:11 ` grosser at gcc dot gnu.org
2014-11-19 13:57 ` [Bug bootstrap/61792] [5 " rguenth at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-61792-4-VuE8Bs3AIx@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).