[cfe-dev] Filing bug-report with a attachment that is larger than 1MB?

David Blaikie via cfe-dev cfe-dev at lists.llvm.org
Wed May 8 08:59:52 PDT 2019


Thanks - reduced the test case and filed
https://bugs.llvm.org/show_bug.cgi?id=41800

Though it looks like it /might/ be a bug in Visual Studio's standard
library implementation - might be worth trying a newer Visual Studio, if
you have the chance (as it may be fixed, or at least changed in a way
that's clang-compatible).

On Mon, May 6, 2019 at 6:36 AM degski <degski at gmail.com> wrote:

> Nicolas Lesser wrote:
> > vcpkg is a C++ library package manager, not your distro's package
> manager. If you're on Windows, then maybe you can download >> it somewhere?
>
> It's not in the Fedora repo either, so we could qualify it as obscure at
> best.
>
> >> But you said that your code is small, and if the only code you #include
> is from the standard library, then it's okay IMO to just include that and
> not the full prepocessed source. Maybe also include your compiler flags.
>
> My code [~15 lines] pulls in a lib https://github.com/bluescarni/mppp
> (which pulls in gmp) and some STL, and that's [in mppp] where it happens.
>
> I've now hosted the files on github
> https://gist.github.com/degski/3949d4bc2b723c659fae29cb4eabc47e and 2
> others.
>
> degski
> --
> *Microsoft, please kill Paint3D*
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20190508/4683ecd6/attachment.html>


More information about the cfe-dev mailing list