This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch libgcov]: PR bootstrap/47055 - "make profiledbootstrap" fails on MSYS/mingw-w64


Hello,

this patch fixes the reported issue of PR 47055. We didn't checked for
absolute filenames in the case that no prefix. So we prefix filename
by an slash.

ChangeLog

        PR bootstrap/47055
        * libgcov.c (gcov_exit): Check for HAS_DRIVE_SPEC.

Tested for x86_64-w64-mingw32, i686-pc-mingw32, and regression tested
for i686-pc-cygwin.

Ok for apply?

Regards,
Kai

Attachment: libgcov.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]