[Patch, Fortran] PR54599 (4/n) FIx issues found by Coverity scann

2012-09-17 Thread Tobias Burnus
This patch fixes some of the issues collected in the PR. Some remarks to the changed in the attached patch: - gcc_assert (*format++ == '$'); That code gets executed when some error message with value %d for string %s gets translated into some error message for string %2$s with

Re: [Patch, Fortran] PR54599 (4/n) FIx issues found by Coverity scann

2012-09-17 Thread Mikael Morin
On 17/09/2012 09:47, Tobias Burnus wrote: This patch fixes some of the issues collected in the PR. Some remarks to the changed in the attached patch: - gcc_assert (*format++ == '$'); That code gets executed when some error message with value %d for string %s gets