[txcorp.com #18026] Resolved: 3ware 3DM2 alert -- host: octet.carys.home

2010-12-27 Thread Tech-X Internal IT Support via RT
According to our records, your request has been resolved. If you have any further questions or concerns, please reply to this email.

Account for devirtualization opportunities in inlining heuristics

2010-12-27 Thread Maxim Kuvyrkov
Jan, Here are the testcases for inlining improvements we've discussed on IRC a couple of days ago. Current mainline handles inline-devirt-1.C and inline-devirt-5.C cases. With my w-i-p patches to teach inlining heuristics about devirtualization opportunities (also attached) inline-devirt-2.C,

Re: register allocation

2010-12-27 Thread roy rosen
2010/12/23 Vladimir Makarov : > On 12/23/2010 03:13 AM, roy rosen wrote: >> >> Hi All, >> >> I am looking at the code generated by my port and it seems that I have >> a problem that too many copies between registers are generated. >> I looked a bit at the register allocation and wanted to verify th

Problem updating 2yr old port

2010-12-27 Thread Christian Grössler
Hello, I'm trying to make a port to a new architecture work on the current gcc. There hasn't been any work done on this port since Nov-2008. The compiler builds now, but I'm getting an ICE when I try to compile a program. - X: -- (mem/f/c/i:PSI (plus:PSI (reg/f:PSI 87 virtual-stack-var

Re: Problem updating 2yr old port

2010-12-27 Thread Ian Lance Taylor
Christian Grössler writes: > Looking at the history of optabs.c, the MODE_CC test was introduced when > merging the cond-optab branch > to main. I didn't find a description of the cond-optab branch and what it was > supposed to do. This is the description of the now-merged cond-optab branch, f

Re: Problem updating 2yr old port

2010-12-27 Thread Christian Grössler
On 28.12.10 00:22, Ian Lance Taylor wrote: Christian Grössler writes: Looking at the history of optabs.c, the MODE_CC test was introduced when merging the cond-optab branch to main. I didn't find a description of the cond-optab branch and what it was supposed to do. This is the description

Re: Problem updating 2yr old port

2010-12-27 Thread Ian Lance Taylor
Christian Grössler writes: > Sorry, the line numbers in the ICE are wrong, since I added some debug > messages. > The abort happens here in prepare_cmp_insn(): > > /* Handle a libcall just for the mode we are using. */ > libfunc = optab_libfunc (cmp_optab, mode); > gcc_assert