]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/merge-all-constants-2.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / merge-all-constants-2.c
CommitLineData
5e1b4477 1/* { dg-do compile } */
87454aad 2/* { dg-require-effective-target string_merging } */
5e1b4477
BE
3/* { dg-options "-w -O2 -fmerge-all-constants" } */
4
5const char str1[36] = "0123456789abcdefghijklmnopqrstuvwxyz";
6const char str2[37] = "0123456789abcdefghijklmnopqrstuvwxyz";
7const char str3[10] = "0123456789abcdefghijklmnopqrstuvwxyz";
8
9/* { dg-final { scan-assembler-not "\\.rodata\[\n\r\]" } } */