Skip to content

Compiler warning/note in type-builder.cpp #7383

Description

@sbc100

With the compiler on my cloudtop I'm seeing this note/warning:

ninja: Entering directory `../binaryen-out/'
[223/224] Building CXX object test/gtest/CMakeFiles/binaryen-unittests.dir/type-builder.cpp.o
In file included from /usr/local/google/home/sbc/dev/wasm/binaryen/third_party/googletest/googletest/include/gtest/gtest.h:62,
                 from /usr/local/google/home/sbc/dev/wasm/binaryen/test/gtest/type-test.h:2,
                 from /usr/local/google/home/sbc/dev/wasm/binaryen/test/gtest/type-builder.cpp:2:
/usr/local/google/home/sbc/dev/wasm/binaryen/test/gtest/type-builder.cpp: In member function ‘virtual void TypeTest_TestTypeRelations_Test::TestBody()’:
/usr/local/google/home/sbc/dev/wasm/binaryen/test/gtest/type-builder.cpp:1175:8: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
 1175 | TEST_F(TypeTest, TestTypeRelations) {
      |        ^~~~~~~~

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions