Hacker News new | ask | show | jobs
by matttb 1767 days ago
Note Gcc does do this, just at -O2 and above, whereas Clang does it on -O1 and above. Gcc also only does it on C++ code whereas Clang does it on both C and C++