Bug 90476

Summary: mas.c:222: bad for loop ?
Product: liboil Reporter: dcb314
Component: unknownAssignee: David Schleef <ds>
Status: NEW --- QA Contact: David Schleef <ds>
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description dcb314 2015-05-15 19:23:20 UTC
mas.c:222:19: warning: iteration 8u invokes undefined behavior [-Waggressive-loop-optimizations]

 const int taps[8] = { -8, 4, 46, 86, 86, 46, 4, -8 };

  for(i=0;i<12;i++){
    data[i] = taps[i];
  }

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.