help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

inconsistency between g++ and gcc


From: shlomo . anglister
Subject: inconsistency between g++ and gcc
Date: 13 May 2007 08:23:43 -0700
User-agent: G2/1.0

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;
}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]