From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26004 invoked by alias); 12 Oct 2006 14:34:45 -0000 Received: (qmail 25965 invoked by uid 48); 12 Oct 2006 14:34:36 -0000 Date: Thu, 12 Oct 2006 14:34:00 -0000 Message-ID: <20061012143436.25964.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/29440] 4.2 20061007 experimental misscompiles libavcodec/h264.o In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" 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 X-SW-Source: 2006-10/txt/msg01026.txt.bz2 List-Id: ------- Comment #3 from pinskia at gcc dot gnu dot org 2006-10-12 14:34 ------- Does it work when compiled with -O0 instead of -O4? How about -O1? Besies above, I noticed that the asm in get_cabac looks to be clobbering memory but is not marked as such. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29440