OSDN Git Service

2008-05-06 H.J. Lu <hongjiu.lu@intel.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / lib / target-supports.exp
index e071934..de78c71 100644 (file)
@@ -2357,6 +2357,6 @@ proc check_effective_target_c99_runtime { } {
 
 proc check_effective_target_4byte_wchar_t { } {
     return [check_no_compiler_messages 4byte_wchar_t object {
-       int dummy[sizeof (wchar_t) >= 4 ? 1 : -1];
+       int dummy[sizeof (__WCHAR_TYPE__) >= 4 ? 1 : -1];
     }]
 }