On 26/02/20 10:44, Bill Wendling wrote: > Changes to "pci: cast masks to uint32_t for unsigned long values" to > cast the masks instead of changing the values in the header. Applied 1-3-4 and a tweaked version of 2 and 7. For 5, let's use -fwrapv instead. For 6, clang people should stop implementing GCC extensions in half and declaring themselves compatible. It's just a sanity check, you can wrap it all with #ifndef __clang__. Paolo