Hi,
I would like to know if it is possible to get a database dump of the
GCC Bugzilla instance for analytics?
http://gcc.gnu.org/bugzilla/
Please let me know.
Thanks!
SK
--
Shakthi Kannan
http://www.shakthimaan.com
!
SK
--
Shakthi Kannan
http://www.shakthimaan.com
Hi,
--- On Mon, Jan 14, 2013 at 9:37 PM, Tobias Grosser wrote:
| 1) Use isl code generation
|
| isl 0.18 provides a new code generation.
\--
Where can I find isl 0.18 sources?
I see 0.11-1 at:
http://repo.or.cz/w/isl.git
SK
--
Shakthi Kannan
http://www.shakthimaan.com
nclude
| int
| main ()
| {
| if (strncmp (isl_version (), "isl-0.11", strlen ("isl-0.11")) != 0)
| return 1;
|
| ;
| return 0;
| }
configure:5915: result: no
configure:5950: error: Unable to find a usable ISL. See config.log for details.
=== END ===
What could I be missing? What is the recommended approach to build gcc with isl?
Appreciate any help in this regard,
Thanks!
SK
--
Shakthi Kannan
http://www.shakthimaan.com
LD_LIBRARY_PATH
shouldn't be necessary. I was able to run configure in gcc trunk
using:
$ ../configure --with-cloog=/usr/local --with-isl=/usr/local
--disable-isl-version-check
Thanks for your reply,
SK
--
Shakthi Kannan
http://www.shakthimaan.com
Hi,
--- On Wed, Mar 6, 2013 at 12:34 AM, koala01 wrote:
| This version has a bug fix which make that isl_version() returns
| "isl-1.11.1", as result that configure script fails to detect isl
\--
Perhaps build gcc with the following?
$ ../configure --disable-isl-version-check
SK
-