sparc.c (sparc_type_code): Don't handle CHAR_TYPE.
authorRoger Sayle <roger@eyesopen.com>
Tue, 7 Feb 2006 20:11:12 +0000 (20:11 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Tue, 7 Feb 2006 20:11:12 +0000 (20:11 +0000)
* config/sparc/sparc.c (sparc_type_code): Don't handle CHAR_TYPE.
Correct comment describing BOOLEAN_TYPE.

From-SVN: r110715

gcc/ChangeLog
gcc/config/sparc/sparc.c

index 4946e3b05c84709f18d4516e1f1d6d5b30d12f2d..82f7ec9e41c6b1d1dcb9f28cbfa134091d9da578 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * c.opt: C++ frontend supports -Wdiv-by-zero.
index c633e8a9fc7c441395c6c4fd7fc32469781a7828..20026413800013dcbfd5b2fb8a3ca5ddb3354348 100644 (file)
@@ -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;