r278107 - in /trunk/gcc: ChangeLog config/rs600...

segher@gcc.gnu.org segher@gcc.gnu.org
Tue Nov 12 21:56:00 GMT 2019


Author: segher
Date: Tue Nov 12 21:56:13 2019
New Revision: 278107

URL: https://gcc.gnu.org/viewcvs?rev=278107&root=gcc&view=rev
Log:
rs6000: Use ULL on big hexadecimal literal

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.


	* config/rs6000/rs6000.md (rs6000_set_fpscr_drn): Use ULL on big
	hexadecimal literal.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/rs6000/rs6000.md



More information about the Gcc-cvs mailing list