This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, committed] Fix for PR 58996


Hello Everyone,
	The attached patch will fix the issue pointed out in PR 58996. The main issue was that the runtime was not checking for the availability of pthread affinity before calling its functions. This patch should fix that. 

Here is the ChangeLog entry:
2014-01-20  Balaji V. Iyer  <balaji.v.iyer@intel.com>

        PR other/58996
        * configure.ac: Added a check for pthread affinity support.
        * runtime/os-unix.c: Likewise.
        * configure: Regenerate.


Thanks,

Balaji V. Iyer.

Attachment: diff.txt
Description: diff.txt


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]