Index: bugfixes.xml
===================================================================
RCS file: /cvsroot/omni/bugfixes.xml,v
retrieving revision 1.1.2.56
retrieving revision 1.1.2.62
diff -u -u -r1.1.2.56 -r1.1.2.62
--- bugfixes.xml 2001/02/20 10:26:37 1.1.2.56
+++ bugfixes.xml 2001/05/29 11:23:15 1.1.2.62
@@ -8,6 +8,110 @@
+ union U switch (long) {
+ case 1:
+ case 2: long l;
+ case 3: string s;
+ };
+
+ would be 2 instead of 3.
+
+ struct S {
+ sequence <sequence <S> > a;
+ };
+
+
"omni3_develop" branch.