public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/26415]  New: [4.2 regression] m68k-linux bootstrap error during stage2
@ 2006-02-22 12:25 debian-gcc at lists dot debian dot org
  2006-02-22 12:53 ` [Bug target/26415] " pinskia at gcc dot gnu dot org
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2006-02-22 12:25 UTC (permalink / raw)
  To: gcc-bugs

trunk 20060218, on m68k-linux:

  Matthias

/build/buildd/gcc-snapshot-20060218/build/./prev-gcc/xgcc
-B/build/buildd/gcc-snapshot-20060218/build/./prev-gcc/
-B/usr/lib/gcc-snapshot/m68k-linux-gnu/bin/ -c   -O2 -DIN_GCC   -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings
-Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H
-I. -I. -I../../src/gcc -I../../src/gcc/. -I../../src/gcc/../include
-I../../src/gcc/../libcpp/include  -I../../src/gcc/../libdecnumber
-I../libdecnumber    ../../src/gcc/tree-ssa-reassoc.c -o tree-ssa-reassoc.o
/tmp/ccQSa8G6.s: Assembler messages:
/tmp/ccQSa8G6.s:3389: Error: value out of range
/tmp/ccQSa8G6.s:3389: Error: value of 1488 too large for field of 1 bytes at
10891
make[5]: *** [tree-ssa-reassoc.o] Error 1
make[5]: Leaving directory `/build/buildd/gcc-snapshot-20060218/build/gcc'
make[4]: *** [all-stage2-gcc] Error 2
make[4]: Leaving directory `/build/buildd/gcc-snapshot-20060218/build'
make[3]: *** [stage2-bubble] Error 2
make[3]: Leaving directory `/build/buildd/gcc-snapshot-20060218/build'
make[2]: *** [bootstrap] Error 2


-- 
           Summary: [4.2 regression] m68k-linux bootstrap error during
                    stage2
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
GCC target triplet: m68k-linux


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


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

* [Bug target/26415] [4.2 regression] m68k-linux bootstrap error during stage2
  2006-02-22 12:25 [Bug target/26415] New: [4.2 regression] m68k-linux bootstrap error during stage2 debian-gcc at lists dot debian dot org
@ 2006-02-22 12:53 ` pinskia at gcc dot gnu dot org
  2006-05-10 17:00 ` kazu at gcc dot gnu dot org
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-22 12:53 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
           Keywords|                            |assemble-failure, build
   Target Milestone|---                         |4.2.0


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


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

