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

Frequent macro redefinition warnings when compiling on NetBSD 7 #7

Open
srorso opened this issue Feb 8, 2018 · 0 comments
Open

Frequent macro redefinition warnings when compiling on NetBSD 7 #7

srorso opened this issue Feb 8, 2018 · 0 comments
Assignees
Labels

Comments

@srorso
Copy link
Contributor

srorso commented Feb 8, 2018

softfloat_stdTypes #defines a macro for int32_t. So does the NetBSD version of stdint.h, which is included first. The second definition of the macro does not affect correct code generation. I suspect the #define in softfloat_stdTypes.h is an artifact of a prior mechanism for indicating to compilation units that the integer types had been defined. Issue discovered during investigation of Hercules issue #244.

@srorso srorso added the bug label Feb 8, 2018
@srorso srorso self-assigned this Feb 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant