Commit e2f93417 by Andrew Pinski Committed by Andrew Pinski

sra-2.c: Pass --param sra-max-structure-size.

2005-07-18  Andrew Pinski  <pinskia@physics.uc.edu>

        * gcc.dg/tree-ssa/sra-2.c: Pass --param sra-max-structure-size.
        * gcc.dg/tree-ssa/sra-3.c: Likewise.

From-SVN: r102144
parent 00b6cf8b
2005-07-18 Andrew Pinski <pinskia@physics.uc.edu>
* gcc.dg/tree-ssa/sra-2.c: Pass --param sra-max-structure-size.
* gcc.dg/tree-ssa/sra-3.c: Likewise.
2005-07-18 Andrew Pinski <pinskia@physics.uc.edu>
* gcc.dg/tree-ssa/alias-2.c: New test.
2005-07-18 Mark Mitchell <mark@codesourcery.com>
......
/* { dg-do compile } */
/* { dg-options "-O3 -fdump-tree-optimized" } */
/* { dg-options "-O3 -fdump-tree-optimized --param sra-max-structure-size=32" } */
/* Test for SRA. */
......
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
/* { dg-options "-O1 -fdump-tree-optimized --param sra-max-structure-size=32" } */
/* Test for SRA. */
......
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