http://sourceware.org/bugzilla/show_bug.cgi?id=12665

--- Comment #1 from IIDA Yosiaki <y-iida at secom dot co.jp> 2011-04-12 
06:43:38 UTC ---
I wrote that it should be compared by "less or equal", but precisely:
((CLOOG_VERSION_MAJOR < 0)
 || (CLOOG_VERSION_MAJOR == 0 && CLOOG_VERSION_MINOR < 15)
 || (CLOOG_VERSION_MAJOR == 0 && CLOOG_VERSION_MINOR == 15
     && CLOOG_VERSION_REVISION < 5))
Oops.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to