Skip to content
Snippets Groups Projects
Commit 76764e7b authored by Jan Hubicka's avatar Jan Hubicka
Browse files

Fix duplicated lines.

From-SVN: r200233
parent fc8a650e
No related branches found
No related tags found
No related merge requests found
......@@ -8,23 +8,3 @@ main()
return b+a;
}
/* { dg-final { scan-tree-dump "return 8" "optimized" } } */
/* { dg-do compile } */
/* { dg-require-alias "" } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
static int a=4;
static int b __attribute__ ((alias("a")));
main()
{
return b+a;
}
/* { dg-final { scan-tree-dump "return 8" "optimized" } } */
/* { dg-do compile } */
/* { dg-require-alias "" } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
static int a=4;
static int b __attribute__ ((alias("a")));
main()
{
return b+a;
}
/* { dg-final { scan-tree-dump "return 8" "optimized" } } */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment