const-volatile.c: Remove duplicate test "type:cvip".
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 4 Aug 2018 16:50:02 +0000 (16:50 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Sat, 4 Aug 2018 16:50:02 +0000 (16:50 +0000)
* gcc.dg/guality/const-volatile.c: Remove duplicate test
"type:cvip".

From-SVN: r263309

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/guality/const-volatile.c

index 278ea3d98bf167ea92f77eb49a6d8e539b8c0564..8bf5eaf9919150a41903bb09151c827772c2ffca 100644 (file)
@@ -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>
 
index 3bfca0d14d38096c91b9b85ffc6c087754b385a2..21f84b5c208ff0cabb78b36b73184f5a25aa5817 100644 (file)
@@ -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; }" } } */