On Sat, 18 Oct 2014, Krzesimir Nowak wrote:
> + pp_verbatim (context->printer,
> +"%s from %r%s:%d%R", prefix, "locus",
> + diagnostic_report_from (context, map, "In file included");
We don't want to split up diagnostic text like that, because for
translation it may be necess
gcc/Changelog:
2014-10-18 Krzesimir Nowak
* diagnostic.c (diagnostic_report_from): New function. It prints
one line from include chain.
(diagnostic_report_current_module): Use the above function.
gcc/testsuite/ChangeLog:
2014-10-18 Krzesimir Nowak
* c-c++-common/cpp/pr42014.c: New.
* c-c