Pushed. Sorry for the stupid error, I noticed the test became UNRESOLVED, but I forgot to investigate that.
Cheers, Martin PR target/107364 gcc/ChangeLog: * common/config/i386/i386-cpuinfo.h (enum processor_vendor): Fix pedantic warning. --- gcc/common/config/i386/i386-cpuinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/common/config/i386/i386-cpuinfo.h b/gcc/common/config/i386/i386-cpuinfo.h index 586a1a2d0f6..761af2715f0 100644 --- a/gcc/common/config/i386/i386-cpuinfo.h +++ b/gcc/common/config/i386/i386-cpuinfo.h @@ -37,7 +37,7 @@ enum processor_vendor /* Maximum values must be at the end of this enum. */ VENDOR_MAX, - BUILTIN_VENDOR_MAX = VENDOR_OTHER, + BUILTIN_VENDOR_MAX = VENDOR_OTHER }; /* Any new types or subtypes have to be inserted at the end. */ -- 2.38.0