public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/40894] [4.4/4.5/4.6 Regression] bootstrap4-lean failed crtfastmath.o comparision
       [not found] <bug-40894-4@http.gcc.gnu.org/bugzilla/>
@ 2010-10-01 12:08 ` jakub at gcc dot gnu.org
  2010-12-15  5:17 ` htl10 at users dot sourceforge.net
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu.org @ 2010-10-01 12:08 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.5                       |4.4.6


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

* [Bug bootstrap/40894] [4.4/4.5/4.6 Regression] bootstrap4-lean failed crtfastmath.o comparision
       [not found] <bug-40894-4@http.gcc.gnu.org/bugzilla/>
  2010-10-01 12:08 ` [Bug bootstrap/40894] [4.4/4.5/4.6 Regression] bootstrap4-lean failed crtfastmath.o comparision jakub at gcc dot gnu.org
@ 2010-12-15  5:17 ` htl10 at users dot sourceforge.net
  2011-04-16 11:09 ` [Bug bootstrap/40894] [4.4/4.5/4.6/4.7 " jakub at gcc dot gnu.org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: htl10 at users dot sourceforge.net @ 2010-12-15  5:17 UTC (permalink / raw)
  To: gcc-bugs

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

Hin-Tak Leung <htl10 at users dot sourceforge.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |
      Known to fail|                            |4.4.5

--- Comment #8 from Hin-Tak Leung <htl10 at users dot sourceforge.net> 2010-12-15 05:17:11 UTC ---
Just try with 4.4.5, still fails at the same place:

make[2]: Entering directory `/home/htl10/tmp-build/gcc-445-obj'
make[3]: Entering directory `/home/htl10/tmp-build/gcc-445-obj'
rm -f stage_current
make[3]: Leaving directory `/home/htl10/tmp-build/gcc-445-obj'
Comparing stages 3 and 4
Bootstrap comparison failure!
./crtfastmath.o differs
make[2]: *** [compare3] Error 1
make[2]: Leaving directory `/home/htl10/tmp-build/gcc-445-obj'
make[1]: *** [stage4-bubble] Error 2
make[1]: Leaving directory `/home/htl10/tmp-build/gcc-445-obj'
make: *** [bootstrap4-lean] Error 2
bash-2.05a#  
bash-2.05a# objdump -Dxzs stage3-gcc/crtfastmath.o > stage3-dump
bash-2.05a# objdump -Dxzs stage4-gcc/crtfastmath.o > stage4-dump
bash-2.05a# diff -u  stage3-dump stage4-dump
--- stage3-dump    2010-12-15 05:03:03.000000000 +0000
+++ stage4-dump    2010-12-15 05:03:18.000000000 +0000
@@ -1,6 +1,6 @@

-stage3-gcc/crtfastmath.o:     file format ecoff-littlealpha
-stage3-gcc/crtfastmath.o
+stage4-gcc/crtfastmath.o:     file format ecoff-littlealpha
+stage4-gcc/crtfastmath.o
 architecture: alpha, flags 0x00000035:
 HAS_RELOC, HAS_LINENO, HAS_SYMS, HAS_LOCALS
 start address 0x00000000
@@ -70,7 +70,7 @@
  0010 00301f22 10807da7 00405b6b 0100ba27  .0."..}..@[k...'
  0020 2480bd23 00005ea7 1000de23 0180fa6b  $..#..^....#...k
 Contents of section .xdata:
- 0030 31000000 02000204 00000000 00000000  1...............
+ 0030 01000000 02000204 00000000 00000000  ................
 Contents of section .pdata:
  0040 00000000 ecffffff                    ........        
 Contents of section .lita:
@@ -100,7 +100,7 @@
 Disassembly of section .xdata:

 00000030 <.xdata>:
-  30:    31 00 00 00     call_pal    0x31
+  30:    01 00 00 00     call_pal    0x1
   34:    02 00 02 04     .long 0x4020002
   38:    00 00 00 00     halt
   3c:    00 00 00 00     halt
bash-2.05a#


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

* [Bug bootstrap/40894] [4.4/4.5/4.6/4.7 Regression] bootstrap4-lean failed crtfastmath.o comparision
       [not found] <bug-40894-4@http.gcc.gnu.org/bugzilla/>
  2010-10-01 12:08 ` [Bug bootstrap/40894] [4.4/4.5/4.6 Regression] bootstrap4-lean failed crtfastmath.o comparision jakub at gcc dot gnu.org
  2010-12-15  5:17 ` htl10 at users dot sourceforge.net
