This error message in gas-2.17.90.pot is not quite correct: #: config/tc-avr.c:504 #, c-format msgid "number must be less than %d" In the source code is actually checked, if the "number" is greater than max value or below zero.
Created attachment 2032 [details] Extend error message
Hi Jorma, I have checked in a patch to change the error message to: number must be positive and less than %d Cheers Nick