+2013-09-05 Jan Hubicka <jh@suse.cz>
+
+ * gcc.dg/autopar/pr49960.c: Disable partial inlining
+
2013-09-05 Richard Biener <rguenther@suse.de>
PR tree-optimization/58137
/* { dg-do compile } */
-/* { dg-options "-O2 -ftree-parallelize-loops=4 -fdump-tree-parloops-details -fdump-tree-optimized" } */
+/* { dg-options "-O2 -ftree-parallelize-loops=4 -fdump-tree-parloops-details -fdump-tree-optimized -fno-partial-inlining" } */
#include <stdio.h>
#define MB 100
int i,j, t,k;
/* At the moment we are not able to hoist the loop headers out of the loop
- nest. */
+ nest.
+ Partial inlining needs to be disabled so we do not optimize this out
+ of the function body. */
if (MA_1 < 4 || NA_1 < 4 || MB_1 < 4)
return;