https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98848
--- Comment #1 from Hongtao.liu <crazylht at gmail dot com> --- With a bit adjustment of testcase, vectorized. @@ -2,7 +2,7 @@ extern short a[9000]; int foo() { - int b; + short b; int i; b = a[0];
crazylht at gmail dot com via Gcc-bugs Wed, 27 Jan 2021 00:31:57 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98848
--- Comment #1 from Hongtao.liu <crazylht at gmail dot com> --- With a bit adjustment of testcase, vectorized. @@ -2,7 +2,7 @@ extern short a[9000]; int foo() { - int b; + short b; int i; b = a[0];