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 sanitizer/83219] [8 regression] c-c++-common/ubsan/unreachable-2.c fails starting with r255201


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

--- Comment #8 from rguenther at suse dot de <rguenther at suse dot de> ---
On Thu, 30 Nov 2017, jakub at gcc dot gnu.org wrote:

> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83219
> 
> --- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
> For the -fsanitize=unreachable, maybe just gimple_seq_unreachable_p shouldn't
> return true ever if sanitize_flags_p (SANITIZE_UNREACHABLE).

That probably will work in practice.

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