From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25165 invoked by alias); 3 Sep 2014 22:03:20 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 25106 invoked by uid 48); 3 Sep 2014 22:03:15 -0000 From: "steven at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/63156] web can't handle AUTOINC correctly Date: Wed, 03 Sep 2014 22:03:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: steven at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: steven at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-09/txt/msg01004.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63156 Steven Bosscher changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |WAITING --- Comment #2 from Steven Bosscher --- I am unable to reproduce this: Test Run By stevenb on Wed Sep 3 14:56:17 2014 Target is arm-unknown-eabi Host is powerpc64-unknown-linux-gnu === gcc tests === Schedule of variations: arm-sim/-march=armv5te/-mthumb/-fweb Running target arm-sim/-march=armv5te/-mthumb/-fweb Running /home/stevenb/devel/combined/gcc/testsuite/gcc.c-torture/execute/execute.exp ... PASS: gcc.c-torture/execute/20000422-1.c -O0 (test for excess errors) PASS: gcc.c-torture/execute/20000422-1.c -O0 execution test PASS: gcc.c-torture/execute/20000422-1.c -O1 (test for excess errors) PASS: gcc.c-torture/execute/20000422-1.c -O1 execution test PASS: gcc.c-torture/execute/20000422-1.c -O2 (test for excess errors) PASS: gcc.c-torture/execute/20000422-1.c -O2 execution test PASS: gcc.c-torture/execute/20000422-1.c -O3 -fomit-frame-pointer (test for excess errors) PASS: gcc.c-torture/execute/20000422-1.c -O3 -fomit-frame-pointer execution test PASS: gcc.c-torture/execute/20000422-1.c -O3 -fomit-frame-pointer -funroll-loops (test for excess errors) PASS: gcc.c-torture/execute/20000422-1.c -O3 -fomit-frame-pointer -funroll-loops execution test PASS: gcc.c-torture/execute/20000422-1.c -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions (test for excess errors) PASS: gcc.c-torture/execute/20000422-1.c -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test PASS: gcc.c-torture/execute/20000422-1.c -O3 -g (test for excess errors) PASS: gcc.c-torture/execute/20000422-1.c -O3 -g execution test PASS: gcc.c-torture/execute/20000422-1.c -Os (test for excess errors) PASS: gcc.c-torture/execute/20000422-1.c -Os execution test === gcc Summary === # of expected passes 16 /home/stevenb/devel/build-arm/gcc/xgcc version 5.0.0 20140903 (experimental) [trunk revision 214887] (GCC) What is your command line for configure?