[Bug libgomp/32193] Upgrading GNU/Linux to libc6_2.6~20070518-2 breaks libgomp make - FIX given

2008-03-03 Thread tim dot vanholder at anubex dot com
--- Comment #5 from tim dot vanholder at anubex dot com 2008-03-03 12:03 --- This issue with pthread_getaffinity_np also occurs on i686 debian, when building with --enable-targets=all (to get 64-bit output support). I have kernel 2.4, with glibc 2.3.6 (can't upgrade due to hardware

[Bug libgomp/32193] Upgrading GNU/Linux to libc6_2.6~20070518-2 breaks libgomp make - FIX given

2007-06-04 Thread rob1weld at aol dot com
--- Comment #4 from rob1weld at aol dot com 2007-06-04 08:30 --- Results: Results for 4.3.0 20070602 (libc6_2.3.6.ds1-13) testsuite on i686-pc-linux-gnu http://gcc.gnu.org/ml/gcc-testresults/2007-06/msg00168.html Results for 4.3.0 20070602 (libc6_2.6~20070518-2) testsuite on

[Bug libgomp/32193] Upgrading GNU/Linux to libc6_2.6~20070518-2 breaks libgomp make - FIX given

2007-06-03 Thread rob1weld at aol dot com
--- Comment #2 from rob1weld at aol dot com 2007-06-03 12:16 --- Comment From Andrew Pinski That is wrong and non portable. Your answer seems simple enough but I'm not sure I understand it ... I just did a make -i check and diff on my prior compile and this one. The results of the

[Bug libgomp/32193] Upgrading GNU/Linux to libc6_2.6~20070518-2 breaks libgomp make - FIX given

2007-06-03 Thread rob1weld at aol dot com
--- Comment #3 from rob1weld at aol dot com 2007-06-03 12:19 --- Typo correction: Change #define HAVE_libc6_2_6_PTHREAD_AFFINITY_NP 1 the the file to #define HAVE_libc6_2_6_PTHREAD_AFFINITY_NP 1 in the file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32193

[Bug libgomp/32193] Upgrading GNU/Linux to libc6_2.6~20070518-2 breaks libgomp make - FIX given

2007-06-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-06-03 05:37 --- Change that to: /* #include pthread.h */ #include nptl/pthread.h That is wrong and non portable. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32193