Commit 17796c43 by Jan Hubicka Committed by Jan Hubicka

* gcc.dg/autopar/pr49960.c: Disable partial inlining

From-SVN: r202297
parent 770da076
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
......@@ -12,7 +12,9 @@ void MRTRBR(int MA_1, int NA_1, int MB_1)
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment