[Bug c++/59463] New: Illegal Instruction: min() _GLIBCXX_USE_NOEXCEPT { return __FLT_MIN__; }

walkerboh1213 at gmail dot com gcc-bugzilla@gcc.gnu.org
Tue Dec 10 23:46:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59463

            Bug ID: 59463
           Summary: Illegal Instruction:  min() _GLIBCXX_USE_NOEXCEPT {
                    return __FLT_MIN__; }
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: walkerboh1213 at gmail dot com

Created attachment 31413
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31413&action=edit
Source file that causes the error.

Upon making a c++ program using libitm, I get the following error:

In file included from /proj/spear0/sw/include/c++/4.9.0/chrono:40:0,
                 from /proj/spear0/sw/include/c++/4.9.0/thread:38,
                 from bmharness.cpp:6:
/proj/spear0/sw/include/c++/4.9.0/limits:1558:7: internal compiler error:
Illegal instruction
       min() _GLIBCXX_USE_NOEXCEPT { return __FLT_MIN__; }
       ^
0xb43c9f crash_signal
        /proj/spear1/admin/src/gcc_trunk/gcc/toplev.c:336



More information about the Gcc-bugs mailing list