public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/16649] New: bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86
@ 2004-07-20 21:08 lars dot sonchocky-helldorf at hamburg dot de
  2004-07-20 21:12 ` [Bug target/16649] " pinskia at gcc dot gnu dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: lars dot sonchocky-helldorf at hamburg dot de @ 2004-07-20 21:08 UTC (permalink / raw)
  To: gcc-bugs

./xgcc -B./ -B/tmp/gcc/i686-apple-darwin7.2.1/bin/ -isystem /tmp/gcc/i686-apple-
darwin7.2.1/include -isystem /tmp/gcc/i686-apple-darwin7.2.1/sys-include -L/Users/lars/GCC/
FSF/testbuild/gcc/../ld -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-
prototypes -Wold-style-definition  -isystem ./include  -I. -I. -I../../gcc-3.4.1/gcc -I../../gcc-
3.4.1/gcc/. -I../../gcc-3.4.1/gcc/../include -I../intl  \
  -c ../../gcc-3.4.1/gcc/config/darwin-crt2.c -o crt2.o
../../gcc-3.4.1/gcc/config/darwin-crt2.c: In function `__darwin_gcc3_preregister_frame_info':
../../gcc-3.4.1/gcc/config/darwin-crt2.c:151: error: unrecognizable insn:
(insn 11 9 12 0 (set (reg/f:SI 58)
        (plus:SI (reg:SI 3 bx)
            (const:SI (minus:SI (symbol_ref:SI ("&L___keymgr_global$non_lazy_ptr"))
                    (symbol_ref:SI ("<pic base>")))))) -1 (nil)
    (nil))
../../gcc-3.4.1/gcc/config/darwin-crt2.c:151: internal compiler error: in extract_insn, at 
recog.c:2083
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [crt2.o] Error 1
make[1]: *** [stage1_build] Error 2
make: *** [bootstrap] Error 2

the bootstrap was attempted like:

mkdir /tmp/gcc
mkdir testbuild
cd testbuild/
../gcc-3.4.1/configure --prefix=/tmp/gcc
make bootstrap STAGE1_CFLAGS="-no-cpp-precomp -Wa,-force_cpusubtype_ALL -g"

-- 
           Summary: bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lars dot sonchocky-helldorf at hamburg dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-apple-darwin7.2.1
  GCC host triplet: i686-apple-darwin7.2.1
GCC target triplet: i686-apple-darwin7.2.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16649


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/16649] bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86
  2004-07-20 21:08 [Bug bootstrap/16649] New: bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86 lars dot sonchocky-helldorf at hamburg dot de
@ 2004-07-20 21:12 ` pinskia at gcc dot gnu dot org
  2004-07-20 21:14 ` lars dot sonchocky-helldorf at hamburg dot de
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-20 21:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-20 21:12 -------
I thought I had fixed this error.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
          Component|bootstrap                   |target
           Keywords|                            |build, ice-on-valid-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16649


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/16649] bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86
  2004-07-20 21:08 [Bug bootstrap/16649] New: bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86 lars dot sonchocky-helldorf at hamburg dot de
  2004-07-20 21:12 ` [Bug target/16649] " pinskia at gcc dot gnu dot org
@ 2004-07-20 21:14 ` lars dot sonchocky-helldorf at hamburg dot de
  2004-07-20 23:40 ` [Bug target/16649] [3.4/3.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: lars dot sonchocky-helldorf at hamburg dot de @ 2004-07-20 21:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From lars dot sonchocky-helldorf at hamburg dot de  2004-07-20 21:14 -------
Created an attachment (id=6788)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6788&action=view)
preprocessed file (darwin-crt2.i) that triggers the bug


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16649


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/16649] [3.4/3.5 Regression] bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86
  2004-07-20 21:08 [Bug bootstrap/16649] New: bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86 lars dot sonchocky-helldorf at hamburg dot de
  2004-07-20 21:12 ` [Bug target/16649] " pinskia at gcc dot gnu dot org
  2004-07-20 21:14 ` lars dot sonchocky-helldorf at hamburg dot de
@ 2004-07-20 23:40 ` pinskia at gcc dot gnu dot org
  2004-07-21  0:31 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-20 23:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-20 23:40 -------
