Commit 62de55f7 by Roger Sayle Committed by Roger Sayle

sparc.c (sparc_type_code): Don't handle CHAR_TYPE.


	* config/sparc/sparc.c (sparc_type_code): Don't handle CHAR_TYPE.
	Correct comment describing BOOLEAN_TYPE.

From-SVN: r110715
parent 29ba5b7a
2006-02-07 Roger Sayle <roger@eyesopen.com>
* config/sparc/sparc.c (sparc_type_code): Don't handle CHAR_TYPE.
Correct comment describing BOOLEAN_TYPE.
2006-02-07 Dirk Mueller <dmueller@suse.com> 2006-02-07 Dirk Mueller <dmueller@suse.com>
* c.opt: C++ frontend supports -Wdiv-by-zero. * c.opt: C++ frontend supports -Wdiv-by-zero.
......
/* Subroutines for insn-output.c for SPARC. /* Subroutines for insn-output.c for SPARC.
Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com) Contributed by Michael Tiemann (tiemann@cygnus.com)
64-bit SPARC-V9 support by Michael Tiemann, Jim Wilson, and Doug Evans, 64-bit SPARC-V9 support by Michael Tiemann, Jim Wilson, and Doug Evans,
at Cygnus Support. at Cygnus Support.
...@@ -7012,8 +7013,7 @@ sparc_type_code (register tree type) ...@@ -7012,8 +7013,7 @@ sparc_type_code (register tree type)
return (qualifiers | 7); /* Who knows? */ return (qualifiers | 7); /* Who knows? */
case VECTOR_TYPE: case VECTOR_TYPE:
case CHAR_TYPE: /* GNU Pascal CHAR type. Not used in C. */ case BOOLEAN_TYPE: /* Boolean truth value type. */
case BOOLEAN_TYPE: /* GNU Fortran BOOLEAN type. */
case LANG_TYPE: /* ? */ case LANG_TYPE: /* ? */
return qualifiers; return qualifiers;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment