Re: Value not equal to itself

2012-05-26 Thread Jordan Foster
On 5/26/12, Jordan Foster wrote: > gcc -v; gcc version 4.2.1 20070831 patched [FreeBSD] > uname -srip; FreeBSD 9.0-RELEASE i386 GENERI > Compiler command; gcc47 minimalErroringCode.cpp -o minimalErroringCode > Test; ./minimalErroringCode > Expected; no output > Result; Assertio

Value not equal to itself

2012-05-26 Thread Jordan Foster
gcc -v; gcc version 4.2.1 20070831 patched [FreeBSD] uname -srip; FreeBSD 9.0-RELEASE i386 GENERI Compiler command; gcc47 minimalErroringCode.cpp -o minimalErroringCode Test; ./minimalErroringCode Expected; no output Result; Assertion failed: ((buffer[0] = 0xFF) && buffer[0] == 0xFF), function main