On Jun 18, 2005, at 5:27 PM, Martin v. Löwis wrote:
So the questions are: - Does GCC support $ reordering of arguments? - If yes, why does gettext complain? - If no, shouldn't it?
GCC does not support (yet) $ reordering of arguments but there is a recent patch to support it: http://gcc.gnu.org/ml/gcc-patches/2005-05/msg02412.html -- Pinski