This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Recent CVS; Next 3.3; bus error in stage2 explained
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Recent CVS; Next 3.3; bus error in stage2 explained
- From: James McKelvey <mckelvey at maskull dot com>
- Date: Tue, 20 Mar 2001 22:31:24 -0800
- Reply-To: mckelvey at maskull dot com
I have an explanation for the bus error I reported in genrtl in stage 2. Examining the assembly language output of compiling genrtl using the stage1 and stage2 compilers shows a missing constant in stage2:
maskull:/SmaugC/Sources2/gcc-obj/gcc>diff 1.s 2.s
2981c2981
< { "CONST_DOUBLE", "const_double", "e0www" },
---
> { "CONST_DOUBLE", "const_double", },
334915_.s.gz
---
The only thing necessary for the triumph of good is
for evil men to do nothing.
Jim McKelvey mckelvey@maskull.com