summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McQueen <simon.mcqueen@gmail.com>2014-05-21 22:24:26 +0000
committerSimon McQueen <simon.mcqueen@gmail.com>2014-05-21 22:24:26 +0000
commitfd6a7dd177f653f9da3eda4f2755d5d960df96b3 (patch)
tree0c073a849b9827d18b2de42e75b4a7cbc44c20ef
parent347c286a4a21232ab698f595f3c2b1aadfa3773b (diff)
downloadATCD-fd6a7dd177f653f9da3eda4f2755d5d960df96b3.tar.gz
ChangeLogTag: Wed May 21 22:20:27 UTC 2014 Simon McQueen <simon.mcqueen@gmail.com>
-rw-r--r--CIAO/ChangeLog5
-rw-r--r--CIAO/tests/Bug_3890_Regression/Foo.idl4
2 files changed, 7 insertions, 2 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index e2456ab4264..372ede13967 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,8 @@
+Wed May 21 22:20:27 UTC 2014 Simon McQueen <simon.mcqueen@gmail.com>
+
+ * tests/Bug_3890_Regression/Foo.idl:
+ Work around woefully broken Sun Studio compiler.
+
Fri Apr 25 06:24:28 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
* connectors/dds4ccm/impl/ConditionManager.cpp:
diff --git a/CIAO/tests/Bug_3890_Regression/Foo.idl b/CIAO/tests/Bug_3890_Regression/Foo.idl
index 8db13013459..72026a41bec 100644
--- a/CIAO/tests/Bug_3890_Regression/Foo.idl
+++ b/CIAO/tests/Bug_3890_Regression/Foo.idl
@@ -57,12 +57,12 @@ union Data2 switch (DataType2)
};
interface intf {};
-valuetype vtype {};
+valuetype vtype_ {};
component Foo
{
attribute intf my_intf;
- attribute vtype my_vtype;
+ attribute vtype_ my_vtype;
attribute short my_short;
attribute long my_long;