public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-10335] i386: fix pedantic warning
@ 2022-10-25  4:24 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-10-25  4:24 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6b01a5dca7f766f1bfeff969e8f089c6992aef88

commit r11-10335-g6b01a5dca7f766f1bfeff969e8f089c6992aef88
Author: Martin Liska <mliska@suse.cz>
Date:   Tue Oct 25 06:16:03 2022 +0200

    i386: fix pedantic warning
    
            PR target/107364
    
    gcc/ChangeLog:
    
            * common/config/i386/i386-cpuinfo.h (enum processor_vendor):
            Fix pedantic warning.
    
    (cherry picked from commit f3f000b7689ce9eb6364808072025672af1e4e1b)

Diff:
---
 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 8ffed27cda6..102ee8a1218 100644
--- a/gcc/common/config/i386/i386-cpuinfo.h
+++ b/gcc/common/config/i386/i386-cpuinfo.h
@@ -36,7 +36,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. */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-25  4:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-25  4:24 [gcc r11-10335] i386: fix pedantic warning Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).