[Bug target/36720] ia64_split_tmode_move doesn't work on little endian

2008-12-27 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36720

[Bug target/36720] ia64_split_tmode_move doesn't work on little endian

2008-07-06 Thread hjl at gcc dot gnu dot org
--- Comment #3 from hjl at gcc dot gnu dot org 2008-07-07 00:34 --- Subject: Bug 36720 Author: hjl Date: Mon Jul 7 00:34:16 2008 New Revision: 137547 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=137547 Log: 2008-07-06 H.J. Lu [EMAIL PROTECTED] PR target/36720

[Bug target/36720] ia64_split_tmode_move doesn't work on little endian

2008-07-06 Thread hjl dot tools at gmail dot com
--- Comment #4 from hjl dot tools at gmail dot com 2008-07-07 00:41 --- Fixed. -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug target/36720] ia64_split_tmode_move doesn't work on little endian

2008-07-03 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2008-07-03 17:17 --- There are { REAL_VALUE_TYPE r; unsigned HOST_WIDE_INT p[2]; long l[4]; /* TFmode is 128 bits */ REAL_VALUE_FROM_CONST_DOUBLE (r, in); real_to_target (l,

[Bug target/36720] ia64_split_tmode_move doesn't work on little endian

2008-07-03 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2008-07-03 18:47 --- A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2008-07/msg00230.html -- hjl dot tools at gmail dot com changed: What|Removed |Added