]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Follow-up fix to previous change for Text_Ptr
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 2 Apr 2024 08:51:00 +0000 (10:51 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 21 May 2024 07:26:45 +0000 (09:26 +0200)
commitb22c01db9a8cbc4030af4353a7b4d01be2c6123f
treed6e60bf94d45ef34e163b4db4f6edca64cbb08ff
parentc32fd1a614bd3bfd219bb6fd72e9b7ebf4a0a9c2
ada: Follow-up fix to previous change for Text_Ptr

The variable would be saved and restored while still uninitialized.

gcc/ada/

* err_vars.ads (Error_Msg_Sloc): Initialize to No_Location.
gcc/ada/err_vars.ads