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 expand_assignment ICE with CONCAT target (PR middle-end/85878)


> 2018-06-15  Jakub Jelinek  <jakub@redhat.com>
> 
> 	PR middle-end/85878
> 	* expr.c (expand_assignment): Remove now redundant COMPLEX_MODE_P
> 	check from first store_expr, use to_mode instead of GET_MODE (to_rtx).
> 	Only call store_expr for halves if the mode is the same.
> 
> 	* gfortran.fortran-torture/compile/pr85878.f90: New test.

OK, thanks.

-- 
Eric Botcazou


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