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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
As c_build_shufflevector requires that the 3rd+ args are all INTEGER_CSTs that
fit into shwi, I think we need to avoid calling that function if any of those
isn't such and processing_template_decl.  Perhaps we can
fold_non_dependent_expr them first.

Reply via email to