public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/55973] New: r195150 doesn't properly handle out of tree isl 0.11.1
@ 2013-01-14 17:44 howarth at nitro dot med.uc.edu
  2013-01-14 20:49 ` [Bug other/55973] " howarth at nitro dot med.uc.edu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2013-01-14 17:44 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55973
           Summary: r195150 doesn't properly handle out of tree isl 0.11.1
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: howarth@nitro.med.uc.edu


The commit...

Author: rguenth
Date: Mon Jan 14 15:01:13 2013
New Revision: 195150

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195150
Log:
2013-01-14  Richard Biener  <rguenther@suse.de>

    * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
    * configure: Re-generate

doesn't handle out of tree installations of isl 0.11.1 as config/isl.m4 needs
to be taught how to handle revision numbers in the complete version number. The
proposed patch in...

http://gcc.gnu.org/ml/gcc/2012-12/msg00195.html

does this. The current commit also has a stray instance of...

ISL_CHECK_VERSION(0,10)

in configure.ac and doesn't recognize that the current checks are still
hard-coded to a specific version. So either isl 0.11 or 0.11.1 was be
designated in configure.ac.


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

* [Bug other/55973] r195150 doesn't properly handle out of tree isl 0.11.1
  2013-01-14 17:44 [Bug other/55973] New: r195150 doesn't properly handle out of tree isl 0.11.1 howarth at nitro dot med.uc.edu
@ 2013-01-14 20:49 ` howarth at nitro dot med.uc.edu
  2013-01-15  9:39 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2013-01-14 20:49 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #1 from Jack Howarth <howarth at nitro dot med.uc.edu> 2013-01-14 20:49:22 UTC ---
The change in r195150 doesn't take in account that the results from each call
to ISL_CHECK_VERSION() is cached. So the results from a failed first test of
ISL_CHECK_VERSION(0,10) are used when ISL_CHECK_VERSION(0,11) instead of
actually compiling the isl version check again for 0.11.x.

-g -O2 -I/opt/mp/include -I/opt/mp/include
checking for version 0.10 of ISL... no
-g -O2 -I/opt/mp/include -I/opt/mp/include
checking for version 0.11 of ISL... (cached) no
configure: error: Unable to find a usable ISL.  See config.log for details.


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

* [Bug other/55973] r195150 doesn't properly handle out of tree isl 0.11.1
  2013-01-14 17:44 [Bug other/55973] New: r195150 doesn't properly handle out of tree isl 0.11.1 howarth at nitro dot med.uc.edu
  2013-01-14 20:49 ` [Bug other/55973] " howarth at nitro dot med.uc.edu
@ 2013-01-15  9:39 ` rguenth at gcc dot gnu.org
  2013-01-15 13:08 ` rguenth at gcc dot gnu.org
  2013-01-15 13:09 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-01-15  9:39 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2013-01-15
         AssignedTo|unassigned at gcc dot       |rguenth at gcc dot gnu.org
                   |gnu.org                     |
     Ever Confirmed|0                           |1

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> 2013-01-15 09:38:52 UTC ---
Mine.


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

* [Bug other/55973] r195150 doesn't properly handle out of tree isl 0.11.1
  2013-01-14 17:44 [Bug other/55973] New: r195150 doesn't properly handle out of tree isl 0.11.1 howarth at nitro dot med.uc.edu
  2013-01-14 20:49 ` [Bug other/55973] " howarth at nitro dot med.uc.edu
  2013-01-15  9:39 ` rguenth at gcc dot gnu.org
@ 2013-01-15 13:08 ` rguenth at gcc dot gnu.org
  2013-01-15 13:09 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-01-15 13:08 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> 2013-01-15 13:08:05 UTC ---
Author: rguenth
Date: Tue Jan 15 13:07:56 2013
New Revision: 195195

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195195
Log:
2013-01-15  Richard Biener  <rguenther@suse.de>

    PR other/55973
    * configure: Re-generate.

    config/
    * isl.m4 (ISL_INIT_FLAGS): Warn about disabled version check
    for in-tree build.
    (ISL_CHECK_VERSION): Do not use AC_CACHE_CHECK.
    * cloog.m4 (CLOOG_INIT_FLAGS): Disable version check for
    in-tree build and warn about that.
    (CLOOG_CHECK_VERSION): Do not use AC_CACHE_CHECK.

Modified:
    trunk/ChangeLog
    trunk/config/ChangeLog
    trunk/config/cloog.m4
    trunk/config/isl.m4
    trunk/configure


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

* [Bug other/55973] r195150 doesn't properly handle out of tree isl 0.11.1
  2013-01-14 17:44 [Bug other/55973] New: r195150 doesn't properly handle out of tree isl 0.11.1 howarth at nitro dot med.uc.edu
                   ` (2 preceding siblings ...)
  2013-01-15 13:08 ` rguenth at gcc dot gnu.org
@ 2013-01-15 13:09 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-01-15 13:09 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> 2013-01-15 13:09:32 UTC ---
Fixed.


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

end of thread, other threads:[~2013-01-15 13:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-14 17:44 [Bug other/55973] New: r195150 doesn't properly handle out of tree isl 0.11.1 howarth at nitro dot med.uc.edu
2013-01-14 20:49 ` [Bug other/55973] " howarth at nitro dot med.uc.edu
2013-01-15  9:39 ` rguenth at gcc dot gnu.org
2013-01-15 13:08 ` rguenth at gcc dot gnu.org
2013-01-15 13:09 ` 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).