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 #5 from Jonathan Wakely ---
(In reply to Mateus Morais Dias de Souza from comment #4)
> 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 w
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
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Resolu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101964
Andrew Pinski changed:
What|Removed |Added
Resolution|INVALID |---
Status|RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101964
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---