[ 
https://issues.apache.org/jira/browse/SYSTEMML-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Boehm closed SYSTEMML-2388.
------------------------------------
       Resolution: Fixed
         Assignee: Matthias Boehm
    Fix Version/s: SystemML 1.2

> Compilation failure functions without return clause
> ---------------------------------------------------
>
>                 Key: SYSTEMML-2388
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-2388
>             Project: SystemML
>          Issue Type: Bug
>            Reporter: Matthias Boehm
>            Assignee: Matthias Boehm
>            Priority: Major
>             Fix For: SystemML 1.2
>
>
> The IPA rewrite for inlining small functions currently leads to invalid hops 
> in case of special cases of no returns and remaining transient writes from 
> previous sequence of statement blocks that are combined into a single block.
> {code}
> foo = function (String msg) {
>     verbose = FALSE
>     if (verbose)
>         print(msg)
> }
> foo("This is an test error message.")
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to