https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106132
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Martin Liska <mar...@gcc.gnu.org>: https://gcc.gnu.org/g:6da7f7c5ac03f85a753989712588511e5f56e73d commit r13-1576-g6da7f7c5ac03f85a753989712588511e5f56e73d Author: Martin Liska <mli...@suse.cz> Date: Wed Jun 29 10:26:52 2022 +0200 sanitizer: Fix hwasan related option conflicts [PR106132] Split report_conflicting_sanitizer_options(..., SANITIZE_ADDRESS | SANITIZE_HWADDRESS) call into 2 calls as we don't have any option that would be address+hwaddress (that conflicts) as well. PR sanitizer/106132 gcc/ChangeLog: * opts.cc (finish_options): Use 2 calls to report_conflicting_sanitizer_options. gcc/testsuite/ChangeLog: * c-c++-common/hwasan/arguments-3.c: Cover new ICE.