Michaël Zasso

Results 1686 comments of Michaël Zasso

I tried to compile locally out of curiosity. This is what I get: ``` maglev.cc C:\Users\mzasso\git\node\deps\v8\src\maglev\maglev-ir.cc(3855): fatal error C1001: Internal compiler error. [C:\Users\ mzasso\git\node\tools\v8_gypfiles\v8_base_without_compiler.vcxproj] (compiler file 'D:\a\_work\1\s\src\vctools\Compiler\Utc\src\p2\main.c', line 242) To...

What's the long term solution ? Is Microsoft aware of the MSVC bug?

I tried the new version and it fails as well. I'll need some time to find a way to generate a preprocessed file to submit to the community forums

I don't really know what to do. As soon as I add `/P` to the MSVC arguments, compilation fails saying that it cannot find `v8_pch.h`.

From the main branch of the nodejs/node repo: ```console .\vcbuild.bat debug ``` After some time, it errors. Then: ```console cd tools\v8_gypfiles "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.40.33807\bin\HostX64\x64\CL.exe" /c /I..\..\deps\v8 /I..\..\deps\v8\include /I"..\..\out\Debug\obj\global_intermediate\generate-bytecode-output-root" /I..\..\out\Debug\obj\global_intermediate...

Ok, I was able to make a standalone repro using the output from `/E`: [repro.zip](https://github.com/user-attachments/files/15521392/repro.zip) Opened https://developercommunity.visualstudio.com/t/Internal-compiler-error-with-MSVC-1440/10673166

The report I made is now Fixed - Pending Release.

VS 17.10.2 was released, but it doesn't include an updated MSVC.

Still an issue with VS 17.10.3.

😞 My report at https://developercommunity.visualstudio.com/t/Internal-compiler-error-with-MSVC-1440/10673166 is still marked "Pending Release"