https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110292

--- Comment #5 from Yann Droneaud <yann at droneaud dot fr> ---
Hi,

Thanks a lot for the quick analysis of my issue.

(In reply to Andrew Pinski from comment #4)
> Note -Wstrict-aliasing=1 actually does warn:

OK, and -Wall enables -Wstrict-aliasing which defaults to -Wstrict-aliasing=3,
I'm sorry I haven't tried to use lower values ...

https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstrict-aliasing

(In reply to Andrew Pinski from comment #2)
> aliasing violations are known not to be warned about nor have a runtime
> sanitizer either.

Is there any other tool that would reliably detect such issues ?

Regards

Reply via email to