Commit 11fc9013 by Andreas Schwab Committed by Andreas Schwab

const-volatile.c: Remove duplicate test "type:cvip".

* gcc.dg/guality/const-volatile.c: Remove duplicate test
"type:cvip".

From-SVN: r263309
parent d50cd259
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>
......
......@@ -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; }" } } */
......
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