summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr67312.c
blob: f1c9fdedbd5191b3f3e7b6949011a6cdaf1afc4d (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-O0 -ftree-coalesce-vars" } */

void foo (int x, int y)
{
    y = x;
}