diff options
| author | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-09 00:28:29 +0000 |
|---|---|---|
| committer | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-09 00:28:29 +0000 |
| commit | 02a8962d494d2f3049175fefcc2ed485ebd2ec33 (patch) | |
| tree | d7f1a3d1019edf32a4cebad71a110c73f8d735d2 | |
| parent | db457ff310effe8260efe08e4f3d636aaf0481f9 (diff) | |
| download | ppe42-gcc-02a8962d494d2f3049175fefcc2ed485ebd2ec33.tar.gz ppe42-gcc-02a8962d494d2f3049175fefcc2ed485ebd2ec33.zip | |
* gcc.dg/array-quals-1.c: Accept .data.rel.ro.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75565 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.dg/array-quals-1.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e61a65482f1..ab580f3c0cb 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +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 diff --git a/gcc/testsuite/gcc.dg/array-quals-1.c b/gcc/testsuite/gcc.dg/array-quals-1.c index 7d2b72c6b98..02787792204 100644 --- a/gcc/testsuite/gcc.dg/array-quals-1.c +++ b/gcc/testsuite/gcc.dg/array-quals-1.c @@ -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; |

