* config/sparc/sparc.c (sparc_type_code) <NULLPTR_TYPE>: New case.

From-SVN: r165904
This commit is contained in:
Eric Botcazou 2010-10-24 19:25:11 +00:00 committed by Eric Botcazou
parent 682e805aaf
commit 0e7e15278e
2 changed files with 6 additions and 1 deletions

View 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.

View 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: