http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42616

Victor K. <vityan at vityan dot sytes.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vityan at vityan dot
                   |                            |sytes.net

--- Comment #8 from Victor K. <vityan at vityan dot sytes.net> 2011-01-05 
18:20:35 UTC ---
Testsuite works just fine with MingW-W64(GCC 4.6.0) + WinPthreads:


/mw64src
$ g++ -m32 omp_test.c -o ./omptst.exe -D_OPENMP -lgomp -lpthread

/mw64src
$ ./omptst
OMP : All looks good



/mw64src
$ g++ -m64 -static omp_test.c -o ./omptst64.exe -D_OPENMP -lgomp -lpthread

/mw64src
$ ./omptst64
OMP : All looks good

Reply via email to