From owner-freebsd-stable@FreeBSD.ORG Thu Jul 28 23:25:40 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C4BA16A41F for ; Thu, 28 Jul 2005 23:25:40 +0000 (GMT) (envelope-from kmartin+freebsd@infoteam.com) Received: from alydar.infoteam.com (alydar.infoteam.com [207.246.83.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEFA143D7F for ; Thu, 28 Jul 2005 23:25:35 +0000 (GMT) (envelope-from kmartin+freebsd@infoteam.com) Received: from [10.0.0.93] (yoda.ksm.com [69.244.219.34]) by alydar.infoteam.com (Postfix) with ESMTP id BB7E56E737 for ; Thu, 28 Jul 2005 19:25:34 -0400 (EDT) Date: Thu, 28 Jul 2005 19:25:18 -0400 From: Kenn Martin To: stable@freebsd.org Message-ID: <2291D5464AFB28E79BD24024@[10.0.0.93]> X-Mailer: Mulberry/4.0.1.1 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Compile error in gcc/fold-const.c X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2005 23:25:40 -0000 Building recently sup'd RELENG_6 on a 5.4 box: /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/fold-const.c: In function `extract_muldiv_1': /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/fold-const.c:4565: error: syntax error before '||' token /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/fold-const.c:4573: error: `PLUS_EXP' undeclared (first use in this function) /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/fold-const.c:4573: error: (Each undeclared identifier is reported only once /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/fold-const.c:4573: error: for each function it appears in.) /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/fold-const.c:4573: error: syntax error before ',' token /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/fold-const.c:4581: error: stray '`' in program /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/fold-const.c:4582: error: syntax error before '{' token /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/fold-const.c:4594: error: syntax error before ')' token /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/fold-const.c: At top level: /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/fold-const.c:113: warning: 'reorder_operands_p' used but never defined