Re: Another GCC ICE on x86 this time

2011-01-25 Thread Michael Hope
On Sat, Jan 22, 2011 at 1:46 PM, Khem Raj wrote: > On Tue, Jan 18, 2011 at 5:49 PM, Michael Hope wrote: >> On Fri, Jan 14, 2011 at 12:31 PM, Khem Raj wrote: >>> Hi >>> >>> There is another ICE which is happening when compiling libcstdc++ for x86 >>> Attached testcase you will be able to reproduc

Re: Another GCC ICE on x86 this time

2011-01-21 Thread Khem Raj
On Tue, Jan 18, 2011 at 5:49 PM, Michael Hope wrote: > On Fri, Jan 14, 2011 at 12:31 PM, Khem Raj wrote: >> Hi >> >> There is another ICE which is happening when compiling libcstdc++ for x86 >> Attached testcase you will be able to reproduce this problem >> by compiling >> >> cc1plus a.i -Os -mar

Re: Another GCC ICE on x86 this time

2011-01-18 Thread Michael Hope
On Fri, Jan 14, 2011 at 12:31 PM, Khem Raj wrote: > Hi > > There is another ICE which is happening when compiling libcstdc++ for x86 > Attached testcase you will be able to reproduce this problem > by compiling > > cc1plus a.i -Os -march=pentiumpro > > and if I revert r99456 this works well. Hi K