]> gcc.gnu.org Git - gcc.git/commitdiff
* config/sparc/sparc.c (sparc_type_code) <NULLPTR_TYPE>: New case.
authorEric Botcazou <ebotcazou@adacore.com>
Sun, 24 Oct 2010 19:25:11 +0000 (19:25 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 24 Oct 2010 19:25:11 +0000 (19:25 +0000)
From-SVN: r165904

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

index 5644df4d527b42382267df2686aa03a981fe0395..4f250e70c2977c119520acc1f64864b2e4c27c9e 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 1898732308a9ec45fd3855d59792e85d4573b9ea..e23ede053a000c43f65f7302ed8a11814b2f4893 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:
This page took 0.130229 seconds and 5 git commands to generate.