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

Bump __GNUC__, __GNUC_MINOR__ from 4.2.1 #42162

Open
davidbolvansky opened this issue Jul 29, 2019 · 3 comments
Open

Bump __GNUC__, __GNUC_MINOR__ from 4.2.1 #42162

davidbolvansky opened this issue Jul 29, 2019 · 3 comments
Assignees
Labels
bugzilla Issues migrated from bugzilla clang:frontend Language frontend issues, e.g. anything involving "Sema"

Comments

@davidbolvansky
Copy link
Collaborator

Bugzilla Link 42817
Version trunk
OS Linux
CC @zygoloid,@sylvestre

Extended Description

ICC:

printf("%d %d %d %d %s",__GXX_ABI_VERSION, GNUC, GNUC_MINOR, GNUC_PATCHLEVEL, VERSION);

1010 7 4 0 Intel(R) C++ gcc 7.4 mode

Clang's current gcc-compat version "4.2.1" is very old and may force Clang to take path for dump, old compilers.

@davidbolvansky
Copy link
Collaborator Author

assigned to @sylvestre

@sylvestre
Copy link
Collaborator

Which version would you like to see? Same as ICC ?

@davidbolvansky
Copy link
Collaborator Author

Yes, 7 could be good enough for now.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla clang:frontend Language frontend issues, e.g. anything involving "Sema"
Projects
None yet
Development

No branches or pull requests

2 participants