Re: [PATCH] microblaze: use strverscmp() in MICROBLAZE_VERSION_COMPARE()

2022-10-24 Thread Jeff Law via Gcc-patches
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

[PATCH] microblaze: use strverscmp() in MICROBLAZE_VERSION_COMPARE()

2022-10-16 Thread Ovidiu Panait via Gcc-patches
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