Hacker News new | ask | show | jobs
by gpderetta 729 days ago
I believe clang does not use data gathered from optimization for normal compilation diagnostics to avoid them being dependent on compilation flags.

GCC does, but I guess this case just a case of missed warning, possibly to suppress false positive cases.