From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1386 invoked by alias); 17 Aug 2009 18:54:10 -0000 Received: (qmail 1377 invoked by uid 22791); 17 Aug 2009 18:54:09 -0000 X-SWARE-Spam-Status: No, hits=0.4 required=5.0 tests=AWL,BAYES_00,CTYME_IXHASH,SARE_SUB_ENC_UTF8,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mailout1.go2.pl (HELO mailout1.go2.pl) (193.17.41.11) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 17 Aug 2009 18:54:00 +0000 Received: from mailout1.go2.pl (unknown [10.0.0.103]) by mailout1.go2.pl (Postfix) with ESMTP id 685275D5157; Mon, 17 Aug 2009 20:53:58 +0200 (CEST) Received: from o2.pl (unknown [10.0.0.67]) by mailout1.go2.pl (Postfix) with SMTP; Mon, 17 Aug 2009 20:53:57 +0200 (CEST) Subject: =?UTF-8?Q?Re:_"-fno-unswitch-loops"_option_have_no_effect=3F?= From: =?UTF-8?Q?ami=5Fstuff?= To: =?UTF-8?Q?Bernd_Roesch?= Cc: gcc@gcc.gnu.org In-Reply-To: References: <3165a1e6.6c5afa14.4a89378f.5d332@o2.pl> Mime-Version: 1.0 Message-ID: <208582fd.6517200b.4a89a744.44fc4@o2.pl> Date: Mon, 17 Aug 2009 19:54:00 -0000 X-Originator: 212.67.149.145 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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/msg00298.txt.bz2 Hi, > gcc > 4 AOS 68k builds are build from offical gcc sourcetree and there are > no changes=20 Yes, I know, but some problems may happens anyway like it happened before (problems with defines). I think if there is a problem the best is to compare GCCs from different so= urces. > how much is size diffrent ? 306kb vs 1,18mb - "dsputil.c" > .but i > think you can easy test, compile the ffmpeg, if it give no internal > compiler error with -fno........ then it work. I get the same ICE with "-O3" and "-O3 -fno-unswitch-loops" - "mpegvideo.c"= file. Regards