blob: 356c125e8353218ed5baa1b41f80916d8c2ee69d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-cb,v 1.1 2002/01/03 20:40:49 tron Exp $
--- ../gcc-2.95.3/gcc/reload1.c.orig Thu Jan 25 15:03:21 2001
+++ ../gcc-2.95.3/gcc/reload1.c Thu Jan 3 20:37:55 2002
@@ -1277,7 +1277,7 @@
/* Get the operand values and constraints out of the insn. */
decode_asm_operands (pat, recog_operand, recog_operand_loc,
- constraints, operand_mode);
+ (const char **)constraints, operand_mode);
/* For every operand, see what registers are allowed. */
for (i = 0; i < noperands; i++)
|