This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Warnings while building cross-compiler
- From: "David =?ISO-8859-15?Q?M=FCller?= (ELSOFT AG)" <d dot mueller at elsoft dot ch>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 26 Feb 2002 16:32:10 +0100
- Subject: Warnings while building cross-compiler
- Organization: ELSOFT AG
Hello
I'm trying to build a GCC 3.0.4 based x86 -> PPC cross compiler using
gcc 2.95.3. While compiling, there are a lot of warnings of the form
"comparison between signed and unsigned", for example in gcc/alias.c,
gcc/combine.c and gcc/reload.c.
Is this something to worry about (environment and/or tools broken) or is
this normal "behaviour", which can be ignored?
TIA
Dave