This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix if (cond) x = a -> x = cond ? a : x conversion (PR rtl-optimization/23567)


On Fri, Nov 04, 2005 at 12:53:15PM -0800, Richard Henderson wrote:
> How are you reproducing this problem?  I'm seeing the entire if
> condition being removed with -O1 -fno-tree-dominator-opts...

On gcc-4_0-branch (SVN as of today), x86_64, -O1.
On HEAD I could reproduce it back in end of August, with
-O1 -fno-tree-dominator-opts.  Since then HEAD changed again
and I can't reproduce it there even with those options.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]