Re: PATCH: Change ix86_isa_flags to HOST_WIDE_INT

2011-08-19 Thread Joseph S. Myers
One of these patches appears to have broken bootstrap on x86_64-unknown-linux-gnu with Ada enabled: In file included from ../../tm.h:19:0, from targext.c:48: ../../options.h:3533:3: error: unknown type name 'HOST_WIDE_INT' ../../options.h:3534:3: error: unknown type name 'HOST_WID

Re: PATCH: Change ix86_isa_flags to HOST_WIDE_INT

2011-08-18 Thread Richard Henderson
On 08/18/2011 08:28 AM, H.J. Lu wrote: > 2011-08-18 H.J. Lu > Igor Zamyatin > > * config/i386/i386-c.c (ix86_target_macros_internal): Replace int > with HOST_WIDE_INT for isa_flag. > (ix86_pragma_target_parse): Replace int with HOST_WIDE_INT for > isa variable

PATCH: Change ix86_isa_flags to HOST_WIDE_INT

2011-08-18 Thread H.J. Lu
Hi Richard, Uros, We are adding new ISAs, BM2 and AVX2, to x86 backend. We need to extend ix86_isa_flags to 64bit. This is the last patch needed for this. OK for trunk? Thanks. H.J. 2011-08-18 H.J. Lu Igor Zamyatin * config/i386/i386-c.c (ix86_target_macros_inte