This repository has been archived by the owner on May 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
fla problem #9
Labels
bug
Something isn't working
Comments
GCC 7 is not supported, please use >= 9.3.0. |
I switched to GCC 9.3 and there was no problem with the above functions.
By drawing CFG, I found that some blocks have no succs.
It's working.
I tried to add -fdisable-tree-einline, but it didn't work. |
Well, need to add -fdisable-tree-einline and -fdisable-ipa-inline. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I try to fla process the following function,
But the error is reported, the error information is as follows:
I tried to print out the cfg(test.dot), and it looks normal.
dot -Tpng test.dot > test.png
Do you have any ideas?
The text was updated successfully, but these errors were encountered: