This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug driver/78877] Missing suggestion for -fsanitize=addres


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

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
There's very similar one seen by Jakub in:
https://gcc.gnu.org/ml/gcc-patches/2016-12/msg01765.html

$ ./xgcc -B. -fsanitize=nul /tmp/a.c
xgcc: error: unrecognized argument to -fsanitize= option: ‘nul’
$ ./xgcc -B. -fsanitiz=nul /tmp/a.c
xgcc: error: unrecognized command line option ‘-fsanitiz=nul’; did you mean
‘-fsanitize=null’?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]