@ 2011-04-16 11:09 ` jakub at gcc dot gnu.org
  2011-05-01 22:32 ` htl10 at users dot sourceforge.net
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-04-16 11:09 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.6                       |4.4.7


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

* [Bug bootstrap/40894] [4.4/4.5/4.6/4.7 Regression] bootstrap4-lean failed crtfastmath.o comparision
       [not found] <bug-40894-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2011-04-16 11:09 ` [Bug bootstrap/40894] [4.4/4.5/4.6/4.7 " jakub at gcc dot gnu.org
@ 2011-05-01 22:32 ` htl10 at users dot sourceforge.net
  2011-05-01 22:36 ` htl10 at users dot sourceforge.net
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: htl10 at users dot sourceforge.net @ 2011-05-01 22:32 UTC (permalink / raw)
  To: gcc-bugs

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

Hin-Tak Leung <htl10 at users dot sourceforge.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.4.6

--- Comment #9 from Hin-Tak Leung <htl10 at users dot sourceforge.net> 2011-05-01 22:27:42 UTC ---
4.4.6 failed at same place.

make[2]: Entering directory `/home/htl10/tmp-build/gcc-446-obj-2'
make[3]: Entering directory `/home/htl10/tmp-build/gcc-446-obj-2'
rm -f stage_current
make[3]: Leaving directory `/home/htl10/tmp-build/gcc-446-obj-2'
Comparing stages 3 and 4
Bootstrap comparison failure!
./crtfastmath.o differs
make[2]: *** [compare3] Error 1
make[2]: Leaving directory `/home/htl10/tmp-build/gcc-446-obj-2'
make[1]: *** [stage4-bubble] Error 2
make[1]: Leaving directory `/home/htl10/tmp-build/gcc-446-obj-2'
make: *** [bootstrap4-lean] Error 2
bash-2.05a# objdump -Dxzs stage3-gcc/crtfastmath.o > stage3-dump
bash-2.05a# objdump -Dxzs stage4-gcc/crtfastmath.o > stage4-dump
bash-2.05a# diff -u  stage3-dump stage4-dump
--- stage3-dump    2011-05-01 23:14:28.000000000 +0100
+++ stage4-dump    2011-05-01 23:14:41.000000000 +0100
@@ -1,6 +1,6 @@

-stage3-gcc/crtfastmath.o:     file format ecoff-littlealpha
-stage3-gcc/crtfastmath.o
+stage4-gcc/crtfastmath.o:     file format ecoff-littlealpha
+stage4-gcc/crtfastmath.o
 architecture: alpha, flags 0x00000035:
 HAS_RELOC, HAS_LINENO, HAS_SYMS, HAS_LOCALS
 start address 0x00000000
@@ -70,7 +70,7 @@
  0010 00301f22 10807da7 00405b6b 0100ba27  .0."..}..@[k...'
  0020 2480bd23 00005ea7 1000de23 0180fa6b  $..#..^....#...k
 Contents of section .xdata:
- 0030 31000000 02000204 00000000 00000000  1...............
+ 0030 01000000 02000204 00000000 00000000  ................
 Contents of section .pdata:
  0040 00000000 ecffffff                    ........        
 Contents of section .lita:
@@ -100,7 +100,7 @@
 Disassembly of section .xdata:

 00000030 <.xdata>:
-  30:    31 00 00 00     call_pal    0x31
+  30:    01 00 00 00     call_pal    0x1
   34:    02 00 02 04     .long 0x4020002
   38:    00 00 00 00     halt
   3c:    00 00 00 00     halt
bash-2.05a#


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

* [Bug bootstrap/40894] [4.4/4.5/4.6/4.7 Regression] bootstrap4-lean failed crtfastmath.o comparision
       [not found] <bug-40894-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2011-05-01 22:32 ` htl10 at users dot sourceforge.net
@ 2011-05-01 22:36 ` htl10 at users dot sourceforge.net
  2011-08-05  1:27 ` htl10 at users dot sourceforge.net
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: htl10 at users dot sourceforge.net @ 2011-05-01 22:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from Hin-Tak Leung <htl10 at users dot sourceforge.net> 2011-05-01 22:30:55 UTC ---
Could this be some kind of text<->num conversion bug? I can't help but thinking
0x31 is '1' in ascii character, which is 0x01 in value.


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

* [Bug bootstrap/40894] [4.4/4.5/4.6/4.7 Regression] bootstrap4-lean failed crtfastmath.o comparision
       [not found] <bug-40894-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2011-05-01 22:36 ` htl10 at users dot sourceforge.net
