| Issue | 53088 |
|---|---|
| Summary | useless looping should report a warning at compile time. |
| Labels | new issue |
| Assignees | |
| Reporter | tearosccebe |
int main()
{
for(;;);
}
on x86_64-windows-gnu, it does not show anything, just crashes after running.I think it should show a warning here, or it is confusing when you optimize it to an int3 crashing.
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
