From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10007 invoked by alias); 6 Aug 2009 14:21:08 -0000 Received: (qmail 9984 invoked by uid 22791); 6 Aug 2009 14:21:07 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 06 Aug 2009 14:20:58 +0000 Received: from mail.gnu.org ([199.232.76.166]:60618 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MZ3pw-0005ov-Jh for gcc@gnu.org; Thu, 06 Aug 2009 10:20:56 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MZ3pr-0008HR-Vm for gcc@gnu.org; Thu, 06 Aug 2009 10:20:55 -0400 Received: from mircat.net ([81.9.105.50]:62036 helo=beastsoft.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MZ3pr-0008GR-EG for gcc@gnu.org; Thu, 06 Aug 2009 10:20:51 -0400 Received: from [192.9.112.196] (port=36338 helo=[129.159.127.174]) by beastsoft.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1MZ6WX-000B3E-KP for gcc@gnu.org; Thu, 06 Aug 2009 17:13:05 +0000 Message-ID: <4A7AE6BE.4030003@samersoff.net> Date: Thu, 06 Aug 2009 14:26:00 -0000 From: Dmitry Samersoff User-Agent: Thunderbird 2.0.0.22 (X11/20090605) MIME-Version: 1.0 To: gcc@gnu.org Subject: GCC 3.3.6 source bugs (can't compile it with gcc 4.1.2) Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-08/txt/msg00104.txt.bz2 1. fixincl script uses $SHELL variable and assume it points to sh derived shell, therefor it doesn't work with tcsh. Have to be changed to explicit /bin/sh 2. Conflict type declaration in com.c shine:gcc-3.3.6#diff -u ./gcc/f/com.c_orig ./gcc/f/com.c --- ./gcc/f/com.c_orig 2009-08-06 17:52:05.111996368 +0400 +++ ./gcc/f/com.c 2009-08-06 17:52:24.331939097 +0400 @@ -11075,7 +11075,7 @@ return decl; } -ffeinfoBasictype +ffeinfoKindtype ffecom_gfrt_basictype (ffecomGfrt gfrt) { assert (gfrt < FFECOM_gfrt); -- Dmitry Samersoff dms@samersoff.net, http://devnull.samersoff.net * There will come soft rains ...