On Tue, Nov 12, 2019 at 09:52:43PM +0000, Segher Boessenkool wrote:
> C++98 does not have long long int, and does not use (unsigned) long
> long int for hexadecimal literals.  So let's use an ULL suffix here,
> which is still not strict C++98, but which works with more compilers.
> 
> Tested etc.; committing to trunk.

I backported this to GCC 9 branch now.


Segher


> 2019-11-12  Segher Boessenkool  <seg...@kernel.crashing.org>
> 
>       * config/rs6000/rs6000.md (rs6000_set_fpscr_drn): Use ULL on big
>       hexadecimal literal.

Reply via email to