-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
g++ in CI don't report deprecated error #3642
Labels
Comments
Maybe caused by mistake marked |
I test the following compile command for g++ 9.2.0 and don't get any errors:
I am also confused about the compiler behavior, I don't specify the However, when switching to clang, we can see the expected error message:
these compiler parameters is same. This is really weird! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Please check the FAQ documentation before raising an issue
Describe the bug (required)
As shown in #3641
g++ already support it from 4.9 as said in https://gcc.gnu.org/projects/cxx-status.html#cxx14
Your Environments (required)
uname -a
g++ --version
orclang++ --version
lscpu
a3ffc7d8
)How To Reproduce(required)
Steps to reproduce the behavior:
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: