On 11/19/2015 12:02 AM, Jakub Jelinek wrote:
2015-11-18 Jakub Jelinek <ja...@redhat.com>
PR preprocessor/60736
* include/cpplib.h (cpp_errno_filename): New prototype.
* errors.c (cpp_errno): Don't handle msgid "" specially, use
_(msgid) instead of msgid as argument to cpp_error.
(cpp_errno_filename): New function.
* files.c (read_file_guts): Use cpp_errno_filename instead of
cpp_errno.
(open_file_failed): Likewise. Use file->name if file->path is NULL
in diagnostics.
Ok. Is it worth it to put Ian's mini-testcase of "#include
<stdc-predef.h>" into the testsuite?
Bernd