aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/section1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/section1.c')
-rw-r--r--gcc/testsuite/gcc.dg/section1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/section1.c b/gcc/testsuite/gcc.dg/section1.c
index e907f19..39ca969 100644
--- a/gcc/testsuite/gcc.dg/section1.c
+++ b/gcc/testsuite/gcc.dg/section1.c
@@ -1,5 +1,5 @@
/* PR optimization/6871 */
/* Constant variables belong in .rodata, not .bss. */
-/* { dg-final { scan-assembler-not "\.bss" } } */
+/* { dg-final { scan-assembler-not "\.bss" { xfail avr-*-*} } } */
const int i = 0;