[Issue 11388] fun (A a) is not callable using argument types (A)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Oct 30 14:16:23 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=11388


thelastmammoth at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |regression


--- Comment #1 from thelastmammoth at gmail.com 2013-10-30 14:16:21 PDT ---
actually this is a regression: worked in dmd 063.2, doesn't in dmd 064:

path/dmd2_063_2/osx/bin//dmd -c -o- -Ipath/dmd2_063_2/src/druntime/src/
path/dmd2_063_2/src/druntime/src/rt/deh2.d

works


but replace dmd2_063_2 by dmd2_064_beta_4 everywhere in the line above:

dmd2_064_beta_4/src/druntime/src/rt/deh2.d(121): Error: function
rt.deh2.__eh_finddata (void* address) is not callable using argument types
(void*, immutable(FuncTable)*, immutable(FuncTable)*)

dmd2_064_beta_4/src/druntime/src/rt/deh2.d(117): Error: opApply() function for
SectionGroup must return an int

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