From 12b25483ace8e9cc9be42f8cae1b3b3273d27eec Mon Sep 17 00:00:00 2001 From: pmderodat Date: Thu, 9 Nov 2017 13:59:10 +0000 Subject: 2017-11-09 Jerome Lambourg * gcc-interface/Makefile.in: Add rules to build aarch64-qnx runtimes. 2017-11-09 Hristian Kirtchev * gcc-interface/trans.c (gnat_to_gnu): Add processing for N_Variable_Reference_Marker nodes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254581 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/gcc-interface/trans.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gcc/ada/gcc-interface/trans.c') diff --git a/gcc/ada/gcc-interface/trans.c b/gcc/ada/gcc-interface/trans.c index 0e46e5a921c..25f12371999 100644 --- a/gcc/ada/gcc-interface/trans.c +++ b/gcc/ada/gcc-interface/trans.c @@ -7695,12 +7695,12 @@ gnat_to_gnu (Node_Id gnat_node) /* Added Nodes */ /****************/ - /* Call markers are created by the ABE mechanism to capture the target of - a call along with other elaboration-related attributes which are either - unavailable of expensive to recompute. Call markers do not have static - and runtime semantics, and should be ignored. */ + /* Markers are created by the ABE mechanism to capture information which + is either unavailable of expensive to recompute. Markers do not have + and runtime semantics, and should be ignored. */ case N_Call_Marker: + case N_Variable_Reference_Marker: gnu_result = alloc_stmt_list (); break; -- cgit v1.2.1