aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/noncompile/incomplete-5.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/noncompile/incomplete-5.c')
-rw-r--r--gcc/testsuite/gcc.dg/noncompile/incomplete-5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/noncompile/incomplete-5.c b/gcc/testsuite/gcc.dg/noncompile/incomplete-5.c
index 049c34a..1644fd6 100644
--- a/gcc/testsuite/gcc.dg/noncompile/incomplete-5.c
+++ b/gcc/testsuite/gcc.dg/noncompile/incomplete-5.c
@@ -4,5 +4,5 @@
struct A
{
enum E : 8; /* { dg-warning "narrower than values of its type" } */
- /* { dg-error "has incomplete type" "incomplete" { target *-*-* } 6 } */
+ /* { dg-error "has incomplete type" "incomplete" { target *-*-* } .-1 } */
};