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/46088] [4.6 Regression] ICE: SIGSEGV in ix86_binary_operator_ok (i386.c:15025) with -Os -fnon-call-exceptions -fpeel-loops


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

--- Comment #3 from Uros Bizjak <ubizjak at gmail dot com> 2010-11-04 16:19:20 UTC ---
(In reply to comment #2)

> We're matching
> 
> (define_insn "*ashl<mode>3_cconly"

AFAICS, there is nothing wrong with the pattern:

  [(set (reg FLAGS_REG)
    (compare
      (ashift:SWI (match_operand:SWI 1 "nonimmediate_operand" "0")
              (match_operand:QI 2 "<shift_immediate_operand>" "<S>"))
      (const_int 0)))
   (clobber (match_scratch:SWI 0 "=<r>"))]


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