-
Notifications
You must be signed in to change notification settings - Fork 709
Get rid of statement expressions from all core code for MSVC windows #6503
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/6503
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 68714ad with merge base 41a57e6 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D64953673 |
…6503) Summary: Statement expressions are supported in GCC but not in MSVC, so re-writing the macros in core that use statement expressions into expressions that use `do{}while(0)`. Reviewed By: larryliu0820 Differential Revision: D64953673
51bc2ac to
748df0e
Compare
|
This pull request was exported from Phabricator. Differential Revision: D64953673 |
…6503) Summary: Statement expressions are supported in GCC but not in MSVC, so re-writing the macros in core that use statement expressions into expressions that use `do{}while(0)`. Reviewed By: larryliu0820 Differential Revision: D64953673
748df0e to
0b708f6
Compare
|
This pull request was exported from Phabricator. Differential Revision: D64953673 |
…6503) Summary: Statement expressions are supported in GCC but not in MSVC, so re-writing the macros in core that use statement expressions into expressions that use `do{}while(0)`. Reviewed By: larryliu0820 Differential Revision: D64953673
0b708f6 to
f1ff88c
Compare
…6503) Summary: Statement expressions are supported in GCC but not in MSVC, so re-writing the macros in core that use statement expressions into expressions that use `do{}while(0)`. Reviewed By: larryliu0820 Differential Revision: D64953673
f1ff88c to
f4a2560
Compare
|
This pull request was exported from Phabricator. Differential Revision: D64953673 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D64953673 |
…6503) Summary: Statement expressions are supported in GCC but not in MSVC, so re-writing the macros in core that use statement expressions into expressions that use `do{}while(0)`. Reviewed By: larryliu0820 Differential Revision: D64953673
f4a2560 to
2366e32
Compare
|
This pull request was exported from Phabricator. Differential Revision: D64953673 |
…6503) Summary: Statement expressions are supported in GCC but not in MSVC, so re-writing the macros in core that use statement expressions into expressions that use `do{}while(0)`. Reviewed By: larryliu0820 Differential Revision: D64953673
2366e32 to
01482e1
Compare
|
This pull request was exported from Phabricator. Differential Revision: D64953673 |
…6503) Summary: Statement expressions are supported in GCC but not in MSVC, so re-writing the macros in core that use statement expressions into expressions that use `do{}while(0)`. Reviewed By: larryliu0820 Differential Revision: D64953673
01482e1 to
68714ad
Compare
|
This pull request was exported from Phabricator. Differential Revision: D64953673 |
Summary: Statement expressions are supported in GCC but not in MSVC, so re-writing the macros in core that use statement expressions into expressions that use
do{}while(0).Differential Revision: D64953673