Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimization crashes with trivial expressions. #9

Closed
johannfelixsoden opened this issue Mar 20, 2014 · 2 comments
Closed

Optimization crashes with trivial expressions. #9

johannfelixsoden opened this issue Mar 20, 2014 · 2 comments

Comments

@johannfelixsoden
Copy link

After commit 59aca15, the optimization fails with very trivial expressions like:

Local expr=1;
.sort
Format O2;
#Optimize expr;
.end

Error message:

test.frm Line 5 ==> Illegal empty value for preprocessor variable optimscheme_

The current git master and the "4.1" FORM binaries (build date Jan 13 2014) supplied on the FORM website are affected, but not the 4.1 release on github.

As we are using FORM in an automated environment, it would make additional effort to catch trivial expressions.

@johannfelixsoden
Copy link
Author

Sorry, this report is a duplicate of issue #7. I will therefore close it.

@tueda
Copy link
Collaborator

tueda commented Nov 29, 2018

FYI: This was a completely different bug from #7. As of November 2018, it has been fixed, while #7 still remains and leads to a crash.

It was introduced by 59aca15 and resolved by 84d7188.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants