In PR34057 was mentioned that currently we have difference
in behavior with ld.bfd when these options are used together.
LLD implements --dynamic-list as simplified version script.
It is generally unclear why would someone want to use them together.
And also currently it complains (warns) about having a duplicate symbol f
in version script if f present both in dynamic list and version script, what
is not nice either.
It was suggested in comments to restrict such a combination,
and it seems reasonable solution to me.