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 for gcc-4 bug #4459

Merged
merged 1 commit into from
May 5, 2021
Merged

Workaround for gcc-4 bug #4459

merged 1 commit into from
May 5, 2021

Conversation

nobu
Copy link
Member

@nobu nobu commented May 5, 2021

False positive -Wundef in #elif after #if defined.

False positive `-Wundef` in `#elif` after `#if defined`.
@nobu nobu merged commit 5bde2e6 into ruby:master May 5, 2021
@shyouhei
Copy link
Member

shyouhei commented May 6, 2021

@nobu Too late, but JFYI this is just GCC is too strictly following C99. C17 fixed this in the ISO side. See also 3eb05a8

@nobu nobu deleted the gcc-4-Wundef branch May 6, 2021 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants