--- Comment #5 from pinskia at gcc dot gnu dot org 2007-04-08 23:47 ---
No testcase in over 3 months so closing.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from jakub at gcc dot gnu dot org 2006-11-22 15:58 ---
Too old glibc or configured without TLS support? Try building gcc with
--disable-tls. Works just fine here.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-08-31 02:55 ---
Can you provide a compilable source?
This is related to PR 28468.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #2 from stefan dot lankes at rwth-aachen dot de 2006-08-30
09:55 ---
If I compile my test program with the current gcc and set OMP_NUM_THREADS to 2,
the program calculates a wrong value for PI. If I use Intel's C compiler, the
program calculates the correct value. Does the r
--- Comment #1 from stefan dot lankes at rwth-aachen dot de 2006-08-30
09:45 ---
I discovered that program works with OMP_NUM_THREADS<=2. If OMP_NUM_THREADS is
larger than 2, the program crashes.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28898