[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 #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

[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/

[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 yebbl...@gmail.com --- (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

[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 ket...@ketmar.no-ip.org changed: What|Removed |Added CC||ket...@ketmar.no-ip.org

[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

[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 yebbl...@gmail.com --- (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

[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 schvei...@yahoo.com changed: What|Removed |Added CC||schvei...@yahoo.com

[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 schvei...@yahoo.com --- (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-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

[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 yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment

[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

[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 ---