-
Notifications
You must be signed in to change notification settings - Fork 16
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
Build failures with gcc 9 / Fedora 32: cgraph_node not defined as a type #11
Comments
It looks like this is also a problem in |
And After some trial and error I got things to build with the following patch, applied after (or part of, I guess) Install_step_1.
|
Given that GCC 9.3 and 10 contain fixes for the GCC bugs, |
It looks like there's a problem building the old version of gcc with gcc 9.1+, currently the version in Fedora Rawhide:
This was reported upstream here.
The text was updated successfully, but these errors were encountered: