Ryan Burn

Results 25 issues of Ryan Burn

**Describe the bug** I'm trying to compile test cases that include ``` #include "catch2/catch_test_macros.hpp" #include "catch2/catch_approx.hpp" #include "catch2/generators/catch_generators.hpp" ``` but compilation fails with ``` ERROR: /home/rnburn/.cache/bazel/_bazel_rnburn/d8123aa23bfc2a43914d6af343f507b1/external/com_github_catchorg_catch2/BUILD.bazel:74:11: Compiling src/catch2/internal/catch_test_case_registry_impl.cpp failed: (Exit...

The buffer created [here](https://github.com/negasus/haproxy-spoe-go/blob/master/typeddata/typeddata.go#L82) ``` buf = append(buf, TypeInt64) b := make([]byte, 8) i := varint.PutUvarint(b, uint64(v)) ``` Isn't big enough for 64-bit integers (which can take up to 10...

[Bug 99568](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99568)

help wanted
compiler bug

[Bug 99569](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99569)

help wanted
compiler bug

Should have a `cc_module_test` rule.

help wanted