The following code compiles on g++ and not on gcc
compiler version 3.4.2

#include <pthread.h>

int main() {
  pthread_barrier_t test_barrier;
  return 0;
}

_______________________________________________
help-gplusplus mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to