OSDN Git Service

2008-11-02 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / section1.c
1 /* PR optimization/6871 */
2 /* Constant variables belong in .rodata, not .bss.  */
3 /* { dg-final { scan-assembler-not "\.bss" { xfail avr-*-*} } } */
4
5 const int i = 0;