Confirmed, caused by the fix for PR 15717.
I have a fix for this one too.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-07-20 23:40:38
               date|                            |
            Summary|bootstrap of gcc3.4.1 fails |[3.4/3.5 Regression]
                   |on OpenDarwin7.2.1/x86      |bootstrap of gcc3.4.1 fails
                   |                            |on OpenDarwin7.2.1/x86
   Target Milestone|---                         |3.4.2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16649


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/16649] [3.4/3.5 Regression] bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86
  2004-07-20 21:08 [Bug bootstrap/16649] New: bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86 lars dot sonchocky-helldorf at hamburg dot de
                   ` (2 preceding siblings ...)
  2004-07-20 23:40 ` [Bug target/16649] [3.4/3.5 Regression] " pinskia at gcc dot gnu dot org
@ 2004-07-21  0:31 ` pinskia at gcc dot gnu dot org
  2004-07-21  1:36 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-21  0:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-21 00:31 -------
Patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-07/msg01982.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16649


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/16649] [3.4/3.5 Regression] bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86
  2004-07-20 21:08 [Bug bootstrap/16649] New: bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86 lars dot sonchocky-helldorf at hamburg dot de
                   ` (3 preceding siblings ...)
  2004-07-21  0:31 ` pinskia at gcc dot gnu dot org
@ 2004-07-21  1:36 ` pinskia at gcc dot gnu dot org
  2004-07-26 20:52 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-21  1:36 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 16649 depends on bug 16557, which changed state.

Bug 16557 Summary: [3.5 Regression] bootstrap failure of gcc-3.5-20040711 snapshot on i686-apple-darwin7.2.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16557

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16649


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/16649] [3.4/3.5 Regression] bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86
  2004-07-20 21:08 [Bug bootstrap/16649] New: bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86 lars dot sonchocky-helldorf at hamburg dot de
                   ` (4 preceding siblings ...)
  2004-07-21  1:36 ` pinskia at gcc dot gnu dot org
@ 2004-07-26 20:52 ` pinskia at gcc dot gnu dot org
  2004-08-12 11:06 ` lars dot sonchocky-helldorf at hamburg dot de
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-26 20:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-26 20:52 -------
*** Bug 16723 has been marked as a duplicate of this bug. ***

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16649


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/16649] [3.4/3.5 Regression] bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86
  2004-07-20 21:08 [Bug bootstrap/16649] New: bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86 lars dot sonchocky-helldorf at hamburg dot de
                   ` (5 preceding siblings ...)
  2004-07-26 20:52 ` pinskia at gcc dot gnu dot org
@ 2004-08-12 11:06 ` lars dot sonchocky-helldorf at hamburg dot de
  2004-08-23  1:52 ` [Bug target/16649] [3.4 " pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: lars dot sonchocky-helldorf at hamburg dot de @ 2004-08-12 11:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From lars dot sonchocky-helldorf at hamburg dot de  2004-08-12 11:06 -------
there should be a solution out there: 

http://gcc.gnu.org/ml/gcc-patches/2004-08/msg00506.html

which needs to be reviewed.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16649


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/16649] [3.4 Regression] bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86
  2004-07-20 21:08 [Bug bootstrap/16649] New: bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86 lars dot sonchocky-helldorf at hamburg dot de
                   ` (6 preceding siblings ...)
  2004-08-12 11:06 ` lars dot sonchocky-helldorf at hamburg dot de
@ 2004-08-23  1:52 ` pinskia at gcc dot gnu dot org
  2004-08-23 19:41 ` mmitchel at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-23  1:52 UTC (permalink / raw)
  To: gcc-bugs


