[Ada] Confusion in Transform_Function_Array and internal subprograms
authorArnaud Charlet <charlet@adacore.com>
Sat, 7 Nov 2020 18:53:05 +0000 (19:53 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Mon, 30 Nov 2020 14:16:15 +0000 (09:16 -0500)
commitb50706ef31414f90590e59186ac44c117d5fdc8a
tree46f821a998aa83d30f2a1502a4ab9932aa7febe6
parent86b747a553784eb0675406c23f4789afe76eadab
[Ada] Confusion in Transform_Function_Array and internal subprograms

gcc/ada/

* ali-util.adb (Get_File_Checksum): Remove dead code.
* exp_ch4.adb (Expand_Boolean_Operator, Expand_N_Op_Not,
Make_Boolean_Array_Op): Take Transform_Function_Array into
account.
* exp_ch6.adb (Expand_Call_Helper): Update comment. Code
cleanup.
* exp_util.adb (Build_Procedure_Form): Use new predefined name
Name_UP_RESULT.
* snames.ads-tmpl (Name_UP_RESULT): New predefined name.  Code
cleanup: remove unused names from the project parser, moved to
gprbuild sources.
* xsnamest.adb: Add support for uppercase names.
gcc/ada/ali-util.adb
gcc/ada/exp_ch4.adb
gcc/ada/exp_ch6.adb
gcc/ada/exp_util.adb
gcc/ada/snames.ads-tmpl
gcc/ada/xsnamest.adb