From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14619 invoked by alias); 18 Nov 2008 00:56:50 -0000 Received: (qmail 8449 invoked by alias); 18 Nov 2008 00:55:21 -0000 Date: Tue, 18 Nov 2008 00:56:00 -0000 Message-ID: <20081118005521.8447.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug testsuite/37326] [4.4 Regression] gcc.dg/tree-ssa/ssa-store-ccp-3.c scan-tree-dump-times optimized "conststaticvariable" 1 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dave at hiauly1 dot hia dot nrc dot ca" 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-11/txt/msg01441.txt.bz2 ------- Comment #3 from dave at hiauly1 dot hia dot nrc dot ca 2008-11-18 00:55 ------- Subject: Re: [4.4 Regression] gcc.dg/tree-ssa/ssa-store-ccp-3.c scan-tree-dump-times optimized "conststaticvariable" 1 > David, do you have a prefered fix? For 4.4, I don't think we can not remove the code which sets flag_pic. The code in config/pa would all have to be updated to add checks for TARGET_64BIT where flag_pic is used. There might be other side effects. I'm somewhat concerned about not setting flag_shlib in override options. However, I think flag_shlib will get set if -fpic/-fPIC is specified on the command line. Possibly a note should be added to the documentation. Would adding a dg-options statement for hppa64-*-* fix the test? Dave -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37326