public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/61792] New: [4.10 Regression] Bootstrap error with undeclared function isl_ast_expr_get_val
@ 2014-07-13 11:40 tkoenig at gcc dot gnu.org
  2014-07-13 11:40 ` [Bug bootstrap/61792] " tkoenig at gcc dot gnu.org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2014-07-13 11:40 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 61792
           Summary: [4.10 Regression] Bootstrap error with undeclared
                    function isl_ast_expr_get_val
           Product: gcc
           Version: 4.10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tkoenig at gcc dot gnu.org

Created attachment 33115
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33115&action=edit
config.log

In revision 212492, bootstrap aborts with

../../trunk/gcc/graphite-isl-ast-to-gimple.c: In Funktion »tree_node*
gcc_expression_from_isl_expr_int(tree, isl_ast_expr*)«:
../../trunk/gcc/graphite-isl-ast-to-gimple.c:143:44: Fehler:
»isl_ast_expr_get_val« wurde in diesem Gültigkeitsbereich nicht definiert
   isl_val *val = isl_ast_expr_get_val (expr);
                                            ^
../../trunk/gcc/graphite-isl-ast-to-gimple.c: In Funktion »isl_ast_expr*
get_upper_bound(isl_ast_node*)«:
../../trunk/gcc/graphite-isl-ast-to-gimple.c:465:63: Fehler:
»isl_ast_expr_from_val« wurde in diesem Gültigkeitsbereich nicht definiert
         res = isl_ast_expr_sub (ub, isl_ast_expr_from_val (one));
                                                               ^
make[3]: *** [graphite-isl-ast-to-gimple.o] Fehler 1
make[3]: *** Warte auf noch nicht beendete Prozesse...
rm gcov-tool.pod cpp.pod gfdl.pod gcc.pod gcov.pod fsf-funding.pod
make[3]: Leaving directory `/home/ig25/Gcc/trunk-bin/gcc'
make[2]: *** [all-stage1-gcc] Fehler 2
make[2]: Leaving directory `/home/ig25/Gcc/trunk-bin'
make[1]: *** [stage1-bubble] Fehler 2
make[1]: Leaving directory `/home/ig25/Gcc/trunk-bin'
make: *** [all] Fehler 2

Configuration was done with

../trunk/configure --with-isl=$HOME --prefix=$HOME
--enable-languages=c,fortran,c++,lto && make -j6 && make install

The version of ISL was the one that is advertised on the gcc web site, 0.12.2.
>From gcc-bugs-return-456204-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sun Jul 13 12:04:56 2014
Return-Path: <gcc-bugs-return-456204-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 10638 invoked by alias); 13 Jul 2014 12:04:56 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 10562 invoked by uid 48); 13 Jul 2014 12:04:48 -0000
From: "schwab@linux-m68k.org" <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: Sun, 13 Jul 2014 12:04:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: bootstrap
X-Bugzilla-Version: 4.10.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: schwab@linux-m68k.org
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.10.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-61792-4-12mNgb1D9S@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61792-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61792-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-07/txt/msg00795.txt.bz2
Content-length: 240

https://gcc.gnu.org/bugzilla/show_bug.cgi?ida792

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
Looks like it doesn't use/prefer the configured ISL headers.  Unfortunately you
left out the actual compiler command lines.


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

end of thread, other threads:[~2014-11-19 13:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-13 11:40 [Bug bootstrap/61792] New: [4.10 Regression] Bootstrap error with undeclared function isl_ast_expr_get_val 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
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

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).