]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/merge-all-constants-1.c.expected
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / merge-all-constants-1.c.expected
1 /* { dg-do compile } */
2 /* { dg-options "-w -O2 -fmerge-all-constants" } */
3
4 const char str1[36] = "0123456789abcdefghijklmnopqrstuvwxyz";
5 const char str2[38] = "0123456789abcdefghijklmnopqrstuvwxyz";
6 const char str3[10] = "0123456789abcdefghijklmnopqrstuvwxyz";
7
8 /* { dg-final { scan-assembler-not "\.rodata\.str" } } */