From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9383 invoked by alias); 17 Jul 2008 17:53:33 -0000 Received: (qmail 9063 invoked by uid 48); 17 Jul 2008 17:52:50 -0000 Date: Thu, 17 Jul 2008 17:53:00 -0000 Message-ID: <20080717175250.9062.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/36861] code generation regression with -O3 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "lothar at tradescape dot biz" 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 X-SW-Source: 2008-07/txt/msg01436.txt.bz2 ------- Comment #6 from lothar at tradescape dot biz 2008-07-17 17:52 ------- in reply to #4: -fno-tree-vectorize does not help $ /opt2/linux/ix86/bin/g++-4.3.1 -m64 -O3 -fno-tree-vectorize -g -save-temps -I/opt2/linux/x86_64/include/boost-1_35 -DUSE_OPTIMIZATION=0 -o ./avltest-no ./avltest.cpp ./avltest.cpp:115:2: warning: #warning without optimization $ time ./avltest-no >/dev/null real 0m40.528s user 0m39.902s sys 0m0.036s -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36861