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: Remove unreachable expand code from expr.c


On Wednesday 19 May 2004 09:45, Steven Bosscher wrote:
> Hi,
>
> These codes are gimplified so they should never reach expand_expr.
> Bootstrapped (with a plug for the IMA problem) and tested on x86-64.
> OK?

Hmm, while testing doesn't show any new FAILs, I guess this
patch would break -O0 because CONJ_EXPR is only lowered when
we're optimizing, ie. we never run pass_lower_complex at -O0.
So forget about this one for now.

Gr.
Steven



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