* config/sparc/sparc.c (sparc_type_code) <NULLPTR_TYPE>: New case.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 24 Oct 2010 19:25:11 +0000 (19:25 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 24 Oct 2010 19:25:11 +0000 (19:25 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165904 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 5644df4..4f250e7 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-24  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * config/sparc/sparc.c (sparc_type_code) <NULLPTR_TYPE>: New case.
+
 2010-10-24  Paul Koning  <ni1d@arrl.net>
 
        * config/pdp11/pdp11.md: Change length attribute to be in bytes.
index 1898732..e23ede0 100644 (file)
@@ -7729,7 +7729,8 @@ sparc_type_code (register tree type)
 
        case VECTOR_TYPE:
        case BOOLEAN_TYPE:      /* Boolean truth value type.  */
-       case LANG_TYPE:         /* ? */
+       case LANG_TYPE:
+       case NULLPTR_TYPE:
          return qualifiers;
 
        default: