+2019-11-06 Xiong Hu Luo <luoxhu@linux.ibm.com>
+
+ PR92090
+ * gcc.target/powerpc/pr72804.c: Add -fno-inline-functions --param
+ max-inline-insns-single-O2=200.
+ * gcc.target/powerpc/pr79439-1.c: Add -fno-inline-functions.
+ * gcc.target/powerpc/vsx-builtin-7.c: Likewise.
+
2019-11-05 Martin Sebor <msebor@redhat.com>
PR tree-optimization/92373
/* { dg-do compile { target { lp64 } } } */
/* { dg-skip-if "" { powerpc*-*-darwin* } } */
-/* { dg-require-effective-target powerpc_vsx_ok } */
+/* { dg-require-effective-target powerpc_vsx_ok -fno-inline-functions --param max-inline-insns-single-O2=200 } */
/* { dg-options "-O2 -mvsx" } */
__int128_t
/* { dg-do compile { target { powerpc*-*-linux* && lp64 } } } */
-/* { dg-options "-O2 -fpic -fno-reorder-blocks" } */
+/* { dg-options "-O2 -fpic -fno-reorder-blocks -fno-inline-functions" } */
/* On the Linux 64-bit ABIs, we eliminate NOP in the 'rec' call even if
-fpic is used. The recursive call should call the local alias. The
/* { dg-do compile { target { powerpc*-*-* } } } */
/* { dg-skip-if "" { powerpc*-*-darwin* } } */
/* { dg-require-effective-target powerpc_vsx_ok } */
-/* { dg-options "-O2 -mdejagnu-cpu=power7" } */
+/* { dg-options "-O2 -mdejagnu-cpu=power7 -fno-inline-functions" } */
/* Test simple extract/insert/slat operations. Make sure all types are
supported with various options. */