[Issue 7234] Segmentation fault when using stdio
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Jan 26 00:15:11 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7234
Don <clugdbug at yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |clugdbug at yahoo.com.au
--- Comment #1 from Don <clugdbug at yahoo.com.au> 2012-01-26 00:15:08 PST ---
This seems to be the same as bug 7231.
It reduces to:
struct Bug7324 {
void opDispatch()(){}
}
void func7234()
{
Bug7234 r;
if (r.xxx) {};
}
--
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