// { dg-do assemble } // { dg-options "-O3" } // Origin: Jakub Jelinek static void foo (int a) { a = a; } static void bar (void) { foo (-1); }