https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119649
--- Comment #2 from Xieym <xieym3 at zohomail dot com> --- The following also has the same crash signature, is it the same reason? $ cat file.c void main(){ float x = 1.; x *= sqrt(x); char *x =""; } Url: https://godbolt.org/z/oradxqaxE