User Activity

  • Posted a comment on ticket #786 on MinGW-w64 - for 32 and 64 bit Windows

    OK, I was able to minimize the test case (following instructions from gcc) down to a single line from Eigen that causes the problem, and filed a bug report here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89325

  • Modified a comment on ticket #786 on MinGW-w64 - for 32 and 64 bit Windows

    OK, I've narrowed down the issue to a simple test case, and found that it has to do with including Eigen/Core between different operator declarations. In the actual project this is due to various nested includes, some using Eigen, some not. test.cc class A { private: friend int &operator<<(int &i, const A &value) { return i; } }; #include <Eigen/Core> class B {}; int &operator<<(int &i, const B &ast); my compile command is x86_64-w64-mingw32.static.posix-g++ -c -isystem /mxe/usr/x86_64-w64-mingw32.static.posix/include/eigen3...

  • Posted a comment on ticket #786 on MinGW-w64 - for 32 and 64 bit Windows

    OK, I've narrowed down the issue to a simple test case, and found that it has to do with including Eigen/Core between different operator declarations. In the actual project this is due to various nested includes, some using Eigen, some not. test.cc class A { private: friend int &operator<<(int &i, const A &value) { return i; } }; #include <Eigen/Core> class B {}; int &operator<<(int &i, const B &ast); my compile command is x86_64-w64-mingw32.static.posix-g++ -c -isystem /mxe/usr/x86_64-w64-mingw32.static.posix/include/eigen3...

  • Created ticket #786 on MinGW-w64 - for 32 and 64 bit Windows

    Overwhelming number of "optimization attribute" warnings

View All

Personal Data

Username:
peepsalot
Joined:
2004-05-13 20:22:59

Projects

  • No projects to display.

Personal Tools