Commit 0e7e1527 by Eric Botcazou Committed by Eric Botcazou

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

From-SVN: r165904
parent 682e805a
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> 2010-10-24 Paul Koning <ni1d@arrl.net>
* config/pdp11/pdp11.md: Change length attribute to be in bytes. * config/pdp11/pdp11.md: Change length attribute to be in bytes.
...@@ -7729,7 +7729,8 @@ sparc_type_code (register tree type) ...@@ -7729,7 +7729,8 @@ sparc_type_code (register tree type)
case VECTOR_TYPE: case VECTOR_TYPE:
case BOOLEAN_TYPE: /* Boolean truth value type. */ case BOOLEAN_TYPE: /* Boolean truth value type. */
case LANG_TYPE: /* ? */ case LANG_TYPE:
case NULLPTR_TYPE:
return qualifiers; return qualifiers;
default: default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment