++
Assignee: unassigned at gcc dot gnu.org
Reporter: dturnbull at gmail dot com
The following works with gcc-4.8.2.
It fails with gcc-4.9.0-RC-20140411.
Using this simple main.cpp:
#include
#include
#include
int main() {
std::vector > data(10);
std::cout << &qu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60779
David Turnbull changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
++
Assignee: unassigned at gcc dot gnu.org
Reporter: dturnbull at gmail dot com
Using the following test code on g++-4.9 (GCC) 4.9.0 20140330
if (isnan((complex(1,0) / complex(0,0)).real())) {
cout << "Fortran rules: \n";
} else {
cout << "