-
Notifications
You must be signed in to change notification settings - Fork 17
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
Problems trying to compile exprtk tests adapted #88
Comments
Here is the output of gdb while trying to compile the preprocessed
|
Here is the profile output from a trimmed down
|
@mingodad Thank you to testing the compiler! It seems |
Leaving
|
While trying to output the inequalities in
Changes to
wcc onine before:
wcc online after:
|
It seems like using |
When lexing integers we need to check the value range to classify then properly . |
I suspect that the difference between gcc/xcc-compiled and online-wcc I think using |
I'm gonna close this issue. |
While testing
xcc/wcc
with an adapted version of the tests from https://github.com/ArashPartow/exprtk the onlinewcc
compile and give different results fromgcc
, thexcc
takes for ever to compile and I aborted it, see attached file.It's a good source to profile the compiler.
exprtk.c.zip
The text was updated successfully, but these errors were encountered: