This is the mail archive of the gcc@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]

PR 11637


This PR relates to reload creating an invalid instruction; it creates
thie following move:

  (set (mem:SF (reg/v/u/f:SI 0 eax [58]) [3 S4 A32])
    (const_double:DF -858993408 [0xcccccd00] 5.00000007450580596923828125e-2 [0x0.cccccdp-4]))

Note the use of DFmode on the second operand.

Can anyone figure out what is going wrong there?

--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com


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