[Issue 10734] Assertion failure: '0' on line 1546 in file 'cast.c'
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Aug 1 16:49:37 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10734
Kenji Hara <k.hara.pg at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice, pull
OS/Version|Windows |All
--- Comment #2 from Kenji Hara <k.hara.pg at gmail.com> 2013-08-01 16:49:36 PDT ---
(In reply to comment #1)
> Following code is independent of Windows:
> extern (C)
> {
> export size_t strlen(in char*);
> alias size_t function(in char*) strlenfunc;
> }
> void main()
> {
> strlenfunc fn = &strlen;
> }
Thanks. I opened a a pull request to fix the ice bug.
https://github.com/D-Programming-Language/dmd/pull/2439
--
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