[Issue 9655] Two functions with identical implementations are allowed to have the same address

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9655 Iain Buclaw changed: What|Removed |Added Priority|P2 |P4 --

[Issue 9655] Two functions with identical implementations are allowed to have the same address

2014-10-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9655 --- Comment #12 from Steven Schveighoffer --- (In reply to Steven Schveighoffer from comment #11) > I don't think this is true. I was supposed to delete this part of the comment, when I found the spec quote. Sorry :) --

[Issue 9655] Two functions with identical implementations are allowed to have the same address

2014-10-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9655 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment #11 fr

[Issue 9655] Two functions with identical implementations are allowed to have the same address

2014-10-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9655 --- Comment #10 from yebblies --- (In reply to bearophile_hugs from comment #9) > (In reply to yebblies from comment #7) > > > No, you shouldn't rely on this ever. > > Why? Because in D it's specified that the functions may not have distinct addres

[Issue 9655] Two functions with identical implementations are allowed to have the same address

2014-10-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9655 --- Comment #9 from bearophile_h...@eml.cc --- (In reply to yebblies from comment #7) > No, you shouldn't rely on this ever. Why? I think the C standard requires those functions to have different addresses. So I think that C code is correct. (And ind

[Issue 9655] Two functions with identical implementations are allowed to have the same address

2014-10-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9655 Ketmar Dark changed: What|Removed |Added CC||ket...@ketmar.no-ip.org --- Comment #8 from Ket

[Issue 9655] Two functions with identical implementations are allowed to have the same address

2014-10-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9655 --- Comment #7 from yebblies --- (In reply to bearophile_hugs from comment #6) > > This is not enough. What do you have to do if you want to be certain to have > distinct D functions pointers even if the function body may or may not be > the same? (T

[Issue 9655] Two functions with identical implementations are allowed to have the same address

2014-10-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9655 --- Comment #6 from bearophile_h...@eml.cc --- (In reply to github-bugzilla from comment #5) > Commit pushed to master at > https://github.com/D-Programming-Language/dlang.org > > https://github.com/D-Programming-Language/dlang.org/commit/ > e5d39c811

[Issue 9655] Two functions with identical implementations are allowed to have the same address

2014-10-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9655 --- Comment #5 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/e5d39c811d080ad8aae8903e96711f7f7715ca99 Merge pull request

[Issue 9655] Two functions with identical implementations are allowed to have the same address

2014-10-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9655 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||pull --- Comment #4 from hst...@quick

[Issue 9655] Two functions with identical implementations are allowed to have the same address

2014-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9655 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #3 from yebblies -

[Issue 9655] Two functions with identical implementations are allowed to have the same address

2014-09-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9655 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Comment #2

[Issue 9655] Two functions with identical implementations are allowed to have the same address

2013-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9655 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com