1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-phiopt1" } */
3 /* { dg-add-options bind_pic_locally } */
9 const int& my_max(const int& a, const int& b) {
13 int f(my_array a, my_array b) {
15 for (int i = 0; i < 4; ++i) {
16 res += my_max(a.data[i], b.data[i]);
21 /* { dg-final { scan-tree-dump "MAX_EXPR" "phiopt1" } } */