------- 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


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/16649] [3.4 Regression] bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86
  2004-07-20 21:08 [Bug bootstrap/16649] New: bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86 lars dot sonchocky-helldorf at hamburg dot de
                   ` (7 preceding siblings ...)
  2004-08-23  1:52 ` [Bug target/16649] [3.4 " pinskia at gcc dot gnu dot org
@ 2004-08-23 19:41 ` mmitchel at gcc dot gnu dot org
  2004-09-27  4:13 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-08-23 19:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-23 19:41 -------
Postponed until GCC 3.4.3, darwin is not release-critical.



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.2                       |3.4.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16649


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/16649] [3.4 Regression] bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86
  2004-07-20 21:08 [Bug bootstrap/16649] New: bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86 lars dot sonchocky-helldorf at hamburg dot de
                   ` (8 preceding siblings ...)
  2004-08-23 19:41 ` mmitchel at gcc dot gnu dot org
@ 2004-09-27  4:13 ` pinskia at gcc dot gnu dot org
  2004-11-01  0:47 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-27  4:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-27 04:13 -------
Someone has to do the back port of the patch and test it (I no longer can do cross builds).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|patch                       |
      Known to work|4.0                         |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16649


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/16649] [3.4 Regression] bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86
  2004-07-20 21:08 [Bug bootstrap/16649] New: bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86 lars dot sonchocky-helldorf at hamburg dot de
                   ` (9 preceding siblings ...)
  2004-09-27  4:13 ` pinskia at gcc dot gnu dot org
@ 2004-11-01  0:47 ` mmitchel at gcc dot gnu dot org
  2005-04-29 18:38 ` [Bug target/16649] [3.4 Regression] bootstrap of gcc3.4.x " mmitchel at gcc dot gnu dot org
  2005-08-23  2:03 ` pinskia at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-11-01  0:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-11-01 00:46 -------
Postponed until GCC 3.4.4.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.3                       |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16649


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/16649] [3.4 Regression] bootstrap of gcc3.4.x fails on OpenDarwin7.2.1/x86
  2004-07-20 21:08 [Bug bootstrap/16649] New: bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86 lars dot sonchocky-helldorf at hamburg dot de
                   ` (10 preceding siblings ...)
  2004-11-01  0:47 ` mmitchel at gcc dot gnu dot org
@ 2005-04-29 18:38 ` mmitchel at gcc dot gnu dot org
  2005-08-23  2:03 ` pinskia at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-04-29 18:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-04-29 18:38 -------
Removing target milestone; OpenDarwin is not a primary or secondary target.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.4                       |---


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16649


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/16649] [3.4 Regression] bootstrap of gcc3.4.x fails on OpenDarwin7.2.1/x86
  2004-07-20 21:08 [Bug bootstrap/16649] New: bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86 lars dot sonchocky-helldorf at hamburg dot de
                   ` (11 preceding siblings ...)
  2005-04-29 18:38 ` [Bug target/16649] [3.4 Regression] bootstrap of gcc3.4.x " mmitchel at gcc dot gnu dot org
@ 2005-08-23  2:03 ` pinskia at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-23  2:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-23 02:01 -------
Just marking as fixed for 4.0.0 as there is no recent interesting in getting this fixed in earlier branches 
and earlier branches are not supported for darwin8.0.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16649


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2005-08-23  2:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-20 21:08 [Bug bootstrap/16649] New: bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86 lars dot sonchocky-helldorf at hamburg dot de
2004-07-20 21:12 ` [Bug target/16649] " pinskia at gcc dot gnu dot org
2004-07-20 21:14 ` lars dot sonchocky-helldorf at hamburg dot de
2004-07-20 23:40 ` [Bug target/16649] [3.4/3.5 Regression] " pinskia at gcc dot gnu dot org
2004-07-21  0:31 ` pinskia at gcc dot gnu dot org
2004-07-21  1:36 ` pinskia at gcc dot gnu dot org
2004-07-26 20:52 ` pinskia at gcc dot gnu dot org
2004-08-12 11:06 ` lars dot sonchocky-helldorf at hamburg dot de
2004-08-23  1:52 ` [Bug target/16649] [3.4 " pinskia at gcc dot gnu dot org
2004-08-23 19:41 ` mmitchel at gcc dot gnu dot org
2004-09-27  4:13 ` pinskia at gcc dot gnu dot org
2004-11-01  0:47 ` mmitchel at gcc dot gnu dot org
2005-04-29 18:38 ` [Bug target/16649] [3.4 Regression] bootstrap of gcc3.4.x " mmitchel at gcc dot gnu dot org
2005-08-23  2:03 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).