GCC freezing for a Multiply Chain

2010-02-15 Thread Balaji.Iyer
Hello Everyone, I am creating a benchmark, where I have a following code: x1 = a * b x2 = x1 * a; x3 = x1* x2; x4 = x2 * x3; x5 = x3 * x4; x6 = x5 * x6; . . . . . . x1000 = x999 * x998; When I do this, and compile using -O3/-O2/-O1, the compiler freezes.

Help with an Wierd Error

2010-04-02 Thread Balaji.Iyer
Hello Everyone, I am trying to build an OpenRISC port of GCC. I am not getting much response from the OR32 people, and this error sounds a bit generic from google searches so I thought if someone would know how to solve it. I build binutils, gcc and newlib as they mentioned in the or32 we