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

Re: [PATCH, alpha]: Fix ICE after the fix for intrinsic_nearest.f90 failure


On 09/14/2009 07:51 PM, Richard Henderson wrote:
On 09/14/2009 12:00 PM, Uros Bizjak wrote:
The patch also disables one remaining insn
that inherently expands SFmode operand to DFmode in IEEE mode.
...
(*fbcc_ext_normal): Ditto.

This insn doesn't actually expand to DFmode. It only examines the register for zeroness and signness. It doesn't actually need SFmode denormals to be expanded.

Thanks for the comment. I'll remove this part from the patch.


Uros.


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