* c-c++-common/dfp/pr35620.c: Give the union a name.
From-SVN: r153818
This commit is contained in:
parent
1eee69dd71
commit
e150c4144c
2 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
|||
* g++.old-deja/g++.pt/enum6.C: Likewise.
|
||||
* g++.old-deja/g++.other/anon9.C: Likewise.
|
||||
* g++.old-deja/g++.other/linkage1.C: Likewise.
|
||||
* c-c++-common/dfp/pr35620.c: Give the union a name.
|
||||
|
||||
2009-11-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue