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: [C PATCH] Fix ICE with ubsan instrumentation and EXCESS_PRECISION_EXPR (PR c/80097)


On Mon, 20 Mar 2017, Jakub Jelinek wrote:

> Hi!
> 
> The C fully folding code expects that EXCESS_PRECISION_EXPR is never
> the rhs of a COMPOUND_EXPR, instead it should wrap the whole COMPOUND_EXPR
> if needed.  The following patch does that, bootstrapped/regtested on
> x86_64-linux and i686-linux, ok for trunk?

OK.

-- 
Joseph S. Myers
joseph@codesourcery.com


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