From 476a33f4146f5304cc1a9a9b6587d2ba3600b0a6 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 14 Oct 1999 04:01:59 -0700 Subject: [PATCH] genrecog.c (validate_pattern): Condense the destination non-lvalue message. * genrecog.c (validate_pattern): Condense the destination non-lvalue message. From-SVN: r29974 --- gcc/ChangeLog | 5 +++++ gcc/genrecog.c | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5914e7a9db7..f20df337da1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 14 04:00:40 1999 Richard Henderson + + * genrecog.c (validate_pattern): Condense the destination + non-lvalue message. + Thu Oct 14 03:23:08 1999 Richard Henderson * alpha.md (call-1): Supply missing mode for operator. diff --git a/gcc/genrecog.c b/gcc/genrecog.c index 36362151176..6e1af3a287f 100644 --- a/gcc/genrecog.c +++ b/gcc/genrecog.c @@ -509,10 +509,8 @@ validate_pattern (pattern, insn, set_dest) && allows_non_lvalue) { message_with_line (pattern_lineno, - "warning: `%s' allows non-lvalue,", - pred_name); - message_with_line (pattern_lineno, - " and used as destination of a set"); + "warning: destination operand 0 allows non-lvalue", + XINT (pattern, 0)); } /* A modeless MATCH_OPERAND can be handy when we can -- 2.30.2