Re: A question about MAX_EXPR

2010-08-23 Thread Jakub Jelinek
On Mon, Aug 23, 2010 at 02:46:21PM +0300, Revital1 Eres wrote: > I'm compiling the following test with GCC 4.6.0 and I do not see that > MAX_EXPR is generated for (num)<0)?0:(num). > With GCC 4.3.2 it is generated OK in original dump (both compilation were > made with -O3). Is there a flag I shoul

A question about MAX_EXPR

2010-08-23 Thread Revital1 Eres
Hello, I'm compiling the following test with GCC 4.6.0 and I do not see that MAX_EXPR is generated for (num)<0)?0:(num). With GCC 4.3.2 it is generated OK in original dump (both compilation were made with -O3). Is there a flag I should use to generate MAX_EXPR with GCC 4.6.0? Thanks, Revital #