[Bug rtl-optimization/60307] define_cond_exec with cc0 comparison generates wrong code, missing insn that sets cc0

makhaloff at gmail dot com gcc-bugzilla@gcc.gnu.org
Sun Feb 23 00:09:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60307

--- Comment #2 from Alexey Makhalov <makhaloff at gmail dot com> ---
It's new processor architecture. It doesn't present in GCC sources.

I've took a look through all targets and figured out that there are no targets
who supports cc0 and conditional execution together. So it looks like never
used/tested field.

Also I've met a problem with conditional move and cc0. I get ICE at reload
pass. I don't know what happens. I'm working on it now.



More information about the Gcc-bugs mailing list