* [Bug target/26415] [4.2 regression] m68k-linux bootstrap error during stage2
  2006-02-22 12:25 [Bug target/26415] New: [4.2 regression] m68k-linux bootstrap error during stage2 debian-gcc at lists dot debian dot org
  2006-02-22 12:53 ` [Bug target/26415] " pinskia at gcc dot gnu dot org
@ 2006-05-10 17:00 ` kazu at gcc dot gnu dot org
  2006-06-04 17:48 ` mmitchel at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: kazu at gcc dot gnu dot org @ 2006-05-10 17:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from kazu at gcc dot gnu dot org  2006-05-10 17:00 -------
Could you submit a preprocessed testcase?
Many of us do not have m68k hardware that can be used for bootstrap.

Thanks,


-- 

kazu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug target/26415] [4.2 regression] m68k-linux bootstrap error during stage2
  2006-02-22 12:25 [Bug target/26415] New: [4.2 regression] m68k-linux bootstrap error during stage2 debian-gcc at lists dot debian dot org
  2006-02-22 12:53 ` [Bug target/26415] " pinskia at gcc dot gnu dot org
  2006-05-10 17:00 ` kazu at gcc dot gnu dot org
@ 2006-06-04 17:48 ` mmitchel at gcc dot gnu dot org
  2006-06-20 22:03 ` tbm at cyrius dot com
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-06-04 17:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from mmitchel at gcc dot gnu dot org  2006-06-04 17:47 -------
m68k is not a primary or secondary platform.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P5


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


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

* [Bug target/26415] [4.2 regression] m68k-linux bootstrap error during stage2
  2006-02-22 12:25 [Bug target/26415] New: [4.2 regression] m68k-linux bootstrap error during stage2 debian-gcc at lists dot debian dot org
                   ` (2 preceding siblings ...)
  2006-06-04 17:48 ` mmitchel at gcc dot gnu dot org
@ 2006-06-20 22:03 ` tbm at cyrius dot com
  2006-06-20 22:07 ` tbm at cyrius dot com
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: tbm at cyrius dot com @ 2006-06-20 22:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from tbm at cyrius dot com  2006-06-20 21:54 -------
This is a very common error on m68k.  We got another bug report, see
http://bugs.debian.org/359281, which says:

> torcs, grace, and rscheme all fail with variations on the theme of
> track.s: Assembler messages:
> track.s:10716: Error: value out of range

> This bug appears in at least gcc-4.0 4.0.2-3 - 4.0.2-10.
> Works fine with latest binutils and gcc-3.3.

> torcs (g++) and grace (gcc) can be made to compile with -O1 for
> both 4.1 and 4.0.

> rscheme works with gcc-4.0 -O1 and gcc-4.1 -O2 (in other words,
> it seems to be fixed in 4.1 although the error seems the same).

> None of these look easy to reduce.

> Please let me know what else I can provide.

I have been running some testcases through delta and while they got smaller,
they're still fairly large.  However, I'll attach them and hope that someone
can make sense of what's going on here.


-- 

tbm at cyrius dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tbm at cyrius dot com


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


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

* [Bug target/26415] [4.2 regression] m68k-linux bootstrap error during stage2
  2006-02-22 12:25 [Bug target/26415] New: [4.2 regression] m68k-linux bootstrap error during stage2 debian-gcc at lists dot debian dot org
                   ` (3 preceding siblings ...)
  2006-06-20 22:03 ` tbm at cyrius dot com
@ 2006-06-20 22:07 ` tbm at cyrius dot com
  2006-06-20 22:08 ` tbm at cyrius dot com
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: tbm at cyrius dot com @ 2006-06-20 22:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from tbm at cyrius dot com  2006-06-20 22:03 -------
Created an attachment (id=11713)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11713&action=view)
test case from application torcs

572:tbm@reyes: ~] /usr/local/bin/m68k-linux-gnu-g++ -c -O2 track.cc
...
/tmp/ccoFyyHa.s: Assembler messages:
/tmp/ccoFyyHa.s:9603: Error: value out of range

The offending line is:

    fbnlt .L297


-- 


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


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

* [Bug target/26415] [4.2 regression] m68k-linux bootstrap error during stage2
  2006-02-22 12:25 [Bug target/26415] New: [4.2 regression] m68k-linux bootstrap error during stage2 debian-gcc at lists dot debian dot org
                   ` (4 preceding siblings ...)
  2006-06-20 22:07 ` tbm at cyrius dot com
@ 2006-06-20 22:08 ` tbm at cyrius dot com
  2006-06-20 22:19 ` tbm at cyrius dot com
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: tbm at cyrius dot com @ 2006-06-20 22:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from tbm at cyrius dot com  2006-06-20 22:06 -------
Created an attachment (id=11714)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11714&action=view)
test case from application grace

577:tbm@reyes: ~] /usr/local/bin/m68k-linux-gnu-gcc -c -O2 pars.c
...
/tmp/ccaiWxu4.s: Assembler messages:
/tmp/ccaiWxu4.s:11586: Error: value out of range

The offending line is:

    fbngt .L6


-- 


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


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

* [Bug target/26415] [4.2 regression] m68k-linux bootstrap error during stage2
  2006-02-22 12:25 [Bug target/26415] New: [4.2 regression] m68k-linux bootstrap error during stage2 debian-gcc at lists dot debian dot org
                   ` (5 preceding siblings ...)
  2006-06-20 22:08 ` tbm at cyrius dot com
@ 2006-06-20 22:19 ` tbm at cyrius dot com
  2006-06-20 22:43 ` tbm at cyrius dot com
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: tbm at cyrius dot com @ 2006-06-20 22:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from tbm at cyrius dot com  2006-06-20 22:08 -------
I can provide more testcases on request but I think the general pattern is
clear from these two:

23:00 < apinski> tbm: what is on the line which the assembler is complaining
about
23:01 < tbm> fbnlt .L297
23:03 < apinski> the only thing I can think of is the distance is just too long
23:05 < apinski> tbm: so reducing the testcase is not going to help as you are
just going to end up with a big testcase no matter what

BTW, going from -O2 to -O1 makes both of these testcases compile.


-- 


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


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

* [Bug target/26415] [4.2 regression] m68k-linux bootstrap error during stage2
  2006-02-22 12:25 [Bug target/26415] New: [4.2 regression] m68k-linux bootstrap error during stage2 debian-gcc at lists dot debian dot org
                   ` (6 preceding siblings ...)
  2006-06-20 22:19 ` tbm at cyrius dot com
@ 2006-06-20 22:43 ` tbm at cyrius dot com
  2006-06-20 22:50 ` schwab at suse dot de
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: tbm at cyrius dot com @ 2006-06-20 22:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from tbm at cyrius dot com  2006-06-20 22:19 -------
Created an attachment (id=11715)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11715&action=view)
test case from application synfig

This test case is probably also interesting because it shows a slightly
different error:

7184:tbm@reyes: ~] /usr/local/bin/m68k-linux-gnu-gcc -c -O2 -S random.ii
7185:tbm@reyes: ~] m68k-linux-as random.s
random.s: Assembler messages:
random.s:581: Error: value out of range
random.s:581: Error: value of 71734 too large for field of 2 bytes at 2144
random.s:590: Error: value out of range
random.s:590: Error: value of 71680 too large for field of 2 bytes at 2188


-- 


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


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

* [Bug target/26415] [4.2 regression] m68k-linux bootstrap error during stage2
  2006-02-22 12:25 [Bug target/26415] New: [4.2 regression] m68k-linux bootstrap error during stage2 debian-gcc at lists dot debian dot org
                   ` (7 preceding siblings ...)
  2006-06-20 22:43 ` tbm at cyrius dot com
@ 2006-06-20 22:50 ` schwab at suse dot de
  2006-06-20 23:32 ` tbm at cyrius dot com
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: schwab at suse dot de @ 2006-06-20 22:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from schwab at suse dot de  2006-06-20 22:43 -------
The problem with the attached testcases is that gcc is using fbCC instead of
fjCC.  The former set of insns is interpreted by GAS as fixed length branches
with 16 bit offset, whereas the latter is handled as variable sized branch with
either 16 bit or 32 bit offset.  But the bootstrap error is a different
problem, since a floating point branch does not have a 8 bit field.  Please
move the test cases to a new bug, and instead attach a testcase for the
original problem.


-- 


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


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

* [Bug target/26415] [4.2 regression] m68k-linux bootstrap error during stage2
  2006-02-22 12:25 [Bug target/26415] New: [4.2 regression] m68k-linux bootstrap error during stage2 debian-gcc at lists dot debian dot org
                   ` (8 preceding siblings ...)
  2006-06-20 22:50 ` schwab at suse dot de
@ 2006-06-20 23:32 ` tbm at cyrius dot com
  2007-05-14 21:31 ` [Bug target/26415] [4.2/4.3 " mmitchel at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: tbm at cyrius dot com @ 2006-06-20 23:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from tbm at cyrius dot com  2006-06-20 22:50 -------
> But the bootstrap error is a different
> problem, since a floating point branch does not have a 8 bit field.  Please
> move the test cases to a new bug, and instead attach a testcase for the
> original problem.

I don't see that bootstrap error anymore so I suggest this PR to be retitled
for the other testcases.  Or is the 3rd testcase an example of the original
problem?
If so, let's keep that and I'll move the first two testcases to another PR.

How should I proceed?


-- 


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


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

* [Bug target/26415] [4.2/4.3 regression] m68k-linux bootstrap error during stage2
  2006-02-22 12:25 [Bug target/26415] New: [4.2 regression] m68k-linux bootstrap error during stage2 debian-gcc at lists dot debian dot org
                   ` (9 preceding siblings ...)
  2006-06-20 23:32 ` tbm at cyrius dot com
@ 2007-05-14 21:31 ` mmitchel at gcc dot gnu dot org
  2007-07-20  3:50 ` mmitchel at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-05-14 21:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from mmitchel at gcc dot gnu dot org  2007-05-14 22:28 -------
Will not be fixed in 4.2.0; retargeting at 4.2.1.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.0                       |4.2.1


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


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

* [Bug target/26415] [4.2/4.3 regression] m68k-linux bootstrap error during stage2
  2006-02-22 12:25 [Bug target/26415] New: [4.2 regression] m68k-linux bootstrap error during stage2 debian-gcc at lists dot debian dot org
                   ` (10 preceding siblings ...)
  2007-05-14 21:31 ` [Bug target/26415] [4.2/4.3 " mmitchel at gcc dot gnu dot org
@ 2007-07-20  3:50 ` mmitchel at gcc dot gnu dot org
  2007-10-09 19:29 ` mmitchel at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-07-20  3:50 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.1                       |4.2.2


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


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

* [Bug target/26415] [4.2/4.3 regression] m68k-linux bootstrap error during stage2
  2006-02-22 12:25 [Bug target/26415] New: [4.2 regression] m68k-linux bootstrap error during stage2 debian-gcc at lists dot debian dot org
                   ` (11 preceding siblings ...)
  2007-07-20  3:50 ` mmitchel at gcc dot gnu dot org
@ 2007-10-09 19:29 ` mmitchel at gcc dot gnu dot org
  2008-01-26 12:38 ` rguenth at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-10-09 19:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from mmitchel at gcc dot gnu dot org  2007-10-09 19:22 -------
Change target milestone to 4.2.3, as 4.2.2 has been released.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.2                       |4.2.3


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


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

* [Bug target/26415] [4.2/4.3 regression] m68k-linux bootstrap error during stage2
  2006-02-22 12:25 [Bug target/26415] New: [4.2 regression] m68k-linux bootstrap error during stage2 debian-gcc at lists dot debian dot org
                   ` (12 preceding siblings ...)
  2007-10-09 19:29 ` mmitchel at gcc dot gnu dot org
@ 2008-01-26 12:38 ` rguenth at gcc dot gnu dot org
  2008-01-26 21:21 ` debian-gcc at lists dot debian dot org
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-01-26 12:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from rguenth at gcc dot gnu dot org  2008-01-26 12:27 -------
How is the status here?


-- 


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


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

* [Bug target/26415] [4.2/4.3 regression] m68k-linux bootstrap error during stage2
  2006-02-22 12:25 [Bug target/26415] New: [4.2 regression] m68k-linux bootstrap error during stage2 debian-gcc at lists dot debian dot org
                   ` (13 preceding siblings ...)
  2008-01-26 12:38 ` rguenth at gcc dot gnu dot org
@ 2008-01-26 21:21 ` debian-gcc at lists dot debian dot org
  2008-02-01 16:54 ` jsm28 at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2008-01-26 21:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from debian-gcc at lists dot debian dot org  2008-01-26 20:15 -------
we had successful builds for gcc-4.2 from the branch; no testresults / build
logs for gcc-4.3 yet.

  Matthias


-- 


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


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

* [Bug target/26415] [4.2/4.3 regression] m68k-linux bootstrap error during stage2
  2006-02-22 12:25 [Bug target/26415] New: [4.2 regression] m68k-linux bootstrap error during stage2 debian-gcc at lists dot debian dot org
                   ` (14 preceding siblings ...)
  2008-01-26 21:21 ` debian-gcc at lists dot debian dot org
@ 2008-02-01 16:54 ` jsm28 at gcc dot gnu dot org
  2008-05-19 20:27 ` [Bug target/26415] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-02-01 16:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from jsm28 at gcc dot gnu dot org  2008-02-01 16:52 -------
4.2.3 is being released now, changing milestones of open bugs to 4.2.4.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.3                       |4.2.4


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


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

* [Bug target/26415] [4.2/4.3/4.4 regression] m68k-linux bootstrap error during stage2
  2006-02-22 12:25 [Bug target/26415] New: [4.2 regression] m68k-linux bootstrap error during stage2 debian-gcc at lists dot debian dot org
                   ` (15 preceding siblings ...)
  2008-02-01 16:54 ` jsm28 at gcc dot gnu dot org
@ 2008-05-19 20:27 ` jsm28 at gcc dot gnu dot org
  2009-03-31 19:31 ` [Bug target/26415] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-05-19 20:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from jsm28 at gcc dot gnu dot org  2008-05-19 20:22 -------
4.2.4 is being released, changing milestones to 4.2.5.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.4                       |4.2.5


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


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

* [Bug target/26415] [4.3/4.4/4.5 regression] m68k-linux bootstrap error during stage2
  2006-02-22 12:25 [Bug target/26415] New: [4.2 regression] m68k-linux bootstrap error during stage2 debian-gcc at lists dot debian dot org
                   ` (16 preceding siblings ...)
  2008-05-19 20:27 ` [Bug target/26415] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
@ 2009-03-31 19:31 ` jsm28 at gcc dot gnu dot org
  2009-08-04 12:55 ` rguenth at gcc dot gnu dot org
  2010-02-24 21:49 ` law at redhat dot com
  19 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-03-31 19:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from jsm28 at gcc dot gnu dot org  2009-03-31 19:31 -------
