This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: i386.md warning


On Wed, Apr 16, 2003 at 01:44:10PM +0200, Paolo Carlini wrote:
> Hi,
> 
> on my i686-pc-linux-gnu platform (P4), I'm seeing this warning during 
> stage1:
> 
> ./genrecog ../../gcc-head/gcc/gcc/config/i386/i386.md > tmp-recog.c
> ../../gcc-head/gcc/gcc/config/i386/i386.md:16595: warning: operand 1 
> missing mode?
> 
> Should we care?

We should always care about warnings.  This particular warning can be
suppressed, when appropriate, using SPECIAL_MODE_PREDICATES as described
in tm.texi.

Janis


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]