> (http://gcc.gnu.org/gcc-4.4/changes.html bit-fields).
That ABI change only structs which are marked as being packed. If you have some of those in your code, you need to understand that before 4.4, it was incorrectly working. -- Pinski
> (http://gcc.gnu.org/gcc-4.4/changes.html bit-fields).
That ABI change only structs which are marked as being packed. If you have some of those in your code, you need to understand that before 4.4, it was incorrectly working. -- Pinski