[Bug c/101964] using scanf makes compiler never terminate

2021-08-23 Thread mateusmoraisdias3 at gmail dot com via Gcc-bugs
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

[Bug c/101964] using scanf makes compiler never terminate

2021-08-20 Thread mateusmoraisdias3 at gmail dot com via Gcc-bugs
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

[Bug c/101964] New: using scanf makes compiler never terminate

2021-08-18 Thread mateusmoraisdias3 at gmail dot com via Gcc-bugs
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