summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-21 16:28:03 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-21 16:28:03 +0000
commitca2876f2bf464d6798a073e28c3b18eada1e0fb5 (patch)
tree0e2798e51f8fd78161b1e28423f547d82bc3cfbe
parent177509dc21aaba2d94e850b588e307019c4636e9 (diff)
downloadATCD-ca2876f2bf464d6798a073e28c3b18eada1e0fb5.tar.gz
Added important CE compiler issues.
-rw-r--r--docs/CE-status.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/CE-status.txt b/docs/CE-status.txt
index 7088989fbc4..9d08f861268 100644
--- a/docs/CE-status.txt
+++ b/docs/CE-status.txt
@@ -61,6 +61,26 @@
string for you.
+[CE Toolkit issues]
+ [SH3 compiler]
+ * The SH3 compiler does not generate string literals when they
+ are used inside a function and when a precompiled header is
+ also used. This problem can be seen when a variable inside a
+ function is defined by initializing it to a string literal. Two
+ solutions are available:
+
+ - Use a global variable, if you want to initialize it to a
+ string literal, or
+ - Do not use precompiled headers if you initialize a
+ variable, defined inside a function, with a string
+ literal.
+
+ * The SH3 compiler generates a fatal internal error, when
+ __declspec(dllimport) is used for a class with a virtual
+ function in it. To avoid the internal error, change the
+ imported class to not use any virtual functions.
+
+
[ACE File list]
Here is a trace of ACE files about their status on CE.
[Legend]