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

CoreCLR failed when build in conformance mode (/permissive-) #10378

Closed
PhoebeHui opened this issue May 25, 2018 · 1 comment
Closed

CoreCLR failed when build in conformance mode (/permissive-) #10378

PhoebeHui opened this issue May 25, 2018 · 1 comment
Labels
area-Infrastructure-coreclr good first issue Issue should be easy to implement, good for first-time contributors help wanted [up-for-grabs] Good issue for external contributors

Comments

@PhoebeHui
Copy link

I build CoreCLR with Visual studio 15.7.1 in conformance mode (/permissive-) on Windows, it failed with error C4596, The changes involved by
dotnet/coreclr@b39a5b2#diff-7844842ffbae44d891b5170d2a229d4bR1590

Could you help remove the redundant "LinearScan::" on BuildRMWUses. The compiler complains about this in conformance mode (/permissive-)

Failures:
d:\coreclr\src\src\jit\lsra.h(1590): error C4596: 'BuildRMWUses': illegal qualified name in member declaration

@kant2002
Copy link
Contributor

kant2002 commented Jun 4, 2018

@jkotas this should be already fixed by dotnet/coreclr#18272

@jkotas jkotas closed this as completed Jun 4, 2018
@msftgits msftgits transferred this issue from dotnet/coreclr Jan 31, 2020
@dotnet dotnet locked as resolved and limited conversation to collaborators Dec 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Infrastructure-coreclr good first issue Issue should be easy to implement, good for first-time contributors help wanted [up-for-grabs] Good issue for external contributors
Projects
None yet
Development

No branches or pull requests

3 participants