Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 14620] Enable use_gcc() to recognize all versions above a certain version.

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 14620] Enable use_gcc() to recognize all versions above a certain version.
  • Date: 8 Aug 2008 07:11:48 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14620





--- Comment #8 from Jaka Kranjc <jakakranjc AT email.si> 2008-08-08 02:11:48 ---
You can safely assume gcc -dumpversion will return a full version. The
trailling zero removal helps in a more important matter - you can't compare
numbers to null anymore, so the ending test works properly (check the rc of [[
$sgdfg -lt 0 ]] vs [[ $sgdfg -lt 1 ]]).


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page