1 /* { dg-do compile } */
2 /* { dg-options "-O -ftree-vectorize -fdump-tree-vect-details -fexceptions" } */
4 typedef __attribute__ ((const)) int (*bart) (void);
6 int foo (bart bar, int m)
9 for (i = 0; i < m; i++)
14 /* { dg-final { cleanup-tree-dump "vect" } } */