------- Comment #1 from hjl dot tools at gmail dot com  2008-03-05 04:27 -------
The difference comes from tree_expand_cfg pass:

[EMAIL PROTECTED] stage1-gcc]$ diff -up 32/x.i.132r.expand 64
--- 32/x.i.132r.expand  2008-03-04 20:25:21.000000000 -0800
+++ 64/x.i.132r.expand  2008-03-04 20:25:12.000000000 -0800
@@ -5,20 +5,18 @@
 ;; Generating RTL for tree basic block 2

 ;; <retval> = 1234123412341234.123412341234
-(insn 6 5 7 x.i:3 (set (subreg:TI (reg:TD 59) 0)
-        (mem/u/c:TI (symbol_ref/u:SI ("*.LC0") [flags 0x2]) [0 S16 A128])) -1
(nil))
-
-(insn 7 6 8 x.i:3 (set (reg:TI 60)
-        (subreg:TI (reg:TD 59) 0)) -1 (nil))
+(insn 6 5 7 x.i:3 (set (reg:TI 59)
+        (mem/u/c/i:TI (symbol_ref/u:SI ("*.LC0") [flags 0x2]) [0 S16 A128]))
-1 (expr_list:REG_EQUAL (const_double 4404704354742567410 [0x3d20a746050c01f2]
3470023512955869132 [0x3028000003fcd7cc] 0 [0x0] 0 [0x0])
+        (nil)))

-(insn 8 7 0 x.i:3 (set (mem/c/i:TI (reg/f:SI 58 [ D.1355 ]) [0 <result>+0 S16
A128])
-        (reg:TI 60)) -1 (nil))
+(insn 7 6 0 x.i:3 (set (mem/c/i:TI (reg/f:SI 58 [ D.1370 ]) [0 <result>+0 S16
A128])
+        (reg:TI 59)) -1 (nil))

 ;; return <retval>


-- 


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

Reply via email to