]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Move constant declaration
authorRonan Desplanques <desplanques@adacore.com>
Thu, 9 Oct 2025 08:08:50 +0000 (10:08 +0200)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Mon, 3 Nov 2025 14:15:16 +0000 (15:15 +0100)
commitebfc39db7fed86b61f6682cd5b081e1ed7a92b9d
treea98fcc78028d85c2a257503ec55c516bc4f3c339
parent280d165843e05ab682a7855b218d856836829a6d
ada: Move constant declaration

This patch reduces the scope of a recently introduced variable because
it was much larger than it needed to be.

gcc/ada/ChangeLog:

* libgnat/s-stratt.adb (W_80IEEE): Make constant local.
gcc/ada/libgnat/s-stratt.adb