trans.c (gnat_to_gnu): Convert the count to the unsigned version of its base type...
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 27 May 2019 09:14:30 +0000 (09:14 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 27 May 2019 09:14:30 +0000 (09:14 +0000)
commit73cd514ab5ac3d73f0a9e8fcf72fad1a859e5022
treeb5dc73d98aedcd120f7b6282703e128a6cdb8e7d
parent3aad84a49e51a0cd5bfae5176c5311303ebfb8a7
trans.c (gnat_to_gnu): Convert the count to the unsigned version of its base type before proceeding.

* gcc-interface/trans.c (gnat_to_gnu) <Shift operations>: Convert the
count to the unsigned version of its base type before proceeding.

From-SVN: r271646
gcc/ada/ChangeLog
gcc/ada/gcc-interface/trans.c