This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Recent CVS; Next 3.3; bus error in stage2 explained


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]