1 /* This test was supplied with PR target/5379. It caused the compiler
2 to get a segmentation fault. */
4 /* { dg-do compile } */
5 /* { dg-options "-O2 -fprefetch-loop-arrays -w" } */
6 /* { dg-options "-O2 -fprefetch-loop-arrays -march=athlon" { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
8 extern int access( char* );
13 _KDE_IceGetPoValidAuthIndices (protocol_name
, num_indices_ret
, indices_ret
)
14 const char *protocol_name
;
22 if (!(filename
= foocp ()))
25 if (access (filename
))
28 if (auth_file
= access (filename
))
33 if (strcmp (protocol_name
, protocol_name
) == 0 )
35 for (i
= 0; i
< *num_indices_ret
; i
++)
36 if (index_ret
== indices_ret
[i
])