https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109637
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot gnu.org Status|NEW |ASSIGNED --- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Mine. For the simple example in comment #0, I have a patch. This is the updating of test_for_singularity patch. For the GIMPLE_SWITCH issue in EVRP, I suspect the code in vr-values.c needs to update and/or added to see if the default was taken or not. I will handle this too.