summaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/dfp/pr35620.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/c-c++-common/dfp/pr35620.c')
-rw-r--r--gcc/testsuite/c-c++-common/dfp/pr35620.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/c-c++-common/dfp/pr35620.c b/gcc/testsuite/c-c++-common/dfp/pr35620.c
index 37a9c4044ed..2d56ab76b84 100644
--- a/gcc/testsuite/c-c++-common/dfp/pr35620.c
+++ b/gcc/testsuite/c-c++-common/dfp/pr35620.c
@@ -9,7 +9,7 @@ extern void foo (_Decimal32);
_Decimal32 *p;
extern int i;
-union { _Decimal32 a; int b; } u;
+union U { _Decimal32 a; int b; } u;
void
blatz (void)