This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [BUILDROBOT] m86k breakage
- From: Alan Modra <amodra at gmail dot com>
- To: Jan-Benedict Glaw <jbglaw at lug-owl dot de>
- Cc: binutils at sourceware dot org
- Date: Mon, 18 Aug 2014 10:00:09 +0930
- Subject: Re: [BUILDROBOT] m86k breakage
- Authentication-results: sourceware.org; auth=none
- References: <20140816141458 dot GE14692 at lug-owl dot de>
On Sat, Aug 16, 2014 at 04:14:59PM +0200, Jan-Benedict Glaw wrote:
> I think this is caused by the "gas TC_PARSE_CONS_EXPRESSION
> communication with TC_CONS_FIX_NEW" commit (April 8th).
Guilty as charged.
* read.c (parse_mri_cons): Warning fix.
diff --git a/gas/read.c b/gas/read.c
index 183ef2c..2d5fdf1 100644
--- a/gas/read.c
+++ b/gas/read.c
@@ -4605,7 +4605,7 @@ parse_mri_cons (expressionS *exp, unsigned int nbytes)
&& (input_line_pointer[1] != '\''
|| (*input_line_pointer != 'A'
&& *input_line_pointer != 'E')))
- TC_PARSE_CONS_EXPRESSION (exp, nbytes);
+ (void) TC_PARSE_CONS_EXPRESSION (exp, nbytes);
else
{
unsigned int scan;
--
Alan Modra
Australia Development Lab, IBM