[Bug tree-optimization/86050] Inline break tail-call optimization
Hi-Angel at yandex dot ru
gcc-bugzilla@gcc.gnu.org
Tue Jul 23 12:42:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86050
--- Comment #4 from Konstantin Kharlamov <Hi-Angel at yandex dot ru> ---
Works for me on gcc 9.1.0. I compile it as:
$ g++ test.cpp -o a -O2
And then running `./a` results in a bunch of:
Consumed 80 bytes
Consumed 80 bytes
Consumed 80 bytes
Consumed 80 bytes
Consumed 80 bytes
Consumed 80 bytes
Consumed 80 bytes
Consumed 80 bytes
Consumed 80 bytes
Consumed 80 bytes
Consumed 80 bytes
More information about the Gcc-bugs
mailing list