[Bug rtl-optimization/37296] Bootstrap failure due to __muldi3

2008-09-01 Thread ebotcazou at gcc dot gnu dot org
-- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added Status|WAITING |NEW Last reconfirmed|2008-09-01 13:02:39 |2008-09-01 13:0

[Bug rtl-optimization/37296] Bootstrap failure due to __muldi3

2008-09-01 Thread ebotcazou at gcc dot gnu dot org
--- Comment #12 from ebotcazou at gcc dot gnu dot org 2008-09-01 13:02 --- > From the backtrace I very doubt this is a IRA issue. The backtrace is for another problem, the _muldi3 issue is a miscompilation of gimple.c:gimple_build_asm_vec by the new regalloc/reload. -- ebotcazou at

[Bug rtl-optimization/37296] Bootstrap failure due to __muldi3

2008-09-01 Thread ebotcazou at gcc dot gnu dot org
--- Comment #11 from ebotcazou at gcc dot gnu dot org 2008-09-01 12:59 --- > It is not fixed on FreeBSD. I sometimes also see > > checking for i386-unknown-freebsd8.0-gcc... /usr/home/kargl/gcc/obj/./gcc/xgcc > -B/usr/home/kargl/gcc/obj/./gcc/ > -B/usr/home/kargl/work/i386-unknown-fre

[Bug rtl-optimization/37296] Bootstrap failure due to __muldi3

2008-09-01 Thread graham dot stott at btinternet dot com
--- Comment #10 from graham dot stott at btinternet dot com 2008-09-01 10:30 --- Subject: Re: Bootstrap failure due to __muldi3 All, >From the backtrace I very doubt this is a IRA issue. I looks to be related to the recent IPA/CGRAPG changes so it's one for Honza to look at Cheers

Re: [Bug rtl-optimization/37296] Bootstrap failure due to __muldi3

2008-09-01 Thread Graham Stott
All, From the backtrace I very doubt this is a IRA issue. I looks to be related to the recent IPA/CGRAPG changes so it's one for Honza to look at Cheers Graham

[Bug rtl-optimization/37296] Bootstrap failure due to __muldi3

2008-08-31 Thread kargl at gcc dot gnu dot org
--- Comment #9 from kargl at gcc dot gnu dot org 2008-09-01 05:18 --- Here's a backtrace. mobile:kargl[281] gdb /usr/home/kargl/gcc/obj/./gcc/cc1 GNU gdb 6.1.1 [FreeBSD] (gdb) run b.c Starting program: /usr/home/kargl/gcc/obj/gcc/cc1 b.c main Analyzing compilation unit Performing inter

[Bug rtl-optimization/37296] Bootstrap failure due to __muldi3

2008-08-31 Thread kargl at gcc dot gnu dot org
--- Comment #8 from kargl at gcc dot gnu dot org 2008-09-01 05:10 --- Reverted my back out of the 3 patches mentioned in comment #6 and update to top of tree, which was revision 139848. If I read the threads pointed to in comment #5, I already had the patches in my tree. It still brok

[Bug rtl-optimization/37296] Bootstrap failure due to __muldi3

2008-08-31 Thread kargl at gcc dot gnu dot org
--- Comment #7 from kargl at gcc dot gnu dot org 2008-09-01 03:31 --- Added my other email address -- kargl at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/37296] Bootstrap failure due to __muldi3

2008-08-31 Thread kargl at gcc dot gnu dot org
--- Comment #6 from kargl at gcc dot gnu dot org 2008-09-01 03:30 --- (In reply to comment #5) > It might be an IRA bug. > > Could you try two latest patches > > http://gcc.gnu.org/ml/gcc-patches/2008-08/msg02279.html > http://gcc.gnu.org/ml/gcc-patches/2008-08/msg02377.html > > I hav

[Bug rtl-optimization/37296] Bootstrap failure due to __muldi3

2008-08-31 Thread vmakarov at redhat dot com
--- Comment #5 from vmakarov at redhat dot com 2008-09-01 03:24 --- It might be an IRA bug. Could you try two latest patches http://gcc.gnu.org/ml/gcc-patches/2008-08/msg02279.html http://gcc.gnu.org/ml/gcc-patches/2008-08/msg02377.html I have not got an approval for them yet so they

[Bug rtl-optimization/37296] Bootstrap failure due to __muldi3

2008-08-31 Thread kargl at gcc dot gnu dot org
--- Comment #4 from kargl at gcc dot gnu dot org 2008-08-31 18:39 --- (In reply to comment #3) > > Vlad, caused by the IRA merge? > > Yes, see my message on [EMAIL PROTECTED] But I cannot reproduce it anymore > today (r139820) > on Linux, can you on FreeBSD? > It is not fixed on Fre

[Bug rtl-optimization/37296] Bootstrap failure due to __muldi3

2008-08-31 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2008-08-31 17:11 --- > Vlad, caused by the IRA merge? Yes, see my message on [EMAIL PROTECTED] But I cannot reproduce it anymore today (r139820) on Linux, can you on FreeBSD? -- ebotcazou at gcc dot gnu dot org changed:

[Bug rtl-optimization/37296] Bootstrap failure due to __muldi3

2008-08-31 Thread gerald at pfeifer dot com
--- Comment #2 from gerald at pfeifer dot com 2008-08-31 12:46 --- Vlad, caused by the IRA merge? -- gerald at pfeifer dot com changed: What|Removed |Added

[Bug rtl-optimization/37296] Bootstrap failure due to __muldi3

2008-08-30 Thread ebotcazou at gcc dot gnu dot org
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2008-08-31 06:42 --- Same on i586-linux, it's a regalloc/reload issue. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added --