This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Bug in mips.md - with patch
- To: aj at suse dot de
- Subject: Re: Bug in mips.md - with patch
- From: Andrew Haley <aph at pasanda dot cygnus dot co dot uk>
- Date: 25 Nov 1999 11:12:12 -0000
- CC: egcs-patches at egcs dot cygnus dot com
> From: Andreas Jaeger <aj@suse.de>
> Date: 25 Nov 1999 11:04:03 +0100
>
> Compiling the current CVS version on MIPS/Linux I got:
>
> ./genattr ../../gcc-2.96/gcc/config/mips/mips.md > tmp-attr.h
> ../../gcc-2.96/gcc/config/mips/mips.md:9273: expected character `)', found `('
> ../../gcc-2.96/gcc/config/mips/mips.md:9273: following context is `label_ref (match_operand 1 "" "")))))'
>
> There's a brace missing, I'm appending a patch.
Thanks. I checked this in under the "this is an obvious typo and the
Americans are on holiday until Monday" rule.
Andrew.