https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88040

            Bug ID: 88040
           Summary: gdc silently ignores -ffile-prefix-map
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: d
          Assignee: ibuclaw at gdcproject dot org
          Reporter: ro at gcc dot gnu.org
  Target Milestone: ---

While working on a patch to include the gdc.test prefix in those test names,
I noticed that gdc silently ignores the -ffile-prefix-map option.  I could
certainly use it for reproducible builds and to solve one remaining issue in
a patch for the gdc.test prefix issue (to be submitted shortly).

Part of the implementation of that option for C family languages lives in
libcpp
and is this not appropriate for D, but the language has __FILE__ and
__FILE_FULL_PATH__ which could use similar treatment.

Reply via email to