This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/84811] ICE on valid code at -O3 in 64-bit mode on x86_64-linux-gnu: in smallest_mode_for_size, at stor-layout.c:355


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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
get_stored_val isn't called at all for me.  known_subrange_p is just never
true, there is no overlap between any of the stores.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]