public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r10-9640] Make pta_size signed
@ 2021-03-31 12:57 Jan Hubicka
  0 siblings, 0 replies; only message in thread
From: Jan Hubicka @ 2021-03-31 12:57 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:1fabb9e15484a8651867c1edbf7e362f697c6e95

commit r10-9640-g1fabb9e15484a8651867c1edbf7e362f697c6e95
Author: Jan Hubicka <jh@suse.cz>
Date:   Wed Mar 31 14:56:47 2021 +0200

    Make pta_size signed
    
    2021-03-31  Jan Hubicka  <hubicka@ucw.cz>
    
            * common/config/i386/i386-common.c (ARRAY_SIZE): Make pta_size signed.

Diff:
---
 gcc/common/config/i386/i386-common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/common/config/i386/i386-common.c b/gcc/common/config/i386/i386-common.c
index fbf901db881..03e38264c5c 100644
--- a/gcc/common/config/i386/i386-common.c
+++ b/gcc/common/config/i386/i386-common.c
@@ -1863,7 +1863,7 @@ const pta processor_alias_table[] =
 };
 
 /* NB: processor_alias_table stops at the "generic" entry.  */
-unsigned int const pta_size = ARRAY_SIZE (processor_alias_table) - 7;
+int const pta_size = ARRAY_SIZE (processor_alias_table) - 7;
 unsigned int const num_arch_names = ARRAY_SIZE (processor_alias_table);
 
 /* Provide valid option values for -march and -mtune options.  */


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

only message in thread, other threads:[~2021-03-31 12:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-31 12:57 [gcc r10-9640] Make pta_size signed Jan Hubicka

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).