This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Committed, MMIX: gcc.dg/cpp/wchar-1.c: WCHAR_TYPE, WCHAR_TYPE_SIZEdefault.


I missed the undocumented WCHAR_UNSIGNED so gcc.dg/cpp/wchar-1.c
failed.  Anyway, it seemed better to fall back on the default
int.  Will commit to 3.1 branch too.

	* config/mmix/mmix.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Don't define.

Index: mmix.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mmix/mmix.h,v
retrieving revision 1.21
diff -p -c -r1.21 mmix.h
*** mmix.h	2002/03/12 05:28:08	1.21
--- mmix.h	2002/03/16 16:27:32
*************** extern int target_flags;
*** 345,354 ****

  #define DEFAULT_SIGNED_CHAR 1

- /* I have no rationale for this other than pointing at Alpha.  */
- #define	WCHAR_TYPE "unsigned int"
- #define	WCHAR_TYPE_SIZE 32
-

  /* Node: Register Basics */
  /* We tell GCC about all 256 general registers, and we also include
--- 345,350 ----

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]