@ 2011-08-05  1:27 ` htl10 at users dot sourceforge.net
  2011-08-05  5:44 ` htl10 at users dot sourceforge.net
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: htl10 at users dot sourceforge.net @ 2011-08-05  1:27 UTC (permalink / raw)
  To: gcc-bugs

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

Hin-Tak Leung <htl10 at users dot sourceforge.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.6.1

--- Comment #11 from Hin-Tak Leung <htl10 at users dot sourceforge.net> 2011-08-05 01:26:32 UTC ---
Tried 4.6.1:

CONFIG_SHELL=/usr/local/bin/bash /home/htl10/tmp-build/gcc-4.6.1/configure &&
CONFIG_SHELL=/usr/local/bin/bash /usr/local/bin/make bootstrap4-lean

and it worked.


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

* [Bug bootstrap/40894] [4.4/4.5/4.6/4.7 Regression] bootstrap4-lean failed crtfastmath.o comparision
       [not found] <bug-40894-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2011-08-05  1:27 ` htl10 at users dot sourceforge.net
@ 2011-08-05  5:44 ` htl10 at users dot sourceforge.net
  2012-09-10 16:08 ` htl10 at users dot sourceforge.net
  2012-09-10 16:16 ` htl10 at users dot sourceforge.net
  8 siblings, 0 replies; 9+ messages in thread
From: htl10 at users dot sourceforge.net @ 2011-08-05  5:44 UTC (permalink / raw)
  To: gcc-bugs

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

Hin-Tak Leung <htl10 at users dot sourceforge.net> changed:

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

--- Comment #12 from Hin-Tak Leung <htl10 at users dot sourceforge.net> 2011-08-05 05:43:18 UTC ---
4.6.1 worked. 4.5.x fails earlier with Bug 44959 .


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

* [Bug bootstrap/40894] [4.4/4.5/4.6/4.7 Regression] bootstrap4-lean failed crtfastmath.o comparision
       [not found] <bug-40894-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2011-08-05  5:44 ` htl10 at users dot sourceforge.net
@ 2012-09-10 16:08 ` htl10 at users dot sourceforge.net
  2012-09-10 16:16 ` htl10 at users dot sourceforge.net
  8 siblings, 0 replies; 9+ messages in thread
From: htl10 at users dot sourceforge.net @ 2012-09-10 16:08 UTC (permalink / raw)
  To: gcc-bugs

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

Hin-Tak Leung <htl10 at users dot sourceforge.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.7.1
      Known to fail|                            |4.4.7

--- Comment #13 from Hin-Tak Leung <htl10 at users dot sourceforge.net> 2012-09-10 16:07:49 UTC ---
re-testing due to doubts about
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44959#c30 - caveat STAGE2_CFLAGS,
bootstrap4-lean goes beyond crtfastmath.o comparision for 4.7.1 , fails for
4.4.7, okay for 4.3.3 (fails later for libjava bug 40947) and okay for 4.6.1.


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

* [Bug bootstrap/40894] [4.4/4.5/4.6/4.7 Regression] bootstrap4-lean failed crtfastmath.o comparision
       [not found] <bug-40894-4@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2012-09-10 16:08 ` htl10 at users dot sourceforge.net
@ 2012-09-10 16:16 ` htl10 at users dot sourceforge.net
  8 siblings, 0 replies; 9+ messages in thread
From: htl10 at users dot sourceforge.net @ 2012-09-10 16:16 UTC (permalink / raw)
  To: gcc-bugs

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

Hin-Tak Leung <htl10 at users dot sourceforge.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.3.6

--- Comment #14 from Hin-Tak Leung <htl10 at users dot sourceforge.net> 2012-09-10 16:16:21 UTC ---
4.3.6 also okay.


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

end of thread, other threads:[~2012-09-10 16:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-40894-4@http.gcc.gnu.org/bugzilla/>
2010-10-01 12:08 ` [Bug bootstrap/40894] [4.4/4.5/4.6 Regression] bootstrap4-lean failed crtfastmath.o comparision jakub at gcc dot gnu.org
2010-12-15  5:17 ` htl10 at users dot sourceforge.net
2011-04-16 11:09 ` [Bug bootstrap/40894] [4.4/4.5/4.6/4.7 " jakub at gcc dot gnu.org
2011-05-01 22:32 ` htl10 at users dot sourceforge.net
2011-05-01 22:36 ` htl10 at users dot sourceforge.net
2011-08-05  1:27 ` htl10 at users dot sourceforge.net
2011-08-05  5:44 ` htl10 at users dot sourceforge.net
2012-09-10 16:08 ` htl10 at users dot sourceforge.net
2012-09-10 16:16 ` htl10 at users dot sourceforge.net

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