This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/81814] Incorrect behaviour at -O0 (conditional operator)
- From: "mpolacek at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 15 Aug 2017 11:19:06 +0000
- Subject: [Bug tree-optimization/81814] Incorrect behaviour at -O0 (conditional operator)
- Auto-submitted: auto-generated
- References: <bug-81814-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81814
--- Comment #7 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Yes, it's in operand_equal_for_comparison_p, and that would also explain why it
started with r125012. I didn't update the BZ when I found this out. I hope to
look into this more this week.