[Bug tree-optimization/109695] [14 Regression] crash in gimple_ranger::range_of_expr since r14-377-gc92b8be9b52b7e

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed May 10 15:03:30 GMT 2023


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109695

--- Comment #33 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
That would indeed simplify things and auto_vec member would be unnecessary, nor
any of the length/allocated members etc.  All we'd need is just a pointer and
small size buffer (and is_small check would be pointer == &small_size_buffer).


More information about the Gcc-bugs mailing list