* tree-loop-distribution.c (INCLUDE_ALGORITHM): New header file.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr41261.c
blob448fc0146e115d6057bfdd41921bc41b8d5a5f25
1 /* { dg-do compile } */
2 /* { dg-options "-fprofile-arcs" } */
3 /* { dg-require-profiling "-fprofile-generate" } */
5 extern void relocate_kernel();
6 void machine_kexec(void *control_page)
7 {
8 __builtin_memcpy(control_page, relocate_kernel, 2048);