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]
Other format: [Raw text]

[Bug bootstrap/70704] [6 Regressions] AIX bootstrap comparison failure


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |6.0

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Strange, I thought the default bootstrap is to build stage2 without debug info,
while you have stabs in both files.
Have you looked at where the differences start first (build both the stage2 and
stage3 with -fdump-tree-all-nouid -fdump-rtl-all-nouid --param
min-nondebug-insn-uid=10000 ?
Are the stage2/stage3 sbitmap.c sources built with the same options?
Do you know which sort is unstable, or is that just a guess?

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