Status: Available
Owner: ----
Components: Translator
OS: All
Priority: Medium
Type: Defect
New issue 8592 by kkinn...@
apple.com: :TIntermConstantUnion::FoldBinary with void variables
https://bugs.chromium.org/p/angleproject/issues/detail?id=8592TEST_F(ParseTest, StructWithVoidAndDivNoCrash)
{
const char kShader[] = R"(
const struct s { void i; } ss = s();
vec3 q=ss.i/ss.i)";
EXPECT_FALSE(compile(kShader));
EXPECT_TRUE(foundErrorInIntermediateTree());
EXPECT_TRUE(foundInIntermediateTree("something"));
}
--
You received this message because:
1. The project was configured to send all issue notifications to this address
You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings