[Bug sanitizer/93436] [9 Regression] ICE during GIMPLE pass: sanopt with -fsanitize=address -fdump-tree-sanopt

2020-03-04 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93436

Marek Polacek  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Marek Polacek  ---
Fixed.

[Bug sanitizer/93436] [9 Regression] ICE during GIMPLE pass: sanopt with -fsanitize=address -fdump-tree-sanopt

2020-03-04 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93436

--- Comment #5 from CVS Commits  ---
The releases/gcc-9 branch has been updated by Marek Polacek
:

https://gcc.gnu.org/g:d8b65123ea2e7f169c3e3972d3942d73f9bc

commit r9-8335-gd8b65123ea2e7f169c3e3972d3942d73f9bc
Author: Marek Polacek 
Date:   Wed Mar 4 19:02:22 2020 -0500

sanopt: Avoid crash on anonymous parameter [PR93436]

PR sanitizer/93436
* sanopt.c (sanitize_rewrite_addressable_params): Avoid crash
on
null DECL_NAME.

[Bug sanitizer/93436] [9 Regression] ICE during GIMPLE pass: sanopt with -fsanitize=address -fdump-tree-sanopt

2020-01-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93436

Richard Biener  changed:

   What|Removed |Added

   Priority|P3  |P2
  Known to work||10.0

[Bug sanitizer/93436] [9 Regression] ICE during GIMPLE pass: sanopt with -fsanitize=address -fdump-tree-sanopt

2020-01-26 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93436

Marek Polacek  changed:

   What|Removed |Added

Summary|[9/10 Regression] ICE   |[9 Regression] ICE during
   |during GIMPLE pass: sanopt  |GIMPLE pass: sanopt with
   |with -fsanitize=address |-fsanitize=address
   |-fdump-tree-sanopt  |-fdump-tree-sanopt

--- Comment #4 from Marek Polacek  ---
Fixed on trunk so far.