[Ada] Remove dead code for overlapping actuals and prefix notation
Pierre-Marie de Rodat
derodat@adacore.com
Thu Jun 17 14:33:10 GMT 2021
In detection of overlapping actuals we first call Refer_Same_Object to
filter function calls that act as actual parameters. There is no need to
later special-case any function calls, e.g. in the prefix notation.
Tested on x86_64-pc-linux-gnu, committed on trunk
gcc/ada/
* sem_warn.adb (Warn_On_Overlapping_Actuals): Remove dead code.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.diff
Type: text/x-diff
Size: 550 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc-patches/attachments/20210617/08d95714/attachment.bin>
More information about the Gcc-patches
mailing list