------- Comment #3 from burnus at gcc dot gnu dot org  2007-07-24 18:53 -------
This is a translation bug:

msgid "Cannot assign to variable '%s' in PURE procedure at %L"
msgstr "In PURE-Prozedur bei %L kann nicht an Variable »%s« zugewiesen werden"

As %L / %s is reverted, gfortran crashes.

Solution: Replace %L ... %s  by %2$L ... %1$s

I reported the bug to the DE language team.


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32884

Reply via email to