[Bug c++/77858] std::polar throws an exception if rho is negative

2016-10-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77858 Jonathan Wakely changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/77858] std::polar throws an exception if rho is negative

2016-10-05 Thread holger.seelig at yahoo dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77858 --- Comment #3 from Holger Seelig --- Thanks for your response I have looked into c++config.h and figured out that __glibcxx_assert depends on the definition of_GLIBCXX_PARALLEL, that I have defined. Probably better for me not to use this defini

[Bug c++/77858] std::polar throws an exception if rho is negative

2016-10-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77858 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/77858] std::polar throws an exception if rho is negative

2016-10-05 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77858 --- Comment #1 from Marc Glisse --- The standard says "Requires: rho shall be non-negative and non-NaN. theta shall be finite." (I wasn't in favor of it, seems gratuitous, but if you want to complain about the standard, this isn't the right place