[Bug libstdc++/83833] chi_squared_distribution::param() forgot to change the member gamma_distribution

2018-01-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83833 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/83833] chi_squared_distribution::param() forgot to change the member gamma_distribution

2018-01-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83833 --- Comment #10 from Jonathan Wakely --- Author: redi Date: Mon Jan 29 14:44:48 2018 New Revision: 257149 URL: https://gcc.gnu.org/viewcvs?rev=257149&root=gcc&view=rev Log: PR libstdc++/83833 fix chi_squared_distribution::param(const param&) Ba

[Bug libstdc++/83833] chi_squared_distribution::param() forgot to change the member gamma_distribution

2018-01-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83833 --- Comment #11 from Jonathan Wakely --- Author: redi Date: Mon Jan 29 14:45:00 2018 New Revision: 257150 URL: https://gcc.gnu.org/viewcvs?rev=257150&root=gcc&view=rev Log: PR libstdc++/83833 fix failing test on ia32 PR libstdc++/83833

[Bug libstdc++/83833] chi_squared_distribution::param() forgot to change the member gamma_distribution

2018-01-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83833 --- Comment #10 from Jonathan Wakely --- Author: redi Date: Mon Jan 29 14:44:48 2018 New Revision: 257149 URL: https://gcc.gnu.org/viewcvs?rev=257149&root=gcc&view=rev Log: PR libstdc++/83833 fix chi_squared_distribution::param(const param&) Ba

[Bug libstdc++/83833] chi_squared_distribution::param() forgot to change the member gamma_distribution

2018-01-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83833 --- Comment #9 from Jonathan Wakely --- Author: redi Date: Mon Jan 29 14:07:27 2018 New Revision: 257146 URL: https://gcc.gnu.org/viewcvs?rev=257146&root=gcc&view=rev Log: PR libstdc++/83833 fix failing test on ia32 PR libstdc++/83833

[Bug libstdc++/83833] chi_squared_distribution::param() forgot to change the member gamma_distribution

2018-01-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83833 --- Comment #8 from Jonathan Wakely --- Author: redi Date: Mon Jan 29 13:58:49 2018 New Revision: 257144 URL: https://gcc.gnu.org/viewcvs?rev=257144&root=gcc&view=rev Log: PR libstdc++/83833 fix chi_squared_distribution::param(const param&) Bac

[Bug libstdc++/83833] chi_squared_distribution::param() forgot to change the member gamma_distribution

2018-01-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83833 --- Comment #7 from Jonathan Wakely --- Rounding errors, I'll make it check within a tolerance.

[Bug libstdc++/83833] chi_squared_distribution::param() forgot to change the member gamma_distribution

2018-01-19 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83833 Rainer Orth changed: What|Removed |Added CC||ro at gcc dot gnu.org --- Comment #6 from

[Bug libstdc++/83833] chi_squared_distribution::param() forgot to change the member gamma_distribution

2018-01-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83833 --- Comment #5 from Jonathan Wakely --- Fixed on trunk so far.

[Bug libstdc++/83833] chi_squared_distribution::param() forgot to change the member gamma_distribution

2018-01-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83833 --- Comment #4 from Jonathan Wakely --- Author: redi Date: Mon Jan 15 19:58:22 2018 New Revision: 256708 URL: https://gcc.gnu.org/viewcvs?rev=256708&root=gcc&view=rev Log: PR libstdc++/83833 fix chi_squared_distribution::param(const param&)

[Bug libstdc++/83833] chi_squared_distribution::param() forgot to change the member gamma_distribution

2018-01-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83833 Jonathan Wakely changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug libstdc++/83833] chi_squared_distribution::param() forgot to change the member gamma_distribution

2018-01-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83833 --- Comment #2 from Jonathan Wakely --- Oh, we multiply by two in operator() instead. But is that equivalent?

[Bug libstdc++/83833] chi_squared_distribution::param() forgot to change the member gamma_distribution

2018-01-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83833 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|