From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4082 invoked by alias); 24 Oct 2004 22:51:20 -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 4069 invoked by uid 48); 24 Oct 2004 22:51:19 -0000 Date: Sun, 24 Oct 2004 22:51:00 -0000 From: "pierre42d at 9online dot fr" To: gcc-bugs@gcc.gnu.org Message-ID: <20041024225116.18132.pierre42d@9online.fr> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug other/18132] New: Problem compiling gcc 3.4.2 X-Bugzilla-Reason: CC X-SW-Source: 2004-10/txt/msg02997.txt.bz2 List-Id: # make make[1]: Entering directory `/tmp/gcc-3.4.2/libiberty' if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -s -O3 -march=i686 -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic regex.c -o pic/regex.o; \ else true; fi regex.c:132: warning: conflicting types for built-in function 'malloc' In file included from /usr/include/bits/string2.h:1185, from /usr/include/string.h:360, from regex.c:151: /usr/include/stdlib.h:527: error: conflicting types for 'malloc' regex.c:132: error: previous declaration of 'malloc' was here /usr/include/stdlib.h:527: error: conflicting types for 'malloc' regex.c:132: error: previous declaration of 'malloc' was here In file included from ./../include/xregex.h:26, from regex.c:195: ./../include/xregex2.h:548: warning: ISO C90 does not support `static' or type qualifiers in parameter array declarators In file included from regex.c:649: regex.c: In function `byte_regex_compile': regex.c:2473: warning: implicit declaration of function `free' regex.c: In function `byte_compile_range': regex.c:4548: warning: signed and unsigned type in conditional expression regex.c:4558: warning: signed and unsigned type in conditional expression regex.c:4558: warning: signed and unsigned type in conditional expression regex.c: In function `byte_re_compile_fastmap': regex.c:4898: warning: implicit declaration of function `abort' regex.c: In function `xregcomp': regex.c:8043: warning: signed and unsigned type in conditional expression regex.c: At top level: regex.c:8178: warning: unused parameter 'preg' make[1]: *** [regex.o] Error 1 make[1]: Leaving directory `/tmp/gcc-3.4.2/libiberty' make: *** [all-libiberty] Error 2 -- Summary: Problem compiling gcc 3.4.2 Product: gcc Version: 3.4.2 Status: UNCONFIRMED Severity: normal Priority: P2 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pierre42d at 9online dot fr CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18132