[Bug ada/49944] [4.5/4.6/4.7 regression] Bootstrapping on x86_64-pc-kfreebsd-gnu fails with "s-taprop.adb:856:10: "pthread_attr_setaffinity_np" is undefined (more references follow)"

2011-08-02 Thread charlet at adacore dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49944 --- Comment #1 from charlet at adacore dot com 2011-08-02 10:51:19 UTC --- > This is because GNU/kFreeBSD uses s-taprop-linux.adb, which uses > subprograms Well, then that's the bug: kFreeBSD should cheat and try to reuse linux files, that's bou

[Bug ada/49944] [4.5/4.6/4.7 regression] Bootstrapping on x86_64-pc-kfreebsd-gnu fails with "s-taprop.adb:856:10: "pthread_attr_setaffinity_np" is undefined (more references follow)"

2011-08-02 Thread charlet at adacore dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49944 --- Comment #2 from charlet at adacore dot com 2011-08-02 10:53:47 UTC --- > > This is because GNU/kFreeBSD uses s-taprop-linux.adb, which uses > > subprograms > > Well, then that's the bug: kFreeBSD should cheat and try to reuse linux Sorry, I

[Bug ada/49944] [4.5/4.6/4.7 regression] Bootstrapping on x86_64-pc-kfreebsd-gnu fails with "s-taprop.adb:856:10: "pthread_attr_setaffinity_np" is undefined (more references follow)"

2011-08-02 Thread ludo...@ludovic-brenta.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49944 --- Comment #3 from Ludovic Brenta 2011-08-02 17:30:43 UTC --- I would not be so assertive as Arno. It seems to me (but I may be wrong) that s-taprop-linux.adb really only calls glibc and libpthread, not the kernel, and therefore should be calle

[Bug ada/49944] [4.5/4.6/4.7 regression] Bootstrapping on x86_64-pc-kfreebsd-gnu fails with "s-taprop.adb:856:10: "pthread_attr_setaffinity_np" is undefined (more references follow)"

2011-08-02 Thread charlet at adacore dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49944 --- Comment #4 from charlet at adacore dot com 2011-08-02 17:42:05 UTC --- > I would not be so assertive as Arno. Really? As the person who wrote this file and as the main tasking expert of GNAT, I think I can be so assertive on this topic. > I

[Bug ada/49944] [4.5/4.6/4.7 regression] Bootstrapping on x86_64-pc-kfreebsd-gnu fails with "s-taprop.adb:856:10: "pthread_attr_setaffinity_np" is undefined (more references follow)"

2011-08-04 Thread ludo...@ludovic-brenta.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49944 --- Comment #5 from Ludovic Brenta 2011-08-04 10:21:20 UTC --- OK, here is another patch which changes GCC to use s-taprop-posix.ad[bs] on GNU/kFreeBSD. The changes in s-osinte-kfreebsd-gnu.ads are more extensive than in the previous patch I sen

[Bug ada/49944] [4.5/4.6/4.7 regression] Bootstrapping on x86_64-pc-kfreebsd-gnu fails with "s-taprop.adb:856:10: "pthread_attr_setaffinity_np" is undefined (more references follow)"

2011-09-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49944 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.5.4

[Bug ada/49944] [4.5/4.6/4.7 regression] Bootstrapping on x86_64-pc-kfreebsd-gnu fails with "s-taprop.adb:856:10: "pthread_attr_setaffinity_np" is undefined (more references follow)"

2011-10-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49944 Richard Guenther changed: What|Removed |Added Priority|P3 |P4

Re: [Bug ada/49944] [4.5/4.6/4.7 regression] Bootstrapping on x86_64-pc-kfreebsd-gnu fails with "s-taprop.adb:856:10: "pthread_attr_setaffinity_np" is undefined (more references follow)"

2011-08-02 Thread Arnaud Charlet
> > This is because GNU/kFreeBSD uses s-taprop-linux.adb, which uses > > subprograms > > Well, then that's the bug: kFreeBSD should cheat and try to reuse linux Sorry, I meant of course "shouldN'T cheat" > files, that's bound to cause this kind of error.

Re: [Bug ada/49944] [4.5/4.6/4.7 regression] Bootstrapping on x86_64-pc-kfreebsd-gnu fails with "s-taprop.adb:856:10: "pthread_attr_setaffinity_np" is undefined (more references follow)"

2011-08-02 Thread Arnaud Charlet
> I would not be so assertive as Arno. Really? As the person who wrote this file and as the main tasking expert of GNAT, I think I can be so assertive on this topic. > It seems to me (but I may be wrong) that > s-taprop-linux.adb really only calls glibc and libpthread, not the > kernel, and > the