Re: [C++] Missing save_expr in vector-scalar ops
On 05/06/2013 07:46 AM, Marc Glisse wrote: I added it after convert while the C front-end has it before convert, I can put it before if you prefer. Let's be consistent. OK for trunk and 4.8. Jason
[C++] Missing save_expr in vector-scalar ops
Hello, this patch is extracted from http://gcc.gnu.org/ml/gcc-patches/2013-04/msg00783.html When I copied this code from the C front-end and removed c_fully_fold, I apparently also removed the save_expr, so I am putting it back in. I added it after convert while the C front-end has it before c