From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32466 invoked by alias); 23 Apr 2004 10:51:15 -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 32459 invoked by uid 48); 23 Apr 2004 10:51:15 -0000 Date: Fri, 23 Apr 2004 11:03:00 -0000 From: "keith dot briggs at bt dot com" To: gcc-bugs@gcc.gnu.org Message-ID: <20040423105114.15095.keith.briggs@bt.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/15095] New: gcc-3.4.0 fails to compile gmp-4.1.2 X-Bugzilla-Reason: CC X-SW-Source: 2004-04/txt/msg02139.txt.bz2 List-Id: install@sodium:~/gmp-4.1.2/mpz> /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I. - I.. -D__GMP_WITHIN_GMP -I.. -g -O2 -fomit-frame-pointer -mcpu=pentium4 - march=pentium4 -c aorsmul.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. aorsmul.c:44: error: conflicting types for '__gmpz_aorsmul' aorsmul.c:39: error: previous declaration of '__gmpz_aorsmul' was here aorsmul.c:44: error: conflicting types for '__gmpz_aorsmul' aorsmul.c:39: error: previous declaration of '__gmpz_aorsmul' was here Torbjörn Granlund says: I think this is a bug in the gcc 3.4 parser that causes it to reject regparm attributes. I have tried to figure out some alternative syntax that gcc 3.4 could accept, but found nil. -- Summary: gcc-3.4.0 fails to compile gmp-4.1.2 Product: gcc Version: 3.4.0 Status: UNCONFIRMED Severity: critical Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: keith dot briggs at bt dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15095