This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
bothersome warnings
- To: gcc at gcc dot gnu dot org
- Subject: bothersome warnings
- From: Brad Lucier <lucier at math dot purdue dot edu>
- Date: Mon, 25 Jun 2001 04:34:57 -0500 (EST)
- Cc: lucier at math dot purdue dot edu (Brad Lucier)
There are three warnings in i386.md on the mainline:
./genrecog /home/lucier/source/gcc/gcc-3.1/gcc/config/i386/i386.md > tmp-recog.c
/home/lucier/source/gcc/gcc-3.1/gcc/config/i386/i386.md:8493: warning: destination missing a mode?
/home/lucier/source/gcc/gcc-3.1/gcc/config/i386/i386.md:8845: warning: destination missing a mode?
/home/lucier/source/gcc/gcc-3.1/gcc/config/i386/i386.md:13621: warning: operand 0 missing mode?
I don't know how to fix them.
Brad