modula2: M2MetaError.{def,mod} and P2SymBuild.mod further cleanup
[official-gcc.git] / gcc / testsuite / gcc.dg / pr107554.c
blob61ef2bcd90aa74cf00965585df0e9a609b95abe3
1 /* { dg-do compile { target lp64 } } */
2 /* { dg-options "-O -foptimize-strlen" } */
4 #define ELEMS 0x40000000
6 int a[ELEMS];
7 int b[ELEMS];
9 int main()
11 __builtin_memcpy(a, b, ELEMS*sizeof(int));