Re: [patch c++]: Fix PR c++/64106 ICE on valid code

2014-12-04 Thread Jason Merrill
On 12/04/2014 03:05 PM, Marek Polacek wrote: On Thu, Dec 04, 2014 at 02:37:54PM -0500, Jason Merrill wrote: My patch from yesterday fixed this bug. PR c++/64080 * constexpr.c (cxx_eval_store_expression): Handle non-decl store targets. I don't see such a patch neithe

Re: [patch c++]: Fix PR c++/64106 ICE on valid code

2014-12-04 Thread Marek Polacek
On Thu, Dec 04, 2014 at 02:37:54PM -0500, Jason Merrill wrote: > My patch from yesterday fixed this bug. > > PR c++/64080 > * constexpr.c (cxx_eval_store_expression): Handle non-decl store > targets. I don't see such a patch neither on ML nor in git. Marek

Re: [patch c++]: Fix PR c++/64106 ICE on valid code

2014-12-04 Thread Jason Merrill
My patch from yesterday fixed this bug. PR c++/64080 * constexpr.c (cxx_eval_store_expression): Handle non-decl store targets. Jason

[patch c++]: Fix PR c++/64106 ICE on valid code

2014-12-04 Thread Kai Tietz
Hi, this patch adds INDIRECT_REF support to cxx_eval_store_expression handling. There is a different variant suggested by Marek, which adds additional operand-0 to ref, which looks to me wrong. ChangeLog gcc/cp 2014-12-04 Kai Tietz PR c++/64106 * constexpr.c (cxx_eval_store_expressio