From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26885 invoked by alias); 23 Aug 2004 01:52:44 -0000 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 Received: (qmail 26836 invoked by uid 48); 23 Aug 2004 01:52:43 -0000 Date: Mon, 23 Aug 2004 01:52:00 -0000 Message-ID: <20040823015243.26835.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040720210844.16649.lars.sonchocky-helldorf@hamburg.de> References: <20040720210844.16649.lars.sonchocky-helldorf@hamburg.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/16649] [3.4 Regression] bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86 X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg02237.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-08-23 01:52 ------- Fixed on the mainline by: 2004-08-20 Mike Stump * config/darwin.c (machopic_indirect_data_reference): Mark stubs as defined. * config/386/386.c (darwin_local_data_pic): Add. (legitimate_constant_p): Reorder so that PLUS handling runs before darwin_local_data_pic to match the ordering in legitimate_pic_address_disp_p and so that MINUS runs after darwin_local_data_pic as otherwise the darwin_local_data_pic logic can be skipped, which would be very bad. (legitimate_pic_address_disp_p): Move from from here to darwin_local_data_pic so it can be reused. -- What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|pinskia at gcc dot gnu dot |unassigned at gcc dot gnu |org |dot org Status|ASSIGNED |NEW Known to fail|3.4.1 3.5.0 |3.4.1 Known to work| |3.5.0 Summary|[3.4/3.5 Regression] |[3.4 Regression] bootstrap |bootstrap of gcc3.4.1 fails |of gcc3.4.1 fails on |on OpenDarwin7.2.1/x86 |OpenDarwin7.2.1/x86 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16649