[Bug tree-optimization/92557] [10 Regression] ICE in omp_clause_aligned_alignment, at omp-low.c:4090

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Nov 18 17:11:00 GMT 2019


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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I think it doesn't hurt to punt instead of ICEing in the generic code, but as
Richard said, if it is not a target bug, it is at least a very strange choice,
how can a mode like V2DImode be preferred simd mode for DImode when it is not
supported with -maltivec -mno-vsx?  I think it should just return word_mode in
that case.


More information about the Gcc-bugs mailing list