delorie.com/archives/browse.cgi | search |
Date: | Mon, 21 Oct 1996 08:43:20 -0400 |
Message-Id: | <199610211243.IAA17669@delorie.com> |
From: | DJ Delorie <dj AT delorie DOT com> |
To: | kvhk AT ivs4 DOT barco DOT com |
CC: | djgpp AT delorie DOT com |
In-reply-to: | <9610211042.AA19202@ivs4.> (kvhk@ivs4.barco.com) |
Subject: | Re: DJGPP V2.01 loop unrolling bug |
> In which djgpp version was/is the loop unrolling bug supressed ? > I DID experience the bug using djgpp v2.0 and gcc 2.7.2. It was supressed in the lib/specs file for djgpp v2.00 by adding -fno-strength-reduce to the C and C++ option sections: *cpp: %{posix:-D_POSIX_SOURCE} *cc1: -fno-strength-reduce *cc1plus: -fno-strength-reduce *endfile:
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |