comparison gcc/ada/libgnat/a-exstat.adb @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
4 -- -- 4 -- --
5 -- ADA.EXCEPTIONS.STREAM_ATTRIBUTES -- 5 -- ADA.EXCEPTIONS.STREAM_ATTRIBUTES --
6 -- -- 6 -- --
7 -- B o d y -- 7 -- B o d y --
8 -- -- 8 -- --
9 -- Copyright (C) 1992-2017, Free Software Foundation, Inc. -- 9 -- Copyright (C) 1992-2018, Free Software Foundation, Inc. --
10 -- -- 10 -- --
11 -- GNAT is free software; you can redistribute it and/or modify it under -- 11 -- GNAT is free software; you can redistribute it and/or modify it under --
12 -- terms of the GNU General Public License as published by the Free Soft- -- 12 -- terms of the GNU General Public License as published by the Free Soft- --
13 -- ware Foundation; either version 3, or (at your option) any later ver- -- 13 -- ware Foundation; either version 3, or (at your option) any later ver- --
14 -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- 14 -- sion. GNAT is distributed in the hope that it will be useful, but WITH- --
254 TBE.TB_Entry_For (To_Address (C)); 254 TBE.TB_Entry_For (To_Address (C));
255 end; 255 end;
256 end loop; 256 end loop;
257 end if; 257 end if;
258 258
259 -- The occurrence we're crafting is not currently being
260 -- propagated.
261
262 X.Machine_Occurrence := System.Null_Address;
263
259 -- If an exception was converted to a string, it must have 264 -- If an exception was converted to a string, it must have
260 -- already been raised, so flag it accordingly and we are done. 265 -- already been raised, so flag it accordingly and we are done.
261 266
262 X.Exception_Raised := True; 267 X.Exception_Raised := True;
263 return X; 268 return X;