Create embedded-5_0-branch branch for development on ARM embedded cores.
[official-gcc.git] / embedded-5_0-branch / gcc / testsuite / gcc.dg / tree-ssa / ssa-fre-5.c
blobe6010ca031835202ec815f9eb10ef114aed3b36e
1 /* { dg-do compile } */
2 /* { dg-options "-O -fno-tree-forwprop -fdump-tree-fre1-details" } */
4 /* From PR19792. */
6 int
7 bar (unsigned int t)
9 int a = t;
10 return a == t;
13 /* { dg-final { scan-tree-dump "Replaced \\\(unsigned int\\\) a_.*with t_" "fre1" } } */
14 /* { dg-final { cleanup-tree-dump "fre1" } } */