PR target/107364
gcc/ChangeLog:
* common/config/i386/i386-cpuinfo.h (enum processor_vendor):
Reorder enum values as BUILTIN_VENDOR_MAX should not point
in the middle of the valid enum values.
(cherry picked from commit
f751bf4c5d1aaa1aacfcbdec62881c5ea1175dfb)
VENDOR_INTEL = 1,
VENDOR_AMD,
VENDOR_OTHER,
- BUILTIN_VENDOR_MAX = VENDOR_OTHER,
- VENDOR_MAX
+
+ /* Maximum values must be at the end of this enum. */
+ VENDOR_MAX,
+ BUILTIN_VENDOR_MAX = VENDOR_OTHER
};
/* Any new types or subtypes have to be inserted at the end. */