This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
3.1 bootstrap warnings on powerpc-apple-darwin5.4
- From: Brad Lucier <lucier at math dot purdue dot edu>
- To: gcc at gcc dot gnu dot org
- Cc: lucier at math dot purdue dot edu
- Date: Wed, 17 Apr 2002 23:24:03 -0500 (EST)
- Subject: 3.1 bootstrap warnings on powerpc-apple-darwin5.4
When building today's CVS sources of 3.1 on powerpc-apple-darwin5.4, using another
version of gcc-3.2 as the bootstrap compiler, I get many warnings of the type
gcc: unrecognized option `-no-cpp-precomp'
since, of course, this option should be enabled only for Apple's cc.
I slso get the following warning:
../../gcc/config/rs6000/rs6000.md:15468: warning: operand 3 missing mode?
../../gcc/config/rs6000/rs6000.md:15478: warning: operand 3 missing mode?
../../gcc/config/rs6000/rs6000.md:15488: warning: operand 3 missing mode?
../../gcc/config/rs6000/rs6000.md:15498: warning: operand 3 missing mode?
I believe, from
./genrecog ../../gcc/config/rs6000/rs6000.md > tmp-recog.c
Brad