Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Delete redundant broken offsetof definitions#18947

Merged
jkotas merged 3 commits into
dotnet:masterfrom
jkotas:offsetof
Jul 17, 2018
Merged

Delete redundant broken offsetof definitions#18947
jkotas merged 3 commits into
dotnet:masterfrom
jkotas:offsetof

Conversation

@jkotas
Copy link
Copy Markdown
Member

@jkotas jkotas commented Jul 16, 2018

Fixes build breaks with latest Visual Studio Preview.

Fixes #18338

jkotas added 2 commits July 16, 2018 14:45
Fixes build breaks with latest Visual Studio Preview.

Fixes #18338
Comment thread src/inc/slist.h Outdated
#ifdef __GNUC__
// GCC defines offsetof to be __builtin_offsetof, which doesn't use the
#if 1
// Newer compiliers define offsetof to be __builtin_offsetof, which doesn't use the
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: compiliers => compilers

@jkotas
Copy link
Copy Markdown
Member Author

jkotas commented Jul 17, 2018

@dotnet-bot test OSX10.12 x64 Checked Innerloop Build and Test please

@jkotas jkotas merged commit cc3e7d0 into dotnet:master Jul 17, 2018
@jkotas jkotas deleted the offsetof branch July 18, 2018 19:02
jkotas added a commit to jkotas/coreclr that referenced this pull request Sep 25, 2018
Fixes build breaks with latest Visual Studio Preview.

Fixes #18338
jkotas added a commit to jkotas/coreclr that referenced this pull request Sep 25, 2018
Fixes build breaks with latest Visual Studio Preview.

Fixes #18338
hoyosjs added a commit to hoyosjs/coreclr that referenced this pull request Sep 26, 2018
Fixes build breaks with latest Visual Studio Preview.
hoyosjs added a commit to hoyosjs/coreclr that referenced this pull request Sep 29, 2018
Fixes build breaks with latest Visual Studio Preview.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants