This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PING 2] Ability to remap file names in __FILE__, etc (PR other/70268)
- From: Boris Kolpackov <boris at codesynthesis dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 5 Dec 2017 10:50:42 +0200
- Subject: [PING 2] Ability to remap file names in __FILE__, etc (PR other/70268)
- Authentication-results: sourceware.org; auth=none
Hi,
I would like to again ping this patch:
https://gcc.gnu.org/ml/gcc-patches/2017-11/msg01451.html
While the patch touches a few places, it is mostly reshuffling,
generalizing, and fixing existing code. It also includes tests
for the new functionality. Seeing that there is interest[1] in
reproducible builds, I think it will be useful to have this
patch considered for GCC 8, if possible.
[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70268
Thanks,
Boris