[Bug c++/60893] New: Unable to use link time optimizer with profiler

2014-04-18 Thread dturnbull at gmail dot com
++ 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

[Bug c++/60779] -fcx-fortran-rules ignored when using -flto

2014-04-07 Thread dturnbull at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60779 David Turnbull changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/60779] New: -fcx-fortran-rules ignored when using -flto

2014-04-07 Thread dturnbull at gmail dot com
++ 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 << "