2 // Complete unroll forgot to update the statement usage
3 // which meant we ICEd in add_virtual_operand.
6 // { dg-options "-O2" }
12 unsigned long long m_count;
13 unsigned char _buffer[64];
14 static void Transform (unsigned * data);
15 void WriteByteBlock (unsigned t);
17 void SHA256::WriteByteBlock (unsigned t)
21 unsigned long long lenInBits = m_count;
24 for (int i = 0; i < 2; i++)
25 _buffer[t++] = (unsigned char)lenInBits;