[Bug bootstrap/37155] [4.4 Regression] Revision 139207 failed to bootstrap on Linux/ia64

2008-08-18 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2008-08-18 23:07 --- Revision 139207: http://gcc.gnu.org/ml/gcc-cvs/2008-08/msg00769.html is the cause. [EMAIL PROTECTED] gcc]$ cat x.i extern int printf (__const char *__restrict __format, ...); extern void dw2_asm_output_data_raw (i

[Bug bootstrap/37155] [4.4 Regression] Revision 139207 failed to bootstrap on Linux/ia64

2008-08-18 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2008-08-18 23:24 --- The particular insn is (insn 72 70 73 8 x.i:17 (set (reg:SI 386) (minus:SI (subreg:SI (reg/f:DI 376 [ ivtmp.14 ]) 0) (subreg:SI (reg/f:DI 335 virtual-stack-vars) 0))) 165 {subsi3} (nil)) (gdb) f

[Bug bootstrap/37155] [4.4 Regression] Revision 139207 failed to bootstrap on Linux/ia64

2008-08-19 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-08-19 08:38 --- Confirmed. Non-bootstrapped it fails to build 177.mesa for example. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/37155] [4.4 Regression] Revision 139207 failed to bootstrap on Linux/ia64

2008-08-19 Thread matz at gcc dot gnu dot org
--- Comment #4 from matz at gcc dot gnu dot org 2008-08-19 15:14 --- HARD_REGNO_MODE_OK doesn't accept reg 328, but it should as demonstrated here. Potential patch for this at http://gcc.gnu.org/ml/gcc-patches/2008-08/msg01289.html . -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37

[Bug bootstrap/37155] [4.4 Regression] Revision 139207 failed to bootstrap on Linux/ia64

2008-08-19 Thread hjl dot tools at gmail dot com
--- Comment #5 from hjl dot tools at gmail dot com 2008-08-19 16:23 --- (In reply to comment #4) > HARD_REGNO_MODE_OK doesn't accept reg 328, but it should as demonstrated here. > Potential patch for this at > http://gcc.gnu.org/ml/gcc-patches/2008-08/msg01289.html . > It doesn't solve

[Bug bootstrap/37155] [4.4 Regression] Revision 139207 failed to bootstrap on Linux/ia64

2008-08-20 Thread hjl at gcc dot gnu dot org
--- Comment #6 from hjl at gcc dot gnu dot org 2008-08-20 21:06 --- Subject: Bug 37155 Author: hjl Date: Wed Aug 20 21:05:15 2008 New Revision: 139343 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139343 Log: PR bootstrap/37155 Fixed by revision 139338. Modifie

[Bug bootstrap/37155] [4.4 Regression] Revision 139207 failed to bootstrap on Linux/ia64

2008-08-20 Thread hjl dot tools at gmail dot com
--- Comment #7 from hjl dot tools at gmail dot com 2008-08-20 21:15 --- Fixed. -- hjl dot tools at gmail dot com changed: What|Removed |Added Status|NEW