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 rtl-optimization/83321] [8 Regression] Conditional jump or move depends on uninitialised value in ira.c/ira-color.c


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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
At least with -O0 built cc1 without valgrind checking, can't reproduce this,
there are just the expected sparseset errors and nothing else.
I don't see how VALGRIND_DISCARD could be optimized away, it is a volatile asm.
Trying the configure you mentioned now (though on Haswell-E).

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