You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
Hello,
I am from Microsoft Visual C++ team.
I see that you distribute nvtt library (and some other ones?) compiled with /GL with an old compiler. Couple of years ago we introduced a breaking change in the internal representation; unfortunately we didn't notice in time that it's breaking.
Now fresh compiler crashes while trying to compile such library as a part of other projects.
I am going to fix the crash, but the fix can only be not to crash but to report an error, new compiler won't accept older libraries, they will have to be rebuilt anyway.
Hello,
I am from Microsoft Visual C++ team.
I see that you distribute nvtt library (and some other ones?) compiled with /GL with an old compiler. Couple of years ago we introduced a breaking change in the internal representation; unfortunately we didn't notice in time that it's breaking.
Now fresh compiler crashes while trying to compile such library as a part of other projects.
I am going to fix the crash, but the fix can only be not to crash but to report an error, new compiler won't accept older libraries, they will have to be rebuilt anyway.
Here is one of the reports to us about the crash: https://developercommunity.visualstudio.com/content/problem/1110057/fatal-error-c1001-internal-compiler-error-8.html
Thank you,
Natalia Glagoleva, MSVC
The text was updated successfully, but these errors were encountered: