diff mbox series

[pushed] i386: fix pedantic warning

Message ID 766301d1-6219-c5ac-796b-a3c507912cdd@suse.cz
State New
Headers show
Series [pushed] i386: fix pedantic warning | expand

Commit Message

Martin Liška Oct. 25, 2022, 4:23 a.m. UTC
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 mbox series

Patch

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. */