Skip to content

Delete null comparisons of non-null arguments - #64435

Merged
jkotas merged 1 commit into
dotnet:mainfrom
am11:feature/native/gcc-build
Jan 28, 2022
Merged

Delete null comparisons of non-null arguments#64435
jkotas merged 1 commit into
dotnet:mainfrom
am11:feature/native/gcc-build

Conversation

@am11

@am11am11 commented Jan 28, 2022

Copy link
Copy Markdown
Member

non-null args comparisons were earlier deleted in coreclr, this is to fix remaining GCC warnings in NativeAOT.

@ghostghost added community-contribution Indicates that the PR has been added by a community member area-Infrastructure-coreclr Only use for closed issues labels Jan 28, 2022
@ghost

Copy link
Copy Markdown

Tagging subscribers to this area: @hoyosjs
See info in area-owners.md if you want to be subscribed.

Issue Details

non-null args comparisons were earlier deleted in coreclr, this is to fix remaining GCC warnings in NativeAOT.

Author:am11
Assignees:-
Labels:

area-Infrastructure-coreclr, community-contribution

Milestone:-

@am11
am11force-pushed the feature/native/gcc-build branch from 65f8c01 to 13e9814CompareJanuary 28, 2022 08:13
@am11

am11 commented Jan 28, 2022

Copy link
Copy Markdown
MemberAuthor

cc @jkotas, arm test failure is unrelated (possibly #60825).

@jkotas
jkotas merged commit 88b63d1 into dotnet:mainJan 28, 2022
@ghostghost locked as resolved and limited conversation to collaborators Feb 27, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Infrastructure-coreclrOnly use for closed issuescommunity-contributionIndicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@am11@jkotas