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

--- Comment #5 from Segher Boessenkool <segher at gcc dot gnu.org> ---
  if (y)
    {
      gcc_assert (n == 3);
      std::swap (arg_type[1], arg_type[2]);
    }


?

Reply via email to