Bug 162373

Summary: comparisons like X<=Y<=Z do not have their mathematical meaning
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: memtest86+Assignee: Warren Togami <wtogami>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: bugzilla
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-09-11 10:56:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Binderman 2005-07-03 12:08:54 UTC
Description of problem:

I just tried to compile package memtest86+-1.55.1-1 from Redhat
Fedora Core development tree with the gcc 4.0.0 compiler and
the compiler flag -Wall.

The compiler said

main.c:424: warning: comparisons like X<=Y<=Z do not have their mathematical meaning

The source code is

	for (v->pass_ticks=0, i=0; i<DEFTESTS != NULL; i++) {

I agree with the compiler. Suggest rework code for maintainability.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Warren Togami 2005-09-04 10:07:45 UTC
Upstream, is this fixed in the latest release?


Comment 2 Samuel D. 2005-09-04 14:13:55 UTC
This bug is planned for fix in the upcoming release.

Comment 3 Warren Togami 2005-09-11 10:56:01 UTC
Closing because it is assured to be in the next release which we will pull into
rawhide.