This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/16649] [3.4 Regression] bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Aug 2004 01:52:43 -0000
- Subject: [Bug target/16649] [3.4 Regression] bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86
- References: <20040720210844.16649.lars.sonchocky-helldorf@hamburg.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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 <mrs@apple.com>
* 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