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]

re: bothersome warnings


>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.

A patch for the first two has been proposed months ago by Matt Kraai.

http://gcc.gnu.org/ml/gcc-patches/2001-03/msg01217.html

Recently, I've bootstrapped and tested ok with it on i686-pc-linux-gnu.
I don't know how safe this change is for other targets. I am merely a beginner.

This the patch reminder, which includes 7 other patches, 6 of them
had no follow ups.

http://gcc.gnu.org/ml/gcc-patches/2001-05/msg00934.html


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