Can anyone with FreeBSD 8.1-RC1 i386 or FreeBSD 8.1-RC2 i386 confirm
that the following code compiles and fails with the version of clang++
from ports?
This works with g++ and fails with clang++ for me.
Here is the original code
#include <iostream>
int main()
{
std::cout << 1;
return 1;
}
My bug report is here: http://llvm.org/bugs/show_bug.cgi?id=7489
I want to know if this is my problem or a clang++ problem or a bug
somewhere else.
--
Eitan Adler
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"