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

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2010-10-22 
21:20:16 UTC ---
(In reply to comment #1)
> Someone named Tobias broke this with

Which was part of the fix for PR 37821. The issue was that the file name of the
including file was not printed before.

I think there is another issue besides the missing exit status code: I think
the error message is always printed in English. I think one needs at least to
use _(...) or to use another mechanism.

Maybe one should try again to use gfc_error_now - but one needs somehow to make
the locus available - maybe by constructing one and passing it via %L? Or maybe
using a simple "at %C" works?

Reply via email to