I have a case where I have been using #pragma omp simd lastprivate reduction(), probably not a legitimate combination. It fails now with 2019 (wrong results, no warning), but it runs as well without the pragma as it did with it in the past.
I haven't found a way to get rid of the usage #pragma simd firstprivate (which the compiler flags as non-standard) without losing performance.