[Bug sanitizer/110676] [11/12/13 Regression] strlen of array[1] should not be optimized to 0 if using ASAN

2024-05-13 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110676

Richard Biener  changed:

   What|Removed |Added

   Priority|P3  |P2

[Bug sanitizer/110676] [11/12/13 Regression] strlen of array[1] should not be optimized to 0 if using ASAN

2024-02-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110676

Jakub Jelinek  changed:

   What|Removed |Added

Summary|[11/12/13/14 Regression]|[11/12/13 Regression]
   |strlen of array[1] should   |strlen of array[1] should
   |not be optimized to 0 if|not be optimized to 0 if
   |using ASAN  |using ASAN

--- Comment #7 from Jakub Jelinek  ---
Fixed on the trunk.  Not sure whether we want to backport this or not.