https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101964
--- Comment #6 from Mateus Morais Dias de Souza ---
I was a wrong of me, my apologizes. I'll not do it again
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101964
--- Comment #4 from Mateus Morais Dias de Souza ---
I figured it out. My build script was something like this:
```bash
set -e
gcc main.c -o main
./main
```
for some reason gcc was not warning about my unseen error, then it ran the
program (becau
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101964
Bug ID: 101964
Summary: using scanf makes compiler never terminate
Product: gcc
Version: 11.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c