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: [vta, trunk?] fix bootstrap-debug with -O3 on ia64


2008/5/12 Alexandre Oliva <aoliva@redhat.com>:
> The second part of this patch might be relevant for mainline as well.
>  The problem I got was that src was a CONST_INT, and using its mode
>  would cause the IF_THEN_ELSE to have VOIDmode instead of the expected
>  mode.  This probably goes unnoticed preventing optimizations, although
>  I don't have a testcase for this.  In the VTA branch, it triggered an
>  assertion failure with today's VTA patchset minus this one.

The cselib_record_sets hunk looks good for trunk if it
bootstraps/regtests there.
For preserving the constants please file a missed-optimization bugreport.

Thanks,
Richard.


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