On 10/16/22 12:15, Ovidiu Panait via Gcc-patches wrote:
Currently, combining '-mxl-multiply-high' with -mcpu=v11.0 produces the
following bogus warning:
echo "int main(){}" | ./microblazeel-linux-gnu-gcc -mxl-multiply-high \
-mno-xl-soft-mul -mcpu=v11.0 -nostdlib -x c -
warning: '-mxl
Currently, combining '-mxl-multiply-high' with -mcpu=v11.0 produces the
following bogus warning:
echo "int main(){}" | ./microblazeel-linux-gnu-gcc -mxl-multiply-high \
-mno-xl-soft-mul -mcpu=v11.0 -nostdlib -x c -
warning: '-mxl-multiply-high' can be used only with '-mcpu=v6.00.a' or greate