Changeset 4130 for trunk/ProjectFortress/other_compiler_tests
- Timestamp:
- 09/05/09 14:21:41 (3 months ago)
- Location:
- trunk/ProjectFortress/other_compiler_tests
- Files:
-
- 2 modified
-
SimpleOverload4.fss (modified) (1 diff)
-
SimpleOverload5.fss (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ProjectFortress/other_compiler_tests/SimpleOverload4.fss
r3864 r4130 40 40 run(): () = do 41 41 print2("PA","SS") 42 42 43 43 (* Sorta-bug: 44 44 Set breakpoint in com.sun.fortress.compiler.OverloadRewriteVisitor 45 forFnRefOnly, if fns.size ()> 145 forFnRefOnly, if fns.size > 1 46 46 Problem is that overload disambiguate identifies a single function, 47 47 but the inferred type is insufficiently precise. 48 48 *) 49 49 50 50 jPrintln(local("b", "az")) 51 51 jPrintln(local(5,6)) 52 52 53 53 end 54 54 55 55 end 56 -
trunk/ProjectFortress/other_compiler_tests/SimpleOverload5.fss
r3864 r4130 43 43 (* Sorta-bug: 44 44 Set breakpoint in com.sun.fortress.compiler.OverloadRewriteVisitor 45 forFnRefOnly, if fns.size ()> 145 forFnRefOnly, if fns.size > 1 46 46 Problem is that overload disambiguate identifies a single function, 47 47 but the inferred type is insufficiently precise.

