fixed 710322 3.3-1
thanks
Hi,
On my system at least, this bug is fixed.
-- bar.cpp --
#include <cstddef>
int main() {
return 0;
}
$ clang++ bar.cpp
$ ./a.out
If it stills fails on your system, please provide a testcase and reopen it.
Thanks
S