https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108601

--- Comment #9 from Hongtao.liu <crazylht at gmail dot com> ---

> ----
> 
> decode_options() {
>   int flag = 1;
>   for (; flag <= 1 << 21; flag <<= 1)
>     ;
> }
> 
> ----
> 
> compile with gcc -fprofile-generate -mcpu=neoverse-v1 -Ofast opts.i

Reproduced with cross-compiler, thanks.

Reply via email to