[PATCH] Revert mangling of names with -fprofile-generate=<dir>.

Martin Liška mliska@suse.cz
Thu Feb 6 13:25:00 GMT 2020


Hi.

The patch reverts mangling of filenames due to file
length limitation. Creation of a folder tree seems fine
in context of PGO.

Ready for master?
Thanks,
Martin

gcc/ChangeLog:

2020-02-06  Martin Liska  <mliska@suse.cz>

	PR gcov-profile/91971
	PR gcov-profile/93466
	* coverage.c (coverage_init): Revert mangling of
	path into filename.  It can lead to huge filename length.
	Creation of subfolders seem more natural.
---
  gcc/coverage.c | 8 --------
  1 file changed, 8 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Revert-mangling-of-names-with-fprofile-generate-dir.patch
Type: text/x-patch
Size: 667 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20200206/3ba6c530/attachment.bin>


More information about the Gcc-patches mailing list