(output_addressed_constants): Handle NON_LVALUE_EXPR.
authorRichard Stallman <rms@gnu.org>
Fri, 16 Oct 1992 08:35:42 +0000 (08:35 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 16 Oct 1992 08:35:42 +0000 (08:35 +0000)
From-SVN: r2489

gcc/varasm.c

index f2bcb26..4559d5e 100644 (file)
@@ -2575,6 +2575,7 @@ output_addressed_constants (exp)
 
     case NOP_EXPR:
     case CONVERT_EXPR:
+    case NON_LVALUE_EXPR:
       reloc = output_addressed_constants (TREE_OPERAND (exp, 0));
       break;