Commit 56a4c9e2 by Richard Kenner

(promote_mode, case REFERENCE_TYPE): New case.

From-SVN: r12792
parent 37306b1e
...@@ -732,6 +732,7 @@ promote_mode (type, mode, punsignedp, for_call) ...@@ -732,6 +732,7 @@ promote_mode (type, mode, punsignedp, for_call)
#endif #endif
#ifdef POINTERS_EXTEND_UNSIGNED #ifdef POINTERS_EXTEND_UNSIGNED
case REFERENCE_TYPE:
case POINTER_TYPE: case POINTER_TYPE:
mode = Pmode; mode = Pmode;
unsignedp = POINTERS_EXTEND_UNSIGNED; unsignedp = POINTERS_EXTEND_UNSIGNED;
......
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