Re: [Patch, gcc, testsuite] Adjust optimization levels for some cases.

2011-10-25 Thread Mike Stump
On Oct 19, 2011, at 11:45 PM, Terry Guo wrote: > These four cases check the amount of the desired instructions. At O2 level, > some factors like loop unroll will increase the amount of them. This patch > is proposing to adjust the optimization level to O1 (the minimal > requirement) to avoid such i

[Patch, gcc, testsuite] Adjust optimization levels for some cases.

2011-10-19 Thread Terry Guo
Hello, These four cases check the amount of the desired instructions. At O2 level, some factors like loop unroll will increase the amount of them. This patch is proposing to adjust the optimization level to O1 (the minimal requirement) to avoid such impact. In this way, the cases are more robust.