https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58669
Andrew Pinski changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58669
--- Comment #5 from Andrew John Hughes ---
Thanks for reporting this. I'll let you know when a fix is committed.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58669
--- Comment #4 from Andrew John Hughes ---
Yes, I just said that above. I'll propose a patch when I get chance.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58669
--- Comment #3 from Folkert van Heusden ---
Did some googling and with appropriate #ifdefs it should be at least on linux
possible to retrieve this value:
sysconf(_SC_NPROCESSORS_ONLN);
If that function can't figure it out, it will return '1' wh
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58669
--- Comment #2 from Andrew John Hughes ---
This is easily fixed with sysconf(_SC_NPROCESSORS_ONLN);
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58669
Andrew John Hughes changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|