diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2018-08-04 16:50:02 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2018-08-04 16:50:02 +0000 |
commit | 11fc901348dc14cc6338a4932cb2ddee396d3916 (patch) | |
tree | 4154a9742f714816ec49b2811a773c55645fc932 | |
parent | d50cd259bec418ea0f4e3903f578301982e2d183 (diff) | |
download | gcc-11fc901348dc14cc6338a4932cb2ddee396d3916.zip gcc-11fc901348dc14cc6338a4932cb2ddee396d3916.tar.gz gcc-11fc901348dc14cc6338a4932cb2ddee396d3916.tar.bz2 |
const-volatile.c: Remove duplicate test "type:cvip".
* gcc.dg/guality/const-volatile.c: Remove duplicate test
"type:cvip".
From-SVN: r263309
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/guality/const-volatile.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 278ea3d..8bf5eaf 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2018-08-04 Andreas Schwab <schwab@linux-m68k.org> + + * gcc.dg/guality/const-volatile.c: Remove duplicate test + "type:cvip". 2018-08-04 Janus Weil <janus@gcc.gnu.org> diff --git a/gcc/testsuite/gcc.dg/guality/const-volatile.c b/gcc/testsuite/gcc.dg/guality/const-volatile.c index 3bfca0d..21f84b5 100644 --- a/gcc/testsuite/gcc.dg/guality/const-volatile.c +++ b/gcc/testsuite/gcc.dg/guality/const-volatile.c @@ -80,8 +80,6 @@ main (int argc, char **argv) /* { dg-final { gdb-test "@main" "type:vs" "volatile struct { const long cli; const signed char csc; }" } } */ -/* { dg-final { gdb-test "@main" "type:cvip" "int * const volatile" } } */ - /* { dg-final { gdb-test "@main" "type:bar" "struct bar { short s; const short cs; volatile short vs; const volatile short cvs; volatile long long vll; }" } } */ /* { dg-final { gdb-test "@main" "type:foo" "struct foo { const long cli; const signed char csc; }" } } */ /* { dg-final { gdb-test "@main" "type:cfoo" "const struct foo { const long cli; const signed char csc; }" } } */ |