[Issue 6698] Regression(2.053): segfault with naked asm in inner function
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Oct 24 02:02:36 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6698
--- Comment #2 from Don <clugdbug at yahoo.com.au> 2011-10-24 02:01:24 PDT ---
This is not caused by the compiler. The change seems to have been caused by a
change in druntime between 2.052 and 2.053.
This code didn't actually work before. If you change the assert to:
assert(i==49);
(which should fail), it doesn't fail!
This code is actually clobbering the return address.
The test case is bug 701, which hasn't been fixed. The bug is that this test
case is in the test suite.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list