summaryrefslogtreecommitdiff
path: root/gcc/config/sparc
diff options
context:
space:
mode:
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2006-02-07 20:11:12 +0000
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2006-02-07 20:11:12 +0000
commit42d5f86317febfa212c4f28a7518d5fbe8b5806e (patch)
tree4b7e368e98fd41f9d928b5dd8e2101503e8cf8df /gcc/config/sparc
parent211391e92c7d8bb2271064bb992b724e4b2eb21c (diff)
downloadgcc-42d5f86317febfa212c4f28a7518d5fbe8b5806e.tar.gz
* config/sparc/sparc.c (sparc_type_code): Don't handle CHAR_TYPE.
Correct comment describing BOOLEAN_TYPE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110715 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc')
-rw-r--r--gcc/config/sparc/sparc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c
index c633e8a9fc7..20026413800 100644
--- a/gcc/config/sparc/sparc.c
+++ b/gcc/config/sparc/sparc.c
@@ -1,6 +1,7 @@
/* Subroutines for insn-output.c for SPARC.
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)
64-bit SPARC-V9 support by Michael Tiemann, Jim Wilson, and Doug Evans,
at Cygnus Support.
@@ -7012,8 +7013,7 @@ sparc_type_code (register tree type)
return (qualifiers | 7); /* Who knows? */
case VECTOR_TYPE:
- case CHAR_TYPE: /* GNU Pascal CHAR type. Not used in C. */
- case BOOLEAN_TYPE: /* GNU Fortran BOOLEAN type. */
+ case BOOLEAN_TYPE: /* Boolean truth value type. */
case LANG_TYPE: /* ? */
return qualifiers;