Re: [PATCH][RFC][x86] Fix PR91154, add SImode smax, allow SImode add in SSE regs

2019-08-03 Thread Richard Biener
On Thu, 1 Aug 2019, Uros Bizjak wrote: On Thu, Aug 1, 2019 at 11:28 AM Richard Biener wrote: So you unconditionally add a smaxdi3 pattern - indeed this looks necessary even when going the STV route. The actual regression for the testcase could also be solved by turing the smaxsi3 back into a

Re: [PATCH V5, rs6000] Support vrotr3 for int vector types

2019-08-03 Thread Segher Boessenkool
Hi! I somehow lost track of this email, sorry. On Fri, Aug 02, 2019 at 04:59:44PM +0800, Kewen.Lin wrote: > As to the predicate name and usage, I checked the current vector shifts, > they don't need to check const_vector specially (like right to left > conversion), excepting for the one "vec_sh

C++ PATCH for c++/91338 - P1161R3: Deprecate a[b,c]

2019-08-03 Thread Marek Polacek
This patch implements P1161R3, Deprecate uses of the comma operator in subscripting expressions: which made its way to C++20. New [depr.comma.subscript] shows: void f(int *a, int b, int c) { a[b,c]; /

Re: [PATCH] PR fortran/88227 -- Revenge of the BOZ

2019-08-03 Thread Steve Kargl
Last call. T-12. -- steve On Thu, Aug 01, 2019 at 02:13:12PM -0700, Steve Kargl wrote: > Ping. > > -- > steve > > On Sun, Jul 28, 2019 at 04:41:02PM -0700, Steve Kargl wrote: > > The attach patch fixes a problem with the conversion of a > > BOZ literal constant to a REAL where the size of th