Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 20030206-1.c
blob1e0d5445877aa266776cf69662472314da1155c3
1 /* PR c/9530 */
2 /* Contributed by Volker Reichelt. */
4 /* Verify that the call to 'foo' is not turned
5 into a sibling call. */
7 void foo(float d);
9 float bar(float d);
11 float baz(float d)
13 foo(bar(d));