Closing 4.2 branch.  What is the status now on the three testcases?


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.2/4.3/4.4/4.5 regression]|[4.3/4.4/4.5 regression]
                   |m68k-linux bootstrap error  |m68k-linux bootstrap error
                   |during stage2               |during stage2
   Target Milestone|4.2.5                       |4.3.4


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


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

* [Bug target/26415] [4.3/4.4/4.5 regression] m68k-linux bootstrap error during stage2
  2006-02-22 12:25 [Bug target/26415] New: [4.2 regression] m68k-linux bootstrap error during stage2 debian-gcc at lists dot debian dot org
                   ` (17 preceding siblings ...)
  2009-03-31 19:31 ` [Bug target/26415] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
@ 2009-08-04 12:55 ` rguenth at gcc dot gnu dot org
  2010-02-24 21:49 ` law at redhat dot com
  19 siblings, 0 replies; 21+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-04 12:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from rguenth at gcc dot gnu dot org  2009-08-04 12:27 -------
GCC 4.3.4 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.4                       |4.3.5


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


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

* [Bug target/26415] [4.3/4.4/4.5 regression] m68k-linux bootstrap error during stage2
  2006-02-22 12:25 [Bug target/26415] New: [4.2 regression] m68k-linux bootstrap error during stage2 debian-gcc at lists dot debian dot org
                   ` (18 preceding siblings ...)
  2009-08-04 12:55 ` rguenth at gcc dot gnu dot org
@ 2010-02-24 21:49 ` law at redhat dot com
  19 siblings, 0 replies; 21+ messages in thread
From: law at redhat dot com @ 2010-02-24 21:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from law at redhat dot com  2010-02-24 21:49 -------
Fixed by:
2007-09-18  Roman Zippel <zippel@linux-m68k.org>

        * config/m68k/m68k.md (beq, bne, bgt, blt, bge, ble, bordered,
        bunordered, buneq, bunge, bungt, bunle, bunlt, bltgt, beq_rev,
        bne_rev, bgt_rev, blt_rev, bge_rev, ble_rev, bordered_rev,
        bunordered_rev, buneq_rev, bunge_rev, bungt_rev, bunle_rev,
        bunlt_rev, bltgt_rev): Replace all fbcc with fjcc.


-- 

law at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2010-02-24 21:49 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-22 12:25 [Bug target/26415] New: [4.2 regression] m68k-linux bootstrap error during stage2 debian-gcc at lists dot debian dot org
2006-02-22 12:53 ` [Bug target/26415] " pinskia at gcc dot gnu dot org
2006-05-10 17:00 ` kazu at gcc dot gnu dot org
2006-06-04 17:48 ` mmitchel at gcc dot gnu dot org
2006-06-20 22:03 ` tbm at cyrius dot com
2006-06-20 22:07 ` tbm at cyrius dot com
2006-06-20 22:08 ` tbm at cyrius dot com
2006-06-20 22:19 ` tbm at cyrius dot com
2006-06-20 22:43 ` tbm at cyrius dot com
2006-06-20 22:50 ` schwab at suse dot de
2006-06-20 23:32 ` tbm at cyrius dot com
2007-05-14 21:31 ` [Bug target/26415] [4.2/4.3 " mmitchel at gcc dot gnu dot org
2007-07-20  3:50 ` mmitchel at gcc dot gnu dot org
2007-10-09 19:29 ` mmitchel at gcc dot gnu dot org
2008-01-26 12:38 ` rguenth at gcc dot gnu dot org
2008-01-26 21:21 ` debian-gcc at lists dot debian dot org
2008-02-01 16:54 ` jsm28 at gcc dot gnu dot org
2008-05-19 20:27 ` [Bug target/26415] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
2009-03-31 19:31 ` [Bug target/26415] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
2009-08-04 12:55 ` rguenth at gcc dot gnu dot org
2010-02-24 21:49 ` law at redhat dot com

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