*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Sun, 19 Jul 1992 17:09:11 +0000 (17:09 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 19 Jul 1992 17:09:11 +0000 (17:09 +0000)
From-SVN: r1628

gcc/final.c

index 184fdf691be13b500f4f92715445a72b6fe31243..4653a2fd0d21e97bd1f3ba645832b4938ec73b78 100644 (file)
@@ -2210,6 +2210,11 @@ output_addr_const (file, x)
       output_addr_const (file, XEXP (x, 1));
       break;
 
+    case ZERO_EXTEND:
+    case SIGN_EXTEND:
+      output_addr_const (file, XEXP (x, 0));
+      break;
+
     default:
       output_operand_lossage ("invalid expression as operand");
     }