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

Workaround gcc 9-12 code miscompilation that broke section link ids #18

Merged
merged 1 commit into from
Sep 26, 2022

Conversation

Lastique
Copy link
Member

gcc 9.2 through 12.1 has a code generation bug that result in incorrect link ids for some sections in the generated XML.

This commit applies a workaround as suggested by Nikita Kniazev in:

boostorg/spirit#737 (comment)

Fixes #11.

gcc 9.2 through 12.1 has a code generation bug that result in incorrect
link ids for some sections in the generated XML.

This commit applies a workaround as suggested by Nikita Kniazev in:

boostorg/spirit#737 (comment)

Fixes boostorg#11.
@pdimov pdimov merged commit 7aa388d into boostorg:develop Sep 26, 2022
@Lastique Lastique deleted the feature/fix_broken_link_ids branch September 26, 2022 16:19
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

Successfully merging this pull request may close these issues.

Generated section ids have a colon prefix
2 participants