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 PR middle-end/31579: ICE with initializers


Andrew_Pinski@PlayStation.Sony.Com wrote:

>         * expr.c (expand_expr_addr_expr_1): Call expand_expr
>         for the offset with the modifier as EXPAND_INITIALIZER
>         if the modifier is EXPAND_INITIALIZER.
>         (expand_expr_real_1 <case INTEGER_CST>): Don't force to
>         a register if we had an overflow.
> 
>         * g++.dg/torture/pr31579.C: New testcase.

OK.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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