From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18100 invoked by alias); 14 Dec 2004 16:51:26 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 18036 invoked by uid 48); 14 Dec 2004 16:51:19 -0000 Date: Tue, 14 Dec 2004 16:51:00 -0000 Message-ID: <20041214165119.18035.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041214164529.18989.schlie@comcast.net> References: <20041214164529.18989.schlie@comcast.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/18989] A few potentially ominous, and several likely harmless warnings during 4.0 build X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg02044.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-14 16:51 ------- This one cannot be fixed: gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc/gcc -I../../gcc/gcc/build -I../../gcc/gcc/../include -I../../gcc/gcc/../libcpp/include \ -o build/gengtype-yacc.o gengtype-yacc.c /usr/share/bison.simple: In function `yyparse': /usr/share/bison.simple:614: warning: comparison between signed and unsigned /usr/share/bison.simple:626: warning: comparison between signed and unsigned The following is a target one: gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../include -I../../gcc/gcc/../libcpp/include ../../gcc/gcc/varasm.c -o varasm.o ../../gcc/gcc/varasm.c: In function `assemble_variable': ../../gcc/gcc/varasm.c:1699: warning: empty body in an if-statement ../../gcc/gcc/varasm.c: In function `const_rtx_hash_1': ../../gcc/gcc/varasm.c:2843: warning: right shift count >= width of type The long double bugs cannot be fixed, they are warnings only from the Apple's gcc. The warnings from gengtype cannot be fixed. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|c |target Ever Confirmed| |1 Last reconfirmed|0000-00-00 00:00:00 |2004-12-14 16:51:18 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18989