This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] PR71017 - libgcc/config/i386/cpuinfo.c:346:17: runtime error: left shift of 1 by 31 places cannot be represented in type 'int'


> Le 9 janv. 2017 à 20:37, Uros Bizjak <ubizjak@gmail.com> a écrit :
> 
> Hello!
> 
>> The following patch fixes errors of the kind
>> 
>> libgcc/config/i386/cpuinfo.c:260:17: runtime error: left shift of 1 by 31 places cannot be
>> represented in type ‘int'
>> 
>> 2017-01-07  Dominique d'Humieres  <dominiq@lps.ens.fr>
>> 
>>        PR target/71017
>>        * config/i386/cpuid.h: Fix undefined behavior.
> 
>> Is it OK for trunk/branches?
> 
> OK.
> 
> Thanks,
> Uros.

Thanks, committed on the trunk as revision r244248. Is it OK for the 5 and 6 branches?

Dominique


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]