https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117886
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rejects-valid Last reconfirmed| |2024-12-02 Ever confirmed|0 |1 Summary|GIMPLE pass asan0 no longer |[15 Regression] GIMPLE pass |works after |asan0 no longer works after |LIBGCCJIT_ABI_32 |r15-5528 Target Milestone|--- |15.0 Status|UNCONFIRMED |NEW --- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Schrodinger ZHU Yifan from comment #3) > (In reply to Andrew Pinski from comment #2) > > [s]bitsizetype is not handled in JIT. > > I see. But why does it work before? Because tree_type_to_jit_type was only added with r15-5528-g87f0136fa46c9b . The function seems to be written incorrectly in the first place.