Re: [wwwdocs] Suggest UBsan in https://gcc.gnu.org/bugs/

2015-10-07 Thread Gerald Pfeifer
On Tue, 6 Oct 2015, Jonathan Wakely wrote: On IRC Markus pointed out that ubsan works in all supported releases, and that some code that gets ubsan errors still shows real gcc bugs, so here's an updated patch. This looks like a nice addition, thank you! Gerald

Re: [wwwdocs] Suggest UBsan in https://gcc.gnu.org/bugs/

2015-10-06 Thread Jonathan Wakely
On 06/10/15 11:54 +0100, Jonathan Wakely wrote: For many non-bugs UBsan is at least as likely to reveal it as -fno-strict-aliasing -fwrapv -fno-aggressive-loop-optimizations so we should tell people to try that before wasting time in Bugzilla. OK for wwwdocs? Index: htdocs/bugs/index.html ===

[wwwdocs] Suggest UBsan in https://gcc.gnu.org/bugs/

2015-10-06 Thread Jonathan Wakely
For many non-bugs UBsan is at least as likely to reveal it as -fno-strict-aliasing -fwrapv -fno-aggressive-loop-optimizations so we should tell people to try that before wasting time in Bugzilla. OK for wwwdocs? Index: htdocs/bugs/index.html ===