This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/44245] ICE: in extract_insn, at recog.c:2048 when __builtin_ia32_crc32di is used



------- Comment #3 from hjl at gcc dot gnu dot org  2010-05-23 21:59 -------
Subject: Bug 44245

Author: hjl
Date: Sun May 23 21:58:51 2010
New Revision: 159769

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159769
Log:
Properly check OPTION_MASK_ISA_64BIT.

gcc/

2010-05-23  H.J. Lu  <hongjiu.lu@intel.com>

        Backport from mainline
        2010-05-23  H.J. Lu  <hongjiu.lu@intel.com>

        PR target/44245
        * config/i386/i386.c (def_builtin): Properly check
        OPTION_MASK_ISA_64BIT.

gcc/testsuite/

2010-05-23  H.J. Lu  <hongjiu.lu@intel.com>

        Backport from mainline
        2010-05-23  H.J. Lu  <hongjiu.lu@intel.com>

        PR target/44245
        * gcc.target/i386/crc32-3.c: New.
        * gcc.target/i386/crc32-4.c: Likewise.

Added:
    branches/gcc-4_5-branch/gcc/testsuite/gcc.target/i386/crc32-3.c
    branches/gcc-4_5-branch/gcc/testsuite/gcc.target/i386/crc32-4.c
Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/config/i386/i386.c
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]