where to report (significant?) msvc compiler bug

phildo3 21 Reputation points
2022-02-02T19:07:42.783+00:00

I have this repro: https://gist.github.com/Phildo/2e62b66e0c0412ed6513e7b85a736faf

I've already done "Report a Problem" via VS2019, but I haven't heard anything back.

Where can I get a compiler dev's attention?

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,537 questions
{count} votes

Accepted answer
  1. Michael Taylor 48,576 Reputation points
    2022-02-02T19:54:02.657+00:00

    Through VS as you already have is the correct approach. That is where they respond from. It is not uncommon to not hear anything back and you can always go to the https://developercommunity.visualstudio.com site to see if others are having the same issue. Note that they are unlikely to respond if you don't provide a simple repro that they can use. It is also dependent upon impact and risk. You are unlikely to get a quick response and fix irrelevant if that is what you are expecting.

    If that really isn't good enough then you can either use your existing paid MS Support request to get a support engineer or you can pay for a support request otherwise. That is the only other way to get quicker responses.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Sander van de Velde 28,626 Reputation points MVP
    2022-02-02T19:43:29.643+00:00

    Hello @phildo3 ,

    In Visual Studio (in 2022 and probably in the 2019 version too), you can submit feedback etc. :

    170626-image.png

    I think this is a good starting point.

    Next to that, on GitHub, there is a .Net compiler repository. Perhaps these guys know who to contact.

    0 comments No comments