Commit 3b458e6f by Alan Modra Committed by Alan Modra

* gcc.dg/array-quals-1.c: Accept .data.rel.ro.

From-SVN: r75565
parent dd0dddc6
2004-01-09 Alan Modra <amodra@bigpond.net.au>
* gcc.dg/array-quals-1.c: Accept .data.rel.ro.
2004-01-08 Eric Botcazou <ebotcazou@libertysurf.fr>
* ada/acats/run_acats: Treat 'gnatchop' the same way
......
......@@ -3,7 +3,7 @@
all should end up in a read-only section. PR c/12165. */
/* Origin: Joseph Myers <jsm@polyomino.org.uk> */
/* { dg-do compile } */
/* { dg-final { scan-assembler-not "\\.data" } } */
/* { dg-final { scan-assembler-not "\\.data(?!\\.rel\\.ro)" } } */
static const int a[2] = { 1, 2 };
const int a1[2] = { 1, 2 };
typedef const int ci;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment