Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / tree-ssa / ssa-cast-1.C
blobe65a88b7c914f96c84e4c9f6b94aba90c4ce55d4
1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-vars" } */
4 int &f(int *a)
6   return *a;
9 /* There should be no cast as pointer and references are
10    considered the same type. */
11 /* { dg-final { scan-tree-dump-times "\\(int &\\)" 0 "vars"} } */
12 /* { dg-final { cleanup-tree-dump "vars" } } */