[Bug c++/93436] New: ICE during GIMPLE pass: sanopt with -fsanitize=address -fdump-tree-sanopt
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: zgredder at gmail dot com Target Milestone: --- Input: #include std::optional f() { return 0u; } cfiend@Shoggoth ~/test $ g++ -fsanitize
[Bug c++/93436] ICE during GIMPLE pass: sanopt with -fsanitize=address -fdump-tree-sanopt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93436 --- Comment #1 from Bartosz Szreder --- Created attachment 47709 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47709&action=edit Preprocessed source code