Opened 9 years ago
Closed 9 years ago
#8734 closed Bugs (fixed)
Identical dummy functions fall victim to COMDAT folding
Reported by: | Owned by: | Peter Dimov | |
---|---|---|---|
Milestone: | To Be Determined | Component: | bind |
Version: | Boost Development Trunk | Severity: | Regression |
Keywords: | Cc: |
Description
status/explicit-failures-markup.xml notes that bind/mem_fn_eq_test fails on MSVC with /OPT:ICF due to COMDAT folding.
Changing the functions slightly to produce different code solves the problem.
Attachments (1)
Change History (2)
by , 9 years ago
Attachment: | mem_fn_eq_test.cpp.patch added |
---|
comment:1 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
uniquify dummy functions