We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While there is much point in running flang2 manually without arguments, it should still not just segfault:
flang2
$ flang2 Segmentation fault (core dumped)
gdb backtrace:
(gdb) bt #0 0x000000000057f344 in parse_arguments () #1 0x000000000050e2b9 in init () #2 0x000000000050da80 in main ()
The text was updated successfully, but these errors were encountered:
% /proj/pgi/flang/x86_64/dev/bin/flang1 < /dev/null Segmentation fault
Sorry, something went wrong.
Created #724 to address this issue
No branches or pull requests
While there is much point in running
flang2
manually without arguments, it should still not just segfault:gdb backtrace:
The text was updated successfully, but these errors were encountered